We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172a4d2 commit 23583ceCopy full SHA for 23583ce
PartitionedSolvers/CHANGELOG.md
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## [0.3.2] - 2025-03-13
10
+
11
+### Added
12
13
+- Solver `cg`.
14
15
## [0.3.1] - 2024-11-11
16
17
### Added
PartitionedSolvers/Project.toml
@@ -1,7 +1,7 @@
1
name = "PartitionedSolvers"
2
uuid = "11b65f7f-80ac-401b-9ef2-3db765482d62"
3
authors = ["Francesc Verdugo <[email protected]>"]
4
-version = "0.3.1"
+version = "0.3.2"
5
[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
0 commit comments