Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Oct 22, 2021
1 parent 37a76c0 commit 512bb16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ This page gives an overview of all public `piso` functionality. Classes and fun

package
accessors
interval
interval

.. automodule:: piso
:undoc-members:
8 changes: 6 additions & 2 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
Release notes
========================


ADD UNRELEASED CHANGES ABOVE THIS LINE


**v0.3.0 2021-10-23**

Added the following methods

- :meth:`piso.coverage`
- :meth:`piso.complement`
- :meth:`ArrayAccessor.coverage() <piso.accessor.ArrayAccessor.coverage>`
- :meth:`ArrayAccessor.complement() <piso.accessor.ArrayAccessor.complement>`

ADD UNRELEASED CHANGES ABOVE THIS LINE


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

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.2.0"
version = "0.3.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 512bb16

Please sign in to comment.