Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Nov 20, 2021
1 parent f3acc04 commit a9520b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@
Release notes
========================

ADD UNRELEASED CHANGES ABOVE THIS LINE

**v0.7.0 2021-11-20**

Added the following methods

- :func:`piso.split`
- :func:`piso.adjacency_matrix`
- :meth:`ArrayAccessor.split() <piso.accessor.ArrayAccessor.split>`
- :meth:`ArrayAccessor.adjacency_matrix() <piso.accessor.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**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <venaturum@gmail.com>"]
Expand Down

0 comments on commit a9520b8

Please sign in to comment.