Skip to content

Releases: dschenck/doubledate

Version 0.0.13

18 Dec 07:08
756c550
Compare
Choose a tag to compare

What's new in 0.0.13

New features

  • Calendar.groupby can now take an iterable
  • Calendar.create now accepts B (weekdays Mon-Fri) and W-MON...W-SUN as valid frequencies

Bug fixes

  • Fixed bug in Calendar.create

Version 0.0.12

16 Dec 13:58
Compare
Choose a tag to compare

What's new in 0.0.12

New features

  • added Calendar.join to sequentially join two calendars on a specific date (or, if such date is not provided, the end of the Calendar on which the method is called)
  • added Calendar.create (as a class method) to create calendars using dateutil.rrule library

Deprecations

  • Calendar.generate is now deprecated

Bug fixes

  • Fixed slicing in Collection

Version 0.0.11

18 Nov 13:52
Compare
Choose a tag to compare
update badges