Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Nov 2, 2021
1 parent 1601251 commit 7b69907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Release notes
========================


ADD UNRELEASED CHANGES ABOVE THIS LINE

**v0.5.0 2021-11-02**

Added the following methods

- :func:`piso.join` for *join operations* with interval indexes
Expand All @@ -15,8 +20,6 @@ Performance improvements for
- :func:`piso.lookup`
- :func:`piso.get_indexer`

ADD UNRELEASED CHANGES ABOVE THIS LINE


**v0.4.0 2021-10-30**

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.4.0"
version = "0.5.0"
description = "Pandas Interval Set Operations: methods for set operations for pandas' Interval, IntervalArray and IntervalIndex"
readme = "README.md"
authors = ["Riley Clement <[email protected]>"]
Expand Down

0 comments on commit 7b69907

Please sign in to comment.