Skip to content

Commit 1567473

Browse files
committed
Moving to 0.4.1
1 parent 2e022e1 commit 1567473

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ 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.4.1] - Unreleased
9+
10+
### Added
11+
12+
- Gather/scatter for non isbitstype objects.
13+
- Function `find_local_indices`.
814

915
## [0.4.0] - 2024-01-21
1016

11-
## Changed
17+
### Changed
1218

1319
- Major refactoring in `PSparseMatrix` (and in `PVector` in a lesser extent).
1420
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
2127
The previous "monolithic" storage is not implemented anymore for the new version of `PSparseMatrix`, but can be implemented in the new setup if needed.
2228
- `emit` renamed to `multicast`. The former name is still available but deprecated.
2329

24-
## Added
30+
### Added
2531

2632
- Efficient re-construction of `PSparseMatrix` and `PVector` objects.
2733
- Functions `assemble` and `consistent` (allocating versions of `assemble!` and `consistent!` with a slightly different

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PartitionedArrays"
22
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
33
authors = ["Francesc Verdugo <[email protected]> and contributors"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"

0 commit comments

Comments
 (0)