Browse Source

Set version to 1.5.0.

pull/19/head v1.5.0
Fredrik Ekre 3 years ago
parent
commit
113b20ee04
  1. 6
      CHANGELOG.md
  2. 2
      Project.toml
  3. 2
      docs/Manifest.toml

6
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## [Unreleased] --> <!-- ## [Unreleased] -->
## [1.5.0] - 2023-05-26
- PartitionedArrays.jl dependency upgraded from version 0.2.x to version 0.3.x.
([#16][github-16])
## [1.4.0] - 2023-01-20 ## [1.4.0] - 2023-01-20
### Added ### Added
- New function `HYPRE.GetFinalRelativeResidualNorm(s::HYPRESolver)` for getting the final - New function `HYPRE.GetFinalRelativeResidualNorm(s::HYPRESolver)` for getting the final
@ -68,6 +72,7 @@ Initial release of HYPRE.jl.
[github-12]: https://github.com/fredrikekre/HYPRE.jl/pull/12 [github-12]: https://github.com/fredrikekre/HYPRE.jl/pull/12
[github-13]: https://github.com/fredrikekre/HYPRE.jl/pull/13 [github-13]: https://github.com/fredrikekre/HYPRE.jl/pull/13
[github-14]: https://github.com/fredrikekre/HYPRE.jl/pull/14 [github-14]: https://github.com/fredrikekre/HYPRE.jl/pull/14
[github-16]: https://github.com/fredrikekre/HYPRE.jl/pull/16
[1.0.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.0.0 [1.0.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.0.0
[1.1.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.0.0...v1.1.0 [1.1.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.0.0...v1.1.0
@ -75,4 +80,5 @@ Initial release of HYPRE.jl.
[1.3.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.2.0...v1.3.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 [1.3.1]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.0...v1.3.1
[1.4.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...v1.4.0 [1.4.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...v1.4.0
[1.5.0]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.4.0...v1.5.0
<!-- [Unreleased]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...HEAD --> <!-- [Unreleased]: https://github.com/fredrikekre/HYPRE.jl/compare/v1.3.1...HEAD -->

2
Project.toml

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

2
docs/Manifest.toml

@ -98,7 +98,7 @@ version = "1.1.0"
deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI", "PartitionedArrays", "SparseArrays", "SparseMatricesCSR"] deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI", "PartitionedArrays", "SparseArrays", "SparseMatricesCSR"]
path = ".." path = ".."
uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771" uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
version = "1.4.0" version = "1.5.0"
[[deps.HYPRE_jll]] [[deps.HYPRE_jll]]
deps = ["Artifacts", "JLLWrappers", "LAPACK_jll", "LazyArtifacts", "Libdl", "MPICH_jll", "MPIPreferences", "MPItrampoline_jll", "MicrosoftMPI_jll", "OpenBLAS_jll", "OpenMPI_jll", "Pkg", "TOML"] deps = ["Artifacts", "JLLWrappers", "LAPACK_jll", "LazyArtifacts", "Libdl", "MPICH_jll", "MPIPreferences", "MPItrampoline_jll", "MicrosoftMPI_jll", "OpenBLAS_jll", "OpenMPI_jll", "Pkg", "TOML"]

Loading…
Cancel
Save