Skip to content

Releases: JuliaAstro/AstroLib.jl

v0.4.5

09 Jun 03:28
b10ecf5

Choose a tag to compare

AstroLib v0.4.5

Diff since v0.4.4

Merged pull requests:

  • CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) (#102) (@github-actions[bot])

v0.4.4

01 Jun 01:04
db3772f

Choose a tag to compare

AstroLib v0.4.4

Diff since v0.4.3

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

09 Dec 14:34
9040efe

Choose a tag to compare

AstroLib v0.4.3

Diff since v0.4.2

Merged pull requests:

Closed issues:

  • Confusing double-meaning of the word "altitude" (#80)

v0.4.2

09 Oct 04:41
826e5d8

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

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

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

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.