Skip to content

Releases: observerly/sidera

v0.5.0

22 Oct 11:27
1fd4ebb
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add GetRefraction() to refraction module in @observerly/sidera by @michealroberts in #33
  • feat: add GetAirmass() to refraction module in @observerly/sidera by @michealroberts in #34

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Sep 14:17
467b733
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add GetParallacticAngle(datetime time.Time, ...) to astrometry module in @observerly/sidera by @michealroberts in #32

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Sep 14:17
3680576
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add type HorizontalCoordinate struct to common module in @observerly/sidera. by @michealroberts in #28
  • feat: add ConvertEquatorialToHorizontalCoordinate(datetime time.Time) to coordinates module in @observerly/sidera. by @michealroberts in #29
  • feat: add GetEquatorialCoordinate(datetime time.Time) to coordinates module in @observerly/sidera. by @michealroberts in #30
  • feat: add GetHorizontalCoordinate(datetime time.Time, ...) to coordinates module in @observerly/sidera. by @michealroberts in #31

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Sep 14:17
2ee47ec
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add GetMeanAnomaly(datetime time.Time) to sun module in @observerly/sidera. by @michealroberts in #19
  • feat: add Radians common utility to @observerly/sidera. by @michealroberts in #20
  • feat: add GetEquationOfCenter(datetime time.Time) to sun module in @observerly/sidera. by @michealroberts in #21
  • feat: add GetEclipticLongitude(datetime time.Time) to sun module in @observerly/sidera. by @michealroberts in #22
  • feat: add type EclipticCoordinate struct to common module in @observerly/sidera. by @michealroberts in #23
  • feat: add GetEclipticCoordinate(datetime time.Time) to sun module in @observerly/sidera. by @michealroberts in #24
  • feat: add GetObliquityOfTheEcliptic(datetime time.Time) to astrometry module in @observerly/sidera. by @michealroberts in #25
  • feat: add Degrees common utility to @observerly/sidera. by @michealroberts in #26
  • feat: add ConvertEclipticToEquatorialCoordinate(datetime time.Time) to coordinates module in @observerly/sidera. by @michealroberts in #27

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Sep 14:16
78f937c
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add J1970 timestamp constant to epoch module in @observerly/sidera. by @michealroberts in #9
  • feat: add J2000 timestamp constant to epoch module in @observerly/sidera. by @michealroberts in #10
  • feat: add J1858 timestamp constant to epoch module in @observerly/sidera. by @michealroberts in #13
  • feat: add GetJulianDate(datetime time.Time) to epoch module in @observerly/sidera. by @michealroberts in #11
  • feat: add GetUniversalTime(datetime time.Time) to epoch module in @observerly/sidera. by @michealroberts in #12
  • feat: add type EquatorialCoordinate struct to common module in @observerly/sidera. by @michealroberts in #14
  • feat: add GetGreenwichSiderealTime(datetime time.Time) to epoch module in @observerly/sidera. by @michealroberts in #15
  • feat: add type GeographicCoordinate struct to common module in @observerly/sidera. by @michealroberts in #16
  • feat: add GetLocalSiderealTime(datetime time.Time) to epoch module in @observerly/sidera. by @michealroberts in #17
  • feat: add GetHourAngle(datetime time.Time, ...) to epoch module in @observerly/sidera. by @michealroberts in #18

Full Changelog: https://github.com/observerly/sidera/commits/v0.1.0