Skip to content

Latest commit

 

History

History
134 lines (82 loc) · 4.1 KB

CHANGES.md

File metadata and controls

134 lines (82 loc) · 4.1 KB

isodatetime changes

Go to https://github.com/metomi/isodatetime/milestones?state=closed for a full listing of issues for each release.


isodatetime 2018.02.0 (Released 2018-02-06)

This is the 9th release of isodatetime.

Noteworthy Changes

#82: Fix subtracting a later timepoint from an earlier one.


isodatetime 2017.08.0 (Released 2017-08-09)

This is the 8th release of isodatetime.

Noteworthy Changes

#75: Fix error string for bad conversion for strftime/strptime.

#74: Slotted the data classes to improve memory footprint.


isodatetime 2017.02.1 (Released 2017-02-21)

This is the 7th release of isodatetime. Admin only release.


isodatetime 2017.02.0 (Released 2017-02-20)

This is the 6th release of isodatetime.

Noteworthy Changes

#73: Fix adding duration not in weeks and duration in weeks.


isodatetime 2014.10.0 (Released 2014-10-01)

This is the 5th release of isodatetime.

Noteworthy Changes

#63: Remove unnecessary unicode, which happened to trigger a Python 2.6.2 unicode bug.

#61: Fix date1 - date2 where date2 is greater than date1 and date1 and date2 are in different calendar years.

#60: Stricter dumper year bounds checking.


isodatetime 2014.08.0 (Released 2014-08-11)

This is the 4th release of isodatetime.

Noteworthy Changes

#59: Rename time interval and interval to duration.

#58: Raise error when a year cannot be represented with the given number of year digits.

#57: Speeds up calculations involving counting the days over a number of consecutive years.


isodatetime 2014.07.0 (Released 2014-07-29)

This is the 3rd release of isodatetime.

Noteworthy Changes

#56: Replace the Unicode plus/minus sign with a single plus sign to force a sign in formatting.

#52: More flexible API for calendar mode.

#48: TimeInterval class: add get_seconds method and input prettifying.


isodatetime 2014.06.0 (Released 2014-06-19)

This is the 2nd release of isodatetime. Enjoy!

Noteworthy Changes

#40: Support 360 day calendar.

#35, #43: Implement (and fix) local timezone for TimePoint.

#29, #30, #32, #36, #42, #44: Implement subset of strftime/strptime POSIX standard.

#28: Fix get next point for single-repetition recurrences.


isodatetime 2014-03 (Released 2014-03-13)

This is the 1st release of isodatetime. Enjoy!