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 6dbbe22 commit 09409f1Copy full SHA for 09409f1
PartitionedSolvers/CHANGELOG.md
@@ -6,7 +6,13 @@ 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.1.0] - Unreleased
+## [0.2.0] - Unreleased
10
+
11
+### Changed
12
13
+- Linear solver interface.
14
15
+## [0.1.0]
16
17
### Added
18
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.1.0"
+version = "0.2.0"
5
[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
0 commit comments