Browse Source

Version 1.6.0 (#26)

* Fix badge links in README

* Fix deprecation warning from mpiexec do-block

* Set version to 1.6.0
pull/27/head v1.6.0
Fredrik Ekre 1 year ago committed by GitHub
parent
commit
10bdaec723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      CHANGELOG.md
  2. 2
      Project.toml
  3. 4
      README.md
  4. 34
      docs/Manifest.toml
  5. 4
      test/runtests.jl

9
CHANGELOG.md

@ -5,17 +5,18 @@ All notable changes to this project will be documented in this file. @@ -5,17 +5,18 @@ 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]
## [v1.6.0] - 2024-09-29
### Changed
- PartitionedArrays.jl dependency upgraded from release series 0.3.x to release series
0.5.x. ([#17], [#18])
- CEnum.jl dependency upgraded to release series 0.5.x (release series 0.4.x still
allowed). ([#17], [#18])
- PartitionedArrays.jl support (`PSparseMatrix`, `PVector`) is now moved to a package
- PartitionedArrays.jl support (`PSparseMatrix`, `PVector`) is now provided by a package
extension. ([#23])
- SparseMatricesCSR.jl support (`SparseMatrixCSR`) is now moved to a package extension.
- SparseMatricesCSR.jl support (`SparseMatrixCSR`) is now provided by a package extension.
([#24])
- SparseArrays.jl support (`SparseMatrixCSC`) is now moved to a package extension. ([#25])
- SparseArrays.jl support (`SparseMatrixCSC`) is now provided by a package extension.
([#25])
## [v1.5.0] - 2023-05-26
### Changed

2
Project.toml

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

4
README.md

@ -82,5 +82,5 @@ x = HYPRE.solve(bicg, A, b) @@ -82,5 +82,5 @@ x = HYPRE.solve(bicg, A, b)
[partarrays]: https://github.com/fverdugo/PartitionedArrays.jl
[docs-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg
[docs-url]: https://fredrikekre.github.io/HYPRE.jl/
[gh-actions-img]: https://github.com/fredrikekre/HYPRE.jl/workflows/CI/badge.svg
[gh-actions-url]: https://github.com/fredrikekre/HYPRE.jl/actions?query=workflow%3ACI
[gh-actions-img]: https://github.com/fredrikekre/HYPRE.jl/actions/workflows/ci.yml/badge.svg?branch=master
[gh-actions-url]: https://github.com/fredrikekre/HYPRE.jl/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster

34
docs/Manifest.toml

@ -92,16 +92,20 @@ uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb" @@ -92,16 +92,20 @@ uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
version = "2.46.2+0"
[[deps.HYPRE]]
deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI", "SparseArrays", "SparseMatricesCSR"]
deps = ["CEnum", "HYPRE_jll", "Libdl", "MPI"]
path = ".."
uuid = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771"
version = "1.5.0"
version = "1.6.0"
[deps.HYPRE.extensions]
HYPREPartitionedArrays = "PartitionedArrays"
HYPREPartitionedArrays = ["PartitionedArrays", "SparseArrays", "SparseMatricesCSR"]
HYPRESparseArrays = "SparseArrays"
HYPRESparseMatricesCSR = ["SparseArrays", "SparseMatricesCSR"]
[deps.HYPRE.weakdeps]
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
[[deps.HYPRE_jll]]
deps = ["Artifacts", "JLLWrappers", "LAPACK_jll", "LazyArtifacts", "Libdl", "MPICH_jll", "MPIPreferences", "MPItrampoline_jll", "MicrosoftMPI_jll", "OpenBLAS_jll", "OpenMPI_jll", "Pkg", "TOML"]
@ -179,10 +183,6 @@ git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175" @@ -179,10 +183,6 @@ git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
version = "1.17.0+0"
[[deps.LinearAlgebra]]
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[deps.Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@ -329,26 +329,6 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" @@ -329,26 +329,6 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[deps.Sockets]]
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
[[deps.SparseArrays]]
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
version = "1.10.0"
[[deps.SparseMatricesCSR]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
git-tree-sha1 = "38677ca58e80b5cad2382e5a1848f93b054ad28d"
uuid = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
version = "0.6.7"
[[deps.SuiteSparse]]
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
[[deps.SuiteSparse_jll]]
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "7.2.1+1"
[[deps.TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

4
test/runtests.jl

@ -756,9 +756,7 @@ end @@ -756,9 +756,7 @@ end
"test_assembler.jl",
])
for file in testfiles
mpiexec() do mpi
r = run(ignorestatus(`$(mpi) -n 2 $(Base.julia_cmd()) $(file)`))
r = run(ignorestatus(`$(mpiexec()) -n 2 $(Base.julia_cmd()) $(file)`))
@test r.exitcode == 0
end
end
end

Loading…
Cancel
Save