Browse Source

Set version to 1.4.0.

fe/abstractarray v1.4.0
Fredrik Ekre 3 years ago
parent
commit
30fc662601
  1. 7
      CHANGELOG.md
  2. 2
      Project.toml
  3. 2
      docs/Manifest.toml

7
CHANGELOG.md

@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. @@ -5,7 +5,9 @@ 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).
## [Unreleased]
<!-- ## [Unreleased] -->
## [1.4.0] - 2023-01-20
### Added
- New function `HYPRE.GetFinalRelativeResidualNorm(s::HYPRESolver)` for getting the final
residual norm from a solver. This function dispatches on the solver to the corresponding
@ -72,4 +74,5 @@ Initial release of HYPRE.jl. @@ -72,4 +74,5 @@ Initial release of HYPRE.jl.
[1.2.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.1.0...v1.2.0
[1.3.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.2.0...v1.3.0
[1.3.1]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.0...v1.3.1
[Unreleased]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...HEAD
[1.4.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...v1.4.0
<!-- [Unreleased]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...HEAD -->

2
Project.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name = "HYPRE"
uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
version = "1.3.1"
version = "1.4.0"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

2
docs/Manifest.toml

@ -74,7 +74,7 @@ uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" @@ -74,7 +74,7 @@ uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI", "PartitionedArrays", "SparseArrays", "SparseMatricesCSR"]
path = ".."
uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
version = "1.3.1"
version = "1.4.0"
[[deps.HYPRE_jll]]
deps = ["Artifacts", "JLLWrappers", "LAPACK_jll", "LazyArtifacts", "Libdl", "MPICH_jll", "MPIPreferences", "MPItrampoline_jll", "MicrosoftMPI_jll", "OpenBLAS_jll", "OpenMPI_jll", "Pkg", "TOML"]

Loading…
Cancel
Save