Changelog

v1.6.6 2021-07-06

  • workaround for groupby bug in pandas 1.3.0 (GH42395)

v1.6.5 2021-06-14

  • bugfix for staircase.Stairs.mode()

v1.6.4 2021-03-16

  • bugfix for broken functionality for multiplication, or division, of staircase.Stairs with a number

v1.6.3 2021-02-26

  • bugfix for missing lower_how and upper_how parameters in staircase.Stairs.resample()
  • renamed Stairs._values to avoid error when performing Series.groupby.sum in pandas>=1.2

v1.6.2 2021-01-13

v1.6.1 2020-12-30

v1.6.0 2020-11-10

v1.5.2 2020-10-20

v1.5.1 2020-10-15

  • removed dependency on ‘private’ methods in sortedcontainers
  • increased upper limit for version dependency on sortedcontainers

v1.5.0 2020-10-12

  • fixed typo in diff docstring
  • extended staircase.Stairs.values_in_range() to allow specification of how endpoints of domain should be evaluated
  • extended staircase.Stairs.min() to allow specification of how endpoints of domain should be evaluated
  • extended staircase.Stairs.max() to allow specification of how endpoints of domain should be evaluated
  • extended staircase.Stairs.sample() to allow specification of how endpoints of domain should be evaluated
  • extended staircase.Stairs.resample() to allow specification of how endpoints of domain should be evaluated
  • added staircase.Stairs.rolling_mean()
  • added example usage of rolling_mean to Queue Analysis tutorial

v1.4.0 2020-10-05

v1.3.0 2020-10-01

v1.2.0 2020-09-23

v1.1.1 2020-09-22

v1.1.0 2020-09-15

v1.0.3 2020-09-08

v1.0.[1|2] 2020-09-02

  • bugfix with Pandas 1.1.x where SortedSet cannot be used as basis for Series or DataFrame

v1.0.0 2020-09-01