Releases: JuliaAstro/AstroLib.jl
Releases · JuliaAstro/AstroLib.jl
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
adstring
for newer versions of Julia (#66) (@giordano) - Bundle
NP.xy
into the package itself (#67) (@giordano) - [kepler_solver] Have a single method with
Real
input (#68) (@giordano)
v0.4.0
v0.3.0
Breaking Changes
eq2hor
andhor2eq
now take as mandatory arguments either the name of an
observatory inAstroLib.observatories
or the coordinates (latitude,
longitude and, optionally, altitude) of the observing site. Keywordslat
,
lon
,altitude
andobsname
are no longer accepted. There is no more a
default observing site, you always have to provide it.