Skip to content

Commit 541eec6

Browse files
committed
Update CHANGELOG.md
1 parent b98d909 commit 541eec6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## "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+
819
## [0.5.1] - 2024-07-26
920

1021
### Added

0 commit comments

Comments
 (0)