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.
1 parent 124692b commit a3d33deCopy full SHA for a3d33de
CHANGELOG.md
@@ -5,12 +5,17 @@ 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.5.0] - WIP
+## [0.5.0] - 2024-07-26
9
10
### Changed
11
12
- `MPIArray` and `DebugArray` are now inmutable for performance reasons.
13
14
+### Fixed
15
+
16
+- Many type instabilities.
17
+- `mul!` (and also `consistent!`, `exchange!` ) allocation free for `MPIArray` (with `check-bounds=no`)
18
19
### Removed
20
21
- `OldPSparseMatrix` and related functionality.
0 commit comments