mirror of https://github.com/fredrikekre/HYPRE.jl
Julia interface to hypre linear solvers (https://github.com/hypre-space/hypre)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
HYPRE.jl changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.2.0 - 2022-10-12
Added
- Added assembler interface to assemble
HYPREMatrixand/orHYPREVectordirectly without an intermediate sparse structure in Julia. (#5)
1.1.0 - 2022-10-05
Added
- Added support for MPI.jl version 0.20.x (in addition to the existing version 0.19.x support). (#2)
1.0.0 - 2022-07-28
Initial release of HYPRE.jl.