Releases: staircase-dev/staircase
staircase 2.1.1
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
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
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
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
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
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
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.