Skip to content

Commit 7ca291d

Browse files
committed
More in CHANGELOG
1 parent a276fd6 commit 7ca291d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The old code is still available (but deprecated), and can be recovered applying
1919

2020
- The default parallel sparse matrix format is now split into 4 blocks corresponding to own/ghost columns/rows.
2121
The previous "monolithic" storage is not implemented anymore for the new version of `PSparseMatrix`, but can be implemented in the new setup if needed.
22+
- `emit` renamed to `multicast`. The former name is still available but deprecated.
2223

2324
## Added
2425

@@ -29,6 +30,8 @@ treatment of the ghost rows).
2930
- Functions `repartition` and `repartition!` used to change the data partition of `PSparseMatrix` and `PVector` objects.
3031
- Functions `psystem` and `psystem!` for generating a system matrix and vector at once.
3132
- Function `trivial_partition`.
33+
- Support for sub-assembled matrices in `PSparseMatrix`.
34+
3235

3336
## [0.3.4] - 2023-09-06
3437

0 commit comments

Comments
 (0)