Skip to content

Commit

Permalink
Version bump for release and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue committed Feb 7, 2023
1 parent a721deb commit c7333e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ and to perform efficient conversion to supported formats as needed.

## Changelog

### 0.3.0

* Introduce `conversion_cost()` to obtain a value roughly proportional to the conversion cost
between two backends.

### 0.2.0

* Introduce `result_type()` to find the smallest NumPy dtype that accomodates
Expand Down
2 changes: 1 addition & 1 deletion src/sparseconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sparse


__version__ = '0.3.0.dev0'
__version__ = '0.3.0'

NUMPY = 'numpy'
NUMPY_MATRIX = 'numpy.matrix'
Expand Down

0 comments on commit c7333e3

Please sign in to comment.