Skip to content

Commit

Permalink
Preparing PartitionedSolvers v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Oct 3, 2024
1 parent 42d07ce commit f8b1554
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion PartitionedSolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2025-07-26
## [0.2.2] - 2024-10-03

### Added

- Support for user-defined near nullspace in AMG solver.
- Flag `history` to return solve history in `solve!`.
- Expose iterations for iterative solvers with function `iterations!`.
- Solver traits `uses_nullspace` and `uses_initial_guess`. These allow the user to build the nullspace or reset the initial guess to zero only when needed by the solver.

## [0.2.1] - 2024-07-26

### Added
- Support for PartitionedArrays v0.5.
Expand Down
2 changes: 1 addition & 1 deletion PartitionedSolvers/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PartitionedSolvers"
uuid = "11b65f7f-80ac-401b-9ef2-3db765482d62"
authors = ["Francesc Verdugo <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
Expand Down

0 comments on commit f8b1554

Please sign in to comment.