Skip to content

Commit 650f566

Browse files
authored
Merge pull request #120 from j-fu/jf/prepare_release-1-1
Prepare release 1.1
2 parents 9791b48 + 83f7ed7 commit 650f566

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/deps/*.dylib
99
/deps/build.log
1010
Manifest.toml
11+
Manifest-v*.toml

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.1.0] - 2025-08-21
4+
5+
- added `panua_is_loaded()` and `panua_is_licensed()` methods (#116)
6+
- add finalizers to Pardiso structs (#117)
7+
38
## [1.0.0] - 2025-01-24
49

510
### Breaking

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Pardiso"
22
uuid = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
33
repo = "https://github.com/JuliaSparse/Pardiso.jl.git"
4-
version = "1.0.1"
4+
version = "1.1.0"
55

66
[deps]
77
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The number of threads used by a `PardisoSolver` can be retrieved with `get_nproc
157157

158158
## `LinearSolve.jl` interface
159159

160-
To use `PardisoSolver` and `MKLPardisoSolver` in a `LinearSolve.jl` environment, see the wrapper prodived at [`LinearSolve` docs](https://docs.sciml.ai/LinearSolve/stable/solvers/solvers/#Pardiso.jl)
160+
Both Pardiso variants can be used as solver backends for LinearSolve, see the corresponding [documentation](https://docs.sciml.ai/LinearSolve/stable/solvers/solvers/#Pardiso.jl)
161161

162162
## More advanced usage.
163163

0 commit comments

Comments
 (0)