Changelog

v2.0.0 2021-08-25 - see What’s new in Version 2

v1.6.6 2021-07-06

  • workaround for groupby bug in pandas 1.3.0 (GH42395)

v1.6.5 2021-06-14

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 2020-01-13

v1.6.1 2020-12-30

v1.6.0 2020-11-10

  • support for timezones added

  • bugfix for staircase.sample() when points == None (-inf is no longer included)

  • bugfix for staircase.aggregate() where Stairs objects have non-zero value at -inf

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

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