We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d948bc + 5345adf commit bdf5984Copy full SHA for bdf5984
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.4.6] - 2024-05-25
9
+
10
+### Fixed
11
12
+- Bug in `consistent!` for sparse matrices.
13
14
## [0.4.5] - 2024-05-17
15
16
### Fixed
Project.toml
@@ -1,7 +1,7 @@
1
name = "PartitionedArrays"
2
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
3
authors = ["Francesc Verdugo <f.verdugo.rojano@vu.nl> and contributors"]
4
-version = "0.4.5"
+version = "0.4.6"
[deps]
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
0 commit comments