Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Oct 14, 2021
1 parent a88835e commit 0b2edde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Release notes
========================


ADD UNRELEASED CHANGES ABOVE THIS LINE


**v0.2.0 2021-10-15**

Added the following methods

- :meth:`piso.isdisjoint`
Expand All @@ -15,7 +21,6 @@ Added the following methods
- :meth:`piso.interval.issuperset`
- :meth:`piso.interval.issubset`

ADD UNRELEASED CHANGES ABOVE THIS LINE

**v0.1.0 2021-10-10**

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.1.0"
version = "0.2.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 0b2edde

Please sign in to comment.