Skip to content

Commit a3d33de

Browse files
authored
Update CHANGELOG.md
1 parent 124692b commit a3d33de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.5.0] - WIP
8+
## [0.5.0] - 2024-07-26
99

1010
### Changed
1111

1212
- `MPIArray` and `DebugArray` are now inmutable for performance reasons.
1313

14+
### Fixed
15+
16+
- Many type instabilities.
17+
- `mul!` (and also `consistent!`, `exchange!` ) allocation free for `MPIArray` (with `check-bounds=no`)
18+
1419
### Removed
1520

1621
- `OldPSparseMatrix` and related functionality.

0 commit comments

Comments
 (0)