Skip to content

Version 3.6.0: Add Galileo and BeiDou time scales

Choose a tag to compare

@ChristopherRabotin ChristopherRabotin released this 25 Oct 03:03
· 785 commits to master since this release
6895e85
  • Galileo System Time and BeiDou Time are now supported, huge thanks to @gwbres for all that work!
  • Significant speed improvement in the initialization of Epochs from their Gregorian representation, thanks @conradludgate for #160.
  • Epoch and Duration now have a min and max function which respectively returns a copy of the epoch/duration that is the smallest or the largest between self and other, cf. #164.
  • [Python] Duration and Epochs now support the operators >, >=, <, <=, ==, and !=. Epoch now supports init_from_gregorian with a time scape, like in Rust. Epochs can also be subtracted from one another using the timedelta function, cf. #162.
  • TimeSeries can now be formatted in different time scales, cf. #163

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0