Skip to content

Releases: staircase-dev/staircase

staircase 2.1.1

02 Nov 00:44
Compare
Choose a tag to compare

This is a patch release in the 2.1.x series and includes a single bug fix. The bug is inherited from a known issue in pandas (pandas-dev/pandas#34251) which causes staircase.Stairs.plot to fail when style="hlines" and numexpr package is installed.

staircase 2.1.0

29 Oct 13:05
Compare
Choose a tag to compare

This is a minor release in the 2.x series and includes new functionality, no bugfixes.

See changelog for full details.

staircase 2.0.4

12 Oct 06:55
Compare
Choose a tag to compare

This is a patch release in the 2.0.x series and includes a single bug fix:

  • bugfix for array aggregation where array contains a constant value step function over non-float domain (#GH119)

staircase 2.0.3

07 Oct 13:39
Compare
Choose a tag to compare

This is a patch release in the 2.0.x series and includes a couple of bug fixes.

See the changelog for details of these changes.

staircase 2.0.2

03 Oct 09:33
Compare
Choose a tag to compare

This is a patch release in the 2.0.x series and includes a single bug fix.

See the changelog for details of this change.

staircase 2.0.1

13 Sep 05:57
Compare
Choose a tag to compare

This is a patch release in the 2.0.x series and includes some bug fixes and error checking.

See the changelog for details of these changes.

staircase 2.0.0

25 Aug 11:54
Compare
Choose a tag to compare

A major release with several enhancements added, namely masking, slicing and the implicit handling of dates. The library is now based on pandas and numpy, resulting in significant speedups. While much of the API has remained the same, or similar, there are many backwards incompatible changes and deprecations. See documentation at www.staircase.dev for details.