Browse Source

Update changelog for release 1.7.0

pull/29/head v1.7.0
Fredrik Ekre 1 year ago
parent
commit
0fcc9e000e
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 11
      CHANGELOG.md
  2. 4
      README.md

11
CHANGELOG.md

@ -5,6 +5,13 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.7.0] - 2024-10-09
### Changed
- Support for Julia 1.6 have been dropped and for this and future releases Julia 1.10 or
later will be required. ([#27])
- Constant struct fields of `HYPREMatrix` and `HYPREVector` are now marked with `const`.
([#28])
## [v1.6.0] - 2024-09-29 ## [v1.6.0] - 2024-09-29
### Changed ### Changed
- PartitionedArrays.jl dependency upgraded from release series 0.3.x to release series - PartitionedArrays.jl dependency upgraded from release series 0.3.x to release series
@ -85,6 +92,8 @@ Initial release of HYPRE.jl.
[v1.3.1]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.3.1 [v1.3.1]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.3.1
[v1.4.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.4.0 [v1.4.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.4.0
[v1.5.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.5.0 [v1.5.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.5.0
[v1.6.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.6.0
[v1.7.0]: https://github.com/fredrikekre/HYPRE.jl/releases/tag/v1.7.0
[#2]: https://github.com/fredrikekre/HYPRE.jl/issues/2 [#2]: https://github.com/fredrikekre/HYPRE.jl/issues/2
[#5]: https://github.com/fredrikekre/HYPRE.jl/issues/5 [#5]: https://github.com/fredrikekre/HYPRE.jl/issues/5
[#6]: https://github.com/fredrikekre/HYPRE.jl/issues/6 [#6]: https://github.com/fredrikekre/HYPRE.jl/issues/6
@ -99,3 +108,5 @@ Initial release of HYPRE.jl.
[#23]: https://github.com/fredrikekre/HYPRE.jl/issues/23 [#23]: https://github.com/fredrikekre/HYPRE.jl/issues/23
[#24]: https://github.com/fredrikekre/HYPRE.jl/issues/24 [#24]: https://github.com/fredrikekre/HYPRE.jl/issues/24
[#25]: https://github.com/fredrikekre/HYPRE.jl/issues/25 [#25]: https://github.com/fredrikekre/HYPRE.jl/issues/25
[#27]: https://github.com/fredrikekre/HYPRE.jl/issues/27
[#28]: https://github.com/fredrikekre/HYPRE.jl/issues/28

4
README.md

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

Loading…
Cancel
Save