Skip to content

Commit

Permalink
0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 20, 2024
1 parent aecc8dd commit 087757b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### [0.5] - 2024-08-20

* Default is not 64 bit integers for indexing; compatible with `bw_processing` 1.0

### [0.4.3] - 2024-06-04

* Allow `MappedMatrixDict` to take extra `kwargs` for compatiblity with custom matrix classes
Expand Down
2 changes: 1 addition & 1 deletion matrix_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"SparseMatrixDict",
)

__version__ = "0.4.3"
__version__ = "0.5"

from .array_mapper import ArrayMapper
from .indexers import CombinatorialIndexer, Proxy, RandomIndexer, SequentialIndexer
Expand Down

0 comments on commit 087757b

Please sign in to comment.