diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index e8f0550..8ab41f7 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -4,6 +4,10 @@ Release notes ======================== +ADD UNRELEASED CHANGES ABOVE THIS LINE + +**v0.7.0 2021-11-20** + Added the following methods - :func:`piso.split` @@ -11,9 +15,11 @@ Added the following methods - :meth:`ArrayAccessor.split() ` - :meth:`ArrayAccessor.adjacency_matrix() ` +Removed the following methods + - removed :func:`piso.get_indexer` in favour of :meth:`pandas.IntervalIndex.get_indexer` -ADD UNRELEASED CHANGES ABOVE THIS LINE + **v0.6.0 2021-11-05** diff --git a/pyproject.toml b/pyproject.toml index 00f1e53..27a2100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "piso" -version = "0.6.0" +version = "0.7.0" description = "Pandas Interval Set Operations: methods for set operations, analytics, lookups and joins on pandas' Interval, IntervalArray and IntervalIndex" readme = "README.md" authors = ["Riley Clement "]