Skip to content

Releases: mmamaev/timeboard

timeboard 0.2.4

25 Jun 19:33
Compare
Choose a tag to compare

Release date: June 25, 2022

Resolved issues

  • Fixed changed in import path for Iterables.
  • Tested compatibility with Python 3.9, 3.10.

timeboard 0.2.3

01 May 16:50
Compare
Choose a tag to compare

Release date: May 01, 2020

Resolved issues

  • Incompatibility with the breaking API changes introduced in pandas 1.0

Miscellaneous

  • Russian business day calendar has been updated for 2020.

timeboard 0.2.2

01 May 17:12
Compare
Choose a tag to compare

Release date: May 01, 2019

Resolved issues

Breaking changes were introduced in pandas versions 0.23 and 0.24

  • Pandas 0.23 moved is_subperiod function to another module
  • Workaround for pandas issue #26258 (Adding offset to DatetimeIndex is broken)

timeboard 0.2.1

15 Jan 14:07
Compare
Choose a tag to compare

Release date: January 15, 2019

Miscellaneous

  • Business day calendars for RU, UK, and US have been updated

timeboard 0.2

02 Mar 08:25
Compare
Choose a tag to compare

Release date: March 01, 2018

New features

  • Interval.overlap() (also *) - return the interval that is the intersection of two intervals.

  • Interval.what_portion_of() (also /) - calculate what portion of the other interval this interval takes up.

  • Interval.workshifts() - return a generator that yields workshifts with the specified duty from the interval.

  • Work time calculation: Workshift.worktime(), Interval.worktime().

Miscellaneous

  • Performance: building any practical timeboard should take a fraction of a second.

  • Documentation: added "Common Use Cases" section. It is also available as a jupyter notebook.

timeboard 0.1

02 Mar 08:07
Compare
Choose a tag to compare
timeboard 0.1 Pre-release
Pre-release

Release date: February 01, 2018

This is the first release.