This is a minor release in the 2.x series and includes several new small features, no bug fixes.
See the [changelog ](https://www.staircase.dev/en/latest/release_notes/changelog.html)for details.
2.3.0
This is a minor release in the 2.x series and includes new functionality for pandas Extension Arrays including arithmetic and relational operations.
See the [changelog ](https://www.staircase.dev/en/latest/release_notes/changelog.html)for details.
2.2.0
This is a minor release in the 2.x series and includes new functionality for pandas extensions including Extension Array, Series accessor, and several new methods.
See the [changelog](https://www.staircase.dev/en/latest/release_notes/changelog.html) for details.
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 (https://github.com/pandas-dev/pandas/issues/34251) which causes `staircase.Stairs.plot` to fail when `style="hlines"` and `numexpr` package is installed.
2.1.0
This is a minor release in the 2.x series and includes new functionality, no bugfixes.
See [changelog](https://www.staircase.dev/en/latest/release_notes/changelog.html) for full details.
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)