Releases: SatAgro/suntime
Releases · SatAgro/suntime
v1.3.2
Bugfixes:
- Back to work with datetime to avoid breaking changes
- Set default values on methods also to avoid incompatibility
v1.3.1
Bugfixes
v1.3.0
It has taken some time but finally its here a new release that includes:
Features
- Unique sunrise (
get_sunrise_time
) and sunset (get_sunset_time
) methods (note thatget_local_sunrise_time
andget_local_sunset_time
are deprecated now) - Added seconds calculation, although note that this also depends on the orography so it is just an approximate calculation
Bugfixes
- Big issue of suntime
- Inconsistent sunrise times between neighbouring zones
- Bug in day wrap for sunset times
Dev-ops
- Added tests
- Included GitHub actions for linting and testing on python 3.8 to 3.10
v1.2.5
Version 1.2.4
Solved issues with installation.
Version 1.2.1
Solved issues with default today dates.
Improved setup and documentation.
Version 1.2
Added pip installation compatibility.
Version 1.1
Solved issues with corner values
First release
Calculates sunset and sunrise in UTC and local or custom time zone.