Releases: staircase-dev/piso
piso 1.1.0
piso 1.0.0
This is a major release.
It includes support for Pandas 2 and Python 3.11
It marks the API being stable with little change going forward.
See release notes for details.
piso 0.9.0
This is a minor release in the 0.* series.
It includes the addition of the bridge function, and extension of adjacency matrix functionality.
See release notes for details.
piso 0.8.0
This is a minor release in the 0.* series.
It includes the addition of two new parameters, to two top-level and accessor methods, to extend their functionality.
See release notes for details.
piso 0.7.0
This is a minor release in the 0.* series.
It includes the addition of two new top-level and accessor methods.
See release notes for details.
piso 0.6.0
This is a minor release in the 0.* series.
This version marks support for IntervalArray
and IntervalIndex
with closed = "both" or closed="neither" for several methods.
See release notes for details.
piso 0.5.0
This is a minor release in the 0.* series.
It includes join functionality for pandas.DataFrames
and pandas.Series
which have pandas.IntervalIndex
, and an extension of pandas.IntervalIndex.contains
to one which accepts multiple values. Execution speed for lookup-related functionality released in v0.4.0 has been significantly sped up.
See release notes for details
piso 0.4.0
This is a minor release in the 0.* series.
It includes the addition of functionality related to index lookups for interval arrays and pandas.DataFrames
and pandas.Series
indexed by pandas.IntervalIndex
.
See release notes for details
piso 0.3.0
This is a minor release in the 0.* series.
It includes the addition of two new top-level and accessor methods.
See release notes for details
piso 0.2.0
This is a minor release in the 0.* series.
It includes the addition of several new top-level and accessor methods.
See release notes for details