Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Dec 7, 2023
1 parent 31abbe9 commit 52355e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4] - 2023-12-07

* Add `SparseMatrixDict`
* Defined matrix multiplication for `MappedMatrixDict`

## [0.3] - 2023-10-25

* Add `MappedMatrixDict` class for `MultiLCA`
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.3.dev1"
__version__ = "0.4"

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

0 comments on commit 52355e8

Please sign in to comment.