This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
Releases: darkskyapp/astro
Releases · darkskyapp/astro
improve sunrise/sunset accuracy by a few seconds
v2.2.5 v2.2.5: improve sunrise/sunset accuracy by a few seconds
fix internal sin/cos
Merge pull request #21 from darkskyapp/ironwallaby/fix_astro fix sin/cos azimuth
performance optimizations
v2.2.3 v2.2.3: performance optimizations
convinced myself to just stick with the USNO
v2.2.2 v2.2.2: convinced myself to just stick with the USNO
minor accuracy bump
v2.2.1 v2.2.1: minor accuracy bump
restore lunar.rise_and_set
It was inadvertently removed!
Expose Location#sin_hour_angle and Location#cos_hour_angle
These are more useful to our specific use-cases.
add sin_elevation, fix bugs
This exposes solar.sin_elevation again, and also fixes a bug in solar.declination.
Fix units bug
Fix a bug where the Time class was incorrectly converting input units
expose Time#hour_angle
Sometimes you just need the hour angle (and not the elevation).