Skip to content

Releases: staircase-dev/piso

piso 1.1.0

25 Jun 09:27
Compare
Choose a tag to compare

Added support for Python 3.12
Removed support for Python 3.7

No new functionality.

piso 1.0.0

06 Jul 11:07
Compare
Choose a tag to compare

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

04 May 13:48
Compare
Choose a tag to compare

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

29 Jan 08:37
Compare
Choose a tag to compare

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

20 Nov 01:36
Compare
Choose a tag to compare

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

04 Nov 12:20
Compare
Choose a tag to compare

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

02 Nov 11:06
Compare
Choose a tag to compare

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

30 Oct 07:02
Compare
Choose a tag to compare

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

22 Oct 23:08
Compare
Choose a tag to compare

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

14 Oct 22:40
Compare
Choose a tag to compare

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