Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 4, 2024
1 parent 90f31e0 commit 24ff3ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

* Fix diagonal `MappedMatrixDict` - `col_mapper` is not required
* Unroll tuples when multiplying `SparseMatrixDict`
* Switch from `fs` to `fsspec` (following `bw_processing`)

### [0.4.1] - 2023-12-18

* Allow passing `MappedMatrix` subclass to `MappedMatrixDict`
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.1"
__version__ = "0.4.2"

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

0 comments on commit 24ff3ec

Please sign in to comment.