Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Releases: darkskyapp/astro

improve sunrise/sunset accuracy by a few seconds

03 Feb 15:36
65c0cb8
Compare
Choose a tag to compare
v2.2.5

v2.2.5: improve sunrise/sunset accuracy by a few seconds

fix internal sin/cos

08 Oct 21:22
aaa5153
Compare
Choose a tag to compare
Merge pull request #21 from darkskyapp/ironwallaby/fix_astro

fix sin/cos azimuth

performance optimizations

02 Oct 00:23
e0e33fe
Compare
Choose a tag to compare
v2.2.3

v2.2.3: performance optimizations

convinced myself to just stick with the USNO

30 Aug 13:57
351b4fc
Compare
Choose a tag to compare
v2.2.2

v2.2.2: convinced myself to just stick with the USNO

minor accuracy bump

10 Jun 18:59
f711e78
Compare
Choose a tag to compare
v2.2.1

v2.2.1: minor accuracy bump

restore lunar.rise_and_set

09 Apr 20:11
ddcc0d0
Compare
Choose a tag to compare

It was inadvertently removed!

Expose Location#sin_hour_angle and Location#cos_hour_angle

08 Apr 16:20
474d3a9
Compare
Choose a tag to compare

These are more useful to our specific use-cases.

add sin_elevation, fix bugs

04 Apr 19:35
Compare
Choose a tag to compare

This exposes solar.sin_elevation again, and also fixes a bug in solar.declination.

Fix units bug

04 Apr 19:07
Compare
Choose a tag to compare

Fix a bug where the Time class was incorrectly converting input units

expose Time#hour_angle

04 Apr 18:33
Compare
Choose a tag to compare

Sometimes you just need the hour angle (and not the elevation).