You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.4.1] - Unreleased
9
+
10
+
### Added
11
+
12
+
- Gather/scatter for non isbitstype objects.
13
+
- Function `find_local_indices`.
8
14
9
15
## [0.4.0] - 2024-01-21
10
16
11
-
## Changed
17
+
###Changed
12
18
13
19
- Major refactoring in `PSparseMatrix` (and in `PVector` in a lesser extent).
14
20
The old code is still available (but deprecated), and can be recovered applying this renaming to your code-base:
@@ -21,7 +27,7 @@ The old code is still available (but deprecated), and can be recovered applying
21
27
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
28
-`emit` renamed to `multicast`. The former name is still available but deprecated.
23
29
24
-
## Added
30
+
###Added
25
31
26
32
- Efficient re-construction of `PSparseMatrix` and `PVector` objects.
27
33
- Functions `assemble` and `consistent` (allocating versions of `assemble!` and `consistent!` with a slightly different
0 commit comments