Skip to content

Releases: olliemath/chronoutil

v0.2.7

24 Apr 19:58
Compare
Choose a tag to compare
  • Adds new functions parse_from_iso8601 and format_to_iso8601 to RelativeDuration for parsing and encoding a subset of the iso8601 standard for durations (thanks intarga)
  • Minimum Chrono requirement bumped to 0.4.34

v0.2.6

29 Sep 11:07
Compare
Choose a tag to compare
  • Adds shift_months_opt and friends to cover the edge case of shifting to ambiguous daylight-savings times. The original shift_months function panics in this case (thanks Edmond Begumisa )

v0.2.5

27 Jun 04:15
c58bdd8
Compare
Choose a tag to compare
  • Adds sub implementation for Datelike and RelativeDuration (i.e. support for my_date - my_relative_duration)

v0.2.4

04 May 17:11
ac62f00
Compare
Choose a tag to compare

v0.2.3

27 Aug 11:21
Compare
Choose a tag to compare
  • Modest speed improvements and new benchmarking suite
  • Improved documentation for integration with custom Datelike types

v0.2.2

19 Apr 22:09
Compare
Choose a tag to compare
  • Bugfix for shift_months overflowing in certain cases (thanks Alex Reisner)

v0.2.1

07 Jan 00:12
Compare
Choose a tag to compare

Changelog

  • Add more docs and doctests
  • Add with_day helper function
  • Add with_rolling_day to DateRule

v0.2.0

06 Jan 00:42
Compare
Choose a tag to compare

Changelog

  • Breaking change: renamed RRule to DateRule, which is a much less confusing name for non-pythonistas
  • Added more docs, doctests, readme

v0.1.2

05 Jan 15:55
Compare
Choose a tag to compare

Changelog

  • Metadata improvements and license fix

v0.1.0

05 Jan 15:42
Compare
Choose a tag to compare

Changelog

  • Added relative duration
  • Added delta utils
  • Added basic rrule implementation