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 b98d909 commit 541eec6Copy full SHA for 541eec6
CHANGELOG.md
@@ -5,6 +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
+## "master" branch
9
+
10
+### Added
11
12
+- Split format support for `PVector`.
13
+- Helper functions to build partitioned sparse matrices and vectors in split format, `pvector_from_split_blocks` and `psparse_from_split_blocks`.
14
15
+### Deprecated
16
17
+- `OwnAndGhostVectors` is replaced by `SplitVector`.
18
19
## [0.5.1] - 2024-07-26
20
21
### Added
0 commit comments