Releases: sot/cxotime
Releases · sot/cxotime
Release 3.11.1
3.11.0
What's Changed
- Allow for quantity-string time delta as CxoTime initializer by @taldcroft in #54
Full Changelog: 3.10.2...3.11.0
Release 3.10.2
Includes the following merges:
- PR #53: Fix docs typo 'muade'
Release 3.10.1
What's Changed
- Fix mistake converting string date during leap second to jd1, jd2 by @taldcroft in #51
Full Changelog: 3.10.0...3.10.1
Includes the following merges:
- PR #51: Fix mistake converting string date during leap second to jd1, jd2
3.10.0
What's Changed
- Documentation overhaul and update to fast converter function generation by @taldcroft in #49
- Use
CXOTIME_NOWenvironment variable as current time if set by @taldcroft in #50
Full Changelog: 3.9.2...3.10.0
Includes the following merges:
Release 3.9.2
What's Changed
- replace uses of pformat_all with pformat by @javierggt in #48
Full Changelog: 3.9.1...3.9.2
Includes the following merges:
- PR #48: replace uses of pformat_all with pformat
Release 3.9.1
What's Changed
Full Changelog: 3.9.0...3.9.1
Includes the following merges:
- PR #47: Update linspace step_max docs