Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 818 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 818 Bytes

Changelog

[0.1.0] - 2020-04-17

New functionality.

Added

  • Add the ExpirableObject class to the helpers module.
  • Add the functions utctimestamp_tzaware, utcnow_tzaware, utcfromtimestamp_tzaware, floor_seconds, utc_date_parse, utc_from_local_date_parse, utcdatetime_tzaware to the helpers module.
  • Add dependency to the python-dateutil library.
  • Add the functions time_window_from_timestamps and time_window_to_timestamps to the time_window module.
  • Add the methods split_per_week and split_per_month to the TimeWindow class.

[0.0.1] - 2019-01-29

The initial version of the library.

Added

  • Add the functions make_sequence and gaps_iterator in the helpers module.
  • Add the TimeWindow and TimeWindowsCollection classes in the time_window module.