Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 4, 2024
1 parent 0f2b769 commit 7ad20cc
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.4.3] - 2024-06-04

* Allow `MappedMatrixDict` to take extra `kwargs` for compatiblity with custom matrix classes

### [0.4.2] - 2024-06-04

* Fix diagonal `MappedMatrixDict` - `col_mapper` is not required
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.2"
__version__ = "0.4.3"

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

0 comments on commit 7ad20cc

Please sign in to comment.