Skip to content

irox-time v0.4.9

Compare
Choose a tag to compare
@spmadden spmadden released this 01 Mar 17:34
· 21 commits to master since this release
479095c

New Features

  • Add epochs with corresponding offsets and integrate Julian date transformations
    Introduce several new epochs and their offsets, such as Leapoch, Vicintipoch, and TruncatedJulianEpoch, along with associated timestamp types. Refactor JulianDayNumber to support conversions between Julian and various epochs while ensuring compile-time checks. Update Date methods to utilize these enhancements and improve date arithmetic functionality.
  • Make timestamp methods const and refactor constructors.
    Converted several functions in Timestamp and JulianDayNumber to const to enable compile-time usage. Refactored constructors to reduce redundancy and improve code clarity. Updated copyright year in julian.rs.

Commit Statistics

  • 2 commits contributed to the release over the course of 14 calendar days.
  • 17 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add epochs with corresponding offsets and integrate Julian date transformations (78b893a)
    • Make timestamp methods const and refactor constructors. (661dc93)