Releases: JuliaAstro/AstroLib.jl
Releases · JuliaAstro/AstroLib.jl
v0.4.5
AstroLib v0.4.5
Merged pull requests:
- CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#102) (@github-actions[bot])
v0.4.4
AstroLib v0.4.4
Merged pull requests:
- frebin and fshift functions (#87) (@Michael-Reefe)
- Fix misleading example in sphdist.jl (#93) (@LilithHafner)
- Create dependabot.yml and update action versions (#94) (@abhro)
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#95) (@github-actions[bot])
- Update action versions (#96) (@abhro)
- Update documentation (#98) (@abhro)
- Update tests (#99) (@abhro)
- Skip doctests on nightly Julia builds (#100) (@abhro)
- Bump version 0.4.4 (#101) (@abhro)
Closed issues:
radec2altaz/altaz2radec(#89)
v0.4.3
AstroLib v0.4.3
Merged pull requests:
- Fix
sunposdocstring not attaching (#81) (@henrik-wolf) - Improve inferrability of
lsf_rotatein Julia v1.10+ (#82) (@giordano) - Update docstrings to work better with Documenter.jl (#84) (@abhro)
- Use more specific error types (#85) (@abhro)
- Documentation and test updates and fixes (#86) (@abhro)
- Release 0.4.3 (#88) (@LilithHafner)
Closed issues:
- Confusing double-meaning of the word "altitude" (#80)
v0.4.2
AstroLib v0.4.2
Closed issues:
- Adstring outputs wrong string with negative zero (#57)
- Could not find file NP.xy (#69)
- Why does sunpos accept both scalars AND vectors? (#72)
- Type of sunpos is too restrictive for use with ForwardDiff (#73)
Merged pull requests:
- Fix Saturn mass. (#71) (@TobiasHeinicke)
- Fix adstring method (#74) (@Aman-Pandey-afk)
- Type Relaxation on sunpos (#76) (@Aman-Pandey-afk)
- Remove Coveralls.io badge from README (#77) (@mortenpi)
- Fix Mars mass and period (#78) (@jjor2)
v0.4.1
AstroLib v0.4.1
Closed issues:
Merged pull requests:
- Cap Documenter.jl to 0.19 on Travis (#53) (@mortenpi)
- Fix the example in the documentation (#55) (@ziotom78)
- Install TagBot as a GitHub Action (#56) (@JuliaTagBot)
- Add Project.toml and other fixes (#58) (@giordano)
- Simplify year == 0 resolution (#60) (@zlatanvasovic)
- Update draw-logo.jl (#61) (@cormullion)
- Add missing line to eq2hor docstring (#62) (@OliverEvans96)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#63) (@github-actions[bot])
- Update CI (#64) (@mileslucas)
- Fix
adstringfor newer versions of Julia (#66) (@giordano) - Bundle
NP.xyinto the package itself (#67) (@giordano) - [kepler_solver] Have a single method with
Realinput (#68) (@giordano)
v0.4.0
v0.3.0
Breaking Changes
eq2horandhor2eqnow take as mandatory arguments either the name of an
observatory inAstroLib.observatoriesor the coordinates (latitude,
longitude and, optionally, altitude) of the observing site. Keywordslat,
lon,altitudeandobsnameare no longer accepted. There is no more a
default observing site, you always have to provide it.