Skip to content

Releases: DeepskyLog/laravel-astronomy-library

Version 4.4

15 Jun 08:35
cb3d29f

Choose a tag to compare

Added method to calculate the angular separation between two equatorial coordinates.

Version 4.3

09 Jun 14:52
9b3149e

Choose a tag to compare

  • Added methods to calculate the refraction for given horizontal coordinates.

Version 4.2

03 Jun 11:36
2317dca

Choose a tag to compare

  • Added view with the length of the night at a given location.
    Night

Version 4.1

29 May 09:12
1709d5e

Choose a tag to compare

  • Added view with the altitude of the target during the night.
    Altitude

Version 4.0.1

20 May 11:31
cd15c0d

Choose a tag to compare

  • Corrected convertToDegrees method on Coordinates to return h m s, instead of h ' ".
  • Added getCoordinates method on Target.

Version 4.0

19 May 13:42
5b40597

Choose a tag to compare

Changed

  • Removed abstract Coordinates class.
  • Added Coordinate class and reworked all Coordinate Classes to use this new class.

Added

  • Added classes for Targets, Moon, Sun, and Planet.
  • Calculation of rising, transit and setting for targets.
  • Calculation of best time to observe a target.
  • Calculation of highest altitude of a target.

Version 3.1

07 May 08:56
330e34b

Choose a tag to compare

Added

  • Calculation of parallactic angle.

Version 3.0

05 May 18:31
3b64249

Choose a tag to compare

Changed

  • GeographicalCoordinates class now inherits from the abstract Coordinates class.
  • Moved GeographicalCoordinates to deepskylog\AstronomyLibrary\Coordinates.
  • The method apparentSiderialTime of the Time class can take an extra parameter nutation.

Added

  • Added abstract Coordinates class.
  • Added EquatorialCoordinates, EclipticalCoordinates, Horizontal and GalacticCoordinates classes.
  • Added conversion between the Coordinates classes.

Version 2.0.1

28 Apr 18:29
eeeab93

Choose a tag to compare

Since laravel-astronomy-library 2.0, the minimal required version of php is 7.4. This means that also laravel 7.0 is needed.

Version 2.0

28 Apr 12:06
ae809c4

Choose a tag to compare

Changed

  • The constructor of AstronomyLibrary now needs the geographical coordinates as parameter.

Added

  • Added methods to calculate the dynamical time.
  • Added methods to calculate the mean and apparent siderial time at the given location.
  • Added methods to calculate the nutation for a given date.
  • Added GeographicalCoordinates class.