Skip to content

Releases: JuliaAstro/AstroLib.jl

v0.4.2

09 Oct 04:41
826e5d8
Compare
Choose a tag to compare

AstroLib v0.4.2

Diff since v0.4.1

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:

v0.4.1

03 Jun 21:14
Compare
Choose a tag to compare

AstroLib v0.4.1

Diff since v0.4.0

Closed issues:

  • Documentation up to date? (#52)
  • Errors running on 1.1 (#54)

Merged pull requests:

v0.4.0

17 Aug 13:21
Compare
Choose a tag to compare

Breaking Changes

  • Now AstroLib.jl requires Julia 0.7. Support for previous versions has been dropped.

v0.3.0

11 Nov 12:46
Compare
Choose a tag to compare

Breaking Changes

  • eq2hor and hor2eq now take as mandatory arguments either the name of an
    observatory in AstroLib.observatories or the coordinates (latitude,
    longitude and, optionally, altitude) of the observing site. Keywords lat,
    lon, altitude and obsname are no longer accepted. There is no more a
    default observing site, you always have to provide it.