Recent Releases of https://github.com/clima/insolation.jl
https://github.com/clima/insolation.jl - v0.10.2
Insolation v0.10.2
Merged pull requests: - update to ClimaParams v1 (#84) (@nefrathenrici)
- Julia
Published by github-actions[bot] 10 months ago
https://github.com/clima/insolation.jl - v0.10.1
Insolation v0.10.1
Merged pull requests: - use new epoch parameter (#83) (@szy21)
- Julia
Published by github-actions[bot] 11 months ago
https://github.com/clima/insolation.jl - v0.10.0
Insolation v0.10.0
Breaking changes
- date0 is no longer an input argument for
helper_instantaneous_zenith_angle,daily_zenith_angle, andsolar_flux_and_cos_sza
Merged pull requests: - use epoch from parameters (#82) (@szy21)
Closed issues: - Add epoch as string to parameters (#41)
- Julia
Published by github-actions[bot] 11 months ago
https://github.com/clima/insolation.jl - v0.9.5
Insolation v0.9.5
- Julia
Published by github-actions[bot] 11 months ago
https://github.com/clima/insolation.jl - v0.9.4
Insolation v0.9.4
Merged pull requests: - Improve OrbitalData inference (#77) (@charleskawczynski)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/insolation.jl - v0.9.3
Insolation v0.9.3
Merged pull requests: - Fix julia compat (#75) (@Sbozzolo) - limit cos of zenith angle between -1 and 1 in ZenithAngleCalc.jl (#76) (@szy21)
Closed issues: - Compat for julia is incorrect (#74)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/insolation.jl - v0.9.2
Insolation v0.9.2
Merged pull requests: - Update to ClimaParams v0.10 (#72) (@nefrathenrici)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.9.1
Insolation v0.9.1
Merged pull requests: - Update to ClimaParameters v0.9 (#71) (@nefrathenrici)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.9.0
Insolation v0.9.0
Merged pull requests: - simplify script for creating artifact (#67) (@simonbyrne) - Add CLIMAParameters package extension (#68) (@nefrathenrici) - Add formatter GH action (#69) (@nefrathenrici) - New Release (#70) (@nefrathenrici)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.8.2
Insolation v0.8.2
Merged pull requests: - Add julia 1.9 and 1.10 to CI (#63) (@Sbozzolo) - Update readme (#65) (@Sbozzolo) - Script to build artifact (#66) (@simonbyrne)
Closed issues: - Document source of data (#49)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.8.1
Insolation v0.8.1
Merged pull requests: - Update interpolations (#62) (@Sbozzolo) - Bump insolation (#64) (@Sbozzolo)
Closed issues:
- CubicSplineInterpolation is deprecated (#50)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.8.0
Insolation v0.8.0
Merged pull requests:
- Refactor interface for instantaneous_zenith_angle function (#60) (@sriharshakandala)
- Migrating from bors to GitHub without merge queue (#61) (@sriharshakandala)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.7.0
Insolation v0.7.0
Merged pull requests:
- Update instantaneous zenith angle computation (#51) (@sriharshakandala)
- Apply formatter (#52) (@sriharshakandala)
- Use outer constructor for OrbitalData (#53) (@sriharshakandala)
- Tag version 0.7.0 (#54) (@sriharshakandala)
- Update docs for instantaneous_zenith_angle function. (#55) (@sriharshakandala)
- Add compat for Dates, DelimitedFiles and Artifacts (#56) (@sriharshakandala)
Closed issues: - Update instantaneous zenith angle computation (#57)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/insolation.jl - v0.6.0
Insolation v0.6.0
- Julia
Published by github-actions[bot] about 3 years ago
https://github.com/clima/insolation.jl - v0.5.0
Insolation v0.5.0
- Julia
Published by github-actions[bot] about 3 years ago
https://github.com/clima/insolation.jl - v0.4.1
Insolation v0.4.1
Merged pull requests: - Define broadcast (#46) (@charleskawczynski)
- Julia
Published by github-actions[bot] about 3 years ago
https://github.com/clima/insolation.jl - v0.4.0
Insolation v0.4.0
Closed issues: - Long compile times (#43)
Merged pull requests: - Remove data, download using Artifacts, update API (#44) (@charleskawczynski) - Add ArtifactWrappers compat (#45) (@charleskawczynski)
- Julia
Published by github-actions[bot] about 3 years ago
https://github.com/clima/insolation.jl - v0.3.1
Insolation v0.3.1
- Julia
Published by github-actions[bot] over 3 years ago
https://github.com/clima/insolation.jl - v0.3.0
Insolation v0.3.0
Closed issues: - Long term variations in time of equinox are wrong (#27) - Using Float32 for latitude/longitude gives incorrect zenith angles (#29) - Use new CLIMAParameters interface (#36)
Merged pull requests: - add Milankovitch cycles (#34) (@claresinger) - Use new way of handling clima parameters (#39) (@charleskawczynski)
- Julia
Published by github-actions[bot] about 4 years ago
https://github.com/clima/insolation.jl - v0.2.1
Insolation v0.2.1
- Julia
Published by github-actions[bot] about 4 years ago
https://github.com/clima/insolation.jl - v0.2.0
Insolation v0.2.0
Closed issues: - Discrete julian calendar day (#21) - Local solar noon as function of Julian time (#23)
Merged pull requests: - change master to main and fix CI (#17) (@claresinger) - add more tests and increase code coverage (#19) (@claresinger) - fix type issues (#20) (@claresinger) - remove rounding errors with FT conversion (#22) (@claresinger) - Fix hour angle (#24) (@claresinger) - add keyword argument for EoT correction (#25) (@claresinger) - update docs and doc strings (#26) (@claresinger) - Update Project.toml (#28) (@szy21)
- Julia
Published by github-actions[bot] about 4 years ago
https://github.com/clima/insolation.jl - v0.1.0
Insolation v0.1.0
Closed issues: - fix perihelion rotation (#1) - add tests (#3) - plotting on travis (#6)
Merged pull requests: - revamp-all (#2) (@claresinger) - Add tests, also fixes perihelion rotation bug! (#4) (@claresinger) - improve tests (#5) (@claresinger) - fix GKS error in docs plotting (#7) (@claresinger) - Clean-up SZA calculation (#8) (@claresinger) - trying to add bors (#9) (@claresinger) - fix docs deploy link (#10) (@claresinger) - Create TagBot.yml (#11) (@charleskawczynski) - Create CompatHelper.yml (#12) (@charleskawczynski) - Update env/deps, add compat entries (#13) (@charleskawczynski) - Use GHA CI/codecov/docs (#14) (@charleskawczynski)
- Julia
Published by github-actions[bot] over 5 years ago