File tree Expand file tree Collapse file tree 4 files changed +55
-7
lines changed
Expand file tree Collapse file tree 4 files changed +55
-7
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.5.3] - 2024-10-07
4+ - Moved repo to WIAS-PDELib organization
5+
6+ ## [ 1.5.2] - 2024-10-07
7+
8+ - Bump version of AMGCLWrap
9+
10+ ## [ 1.5.1] - 2024-07-22
11+
12+ - Update changelog
13+ - Remove OhMyThreads dependency
14+
15+ ## [ 1.5.0] - 2024-07-17
16+
17+ - First multithreaded version
18+ ## [ 1.4.1] - 2024-06-23
19+
20+ - Experimenta multihreading
21+
22+ ## [ 1.4.0] - 2024-01-25
23+
24+ - Add dirichlet node elimination
25+
26+ ## [ 1.3.1] - 2024-01-17
27+ * AMGCLWrap extension
28+ * Deprecate AMGPreconditioner
29+ * introduce RS, SA amg preconditioner from AlgebraicMultigrid
30+
31+ ## [ 1.2.1] - 2023-12-16
32+
33+ - Extensions (#27 )
34+
35+ Introducd 1.9 extensions
36+
37+ ## [ 1.1.0] - 2023-05-03
38+
39+ - Block preconditioning
40+
41+ * Generic block preconditioner
42+ * Removed element types from factorization wrapper
43+
44+ ## [ 1.0.1] - 2023-02-21
45+
46+ - Implement AbstractSparseMatrixCSC interface.
47+ - Remove extension of LinearSolve methodsa
48+
Original file line number Diff line number Diff line change 11name = " ExtendableSparse"
22uuid = " 95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33authors = [" Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>" ]
4- version = " 1.5.2 "
4+ version = " 1.5.3 "
55
66[deps ]
77AMGCLWrap = " 4f76b812-4ba5-496d-b042-d70715554288"
Original file line number Diff line number Diff line change 11# ExtendableSparse.jl
22
3- [ ![ Build status] ( https://github.com/j-fu /ExtendableSparse.jl/workflows/linux-macos-windows/badge.svg )] ( https://github.com/j-fu /ExtendableSparse.jl/actions )
4- [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://j-fu .github.io/ExtendableSparse.jl/stable )
5- [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://j-fu .github.io/ExtendableSparse.jl/dev )
3+ [ ![ Build status] ( https://github.com/WIAS-PDELib /ExtendableSparse.jl/workflows/linux-macos-windows/badge.svg )] ( https://github.com/WIAS-PDELib /ExtendableSparse.jl/actions )
4+ [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://WIAS-PDELib .github.io/ExtendableSparse.jl/stable )
5+ [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://WIAS-PDELib .github.io/ExtendableSparse.jl/dev )
66[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.3530554.svg )] ( https://doi.org/10.5281/zenodo.3530554 )
77
88Sparse matrix class with efficient successive insertion of entries and entry update, supporting general number types.
@@ -97,7 +97,7 @@ See [Julia issue #15630](https://github.com/JuliaLang/julia/issues/15630) for a
9797
9898The package provides a common API for factorizations and preconditioners supporting
9999series of solutions of similar problem as they occur during nonlinear and transient solves.
100- For details, see the [ corresponding documentation] ( https://j-fu .github.io/ExtendableSparse.jl/stable/iter/ ) .
100+ For details, see the [ corresponding documentation] ( https://WIAS-PDELib .github.io/ExtendableSparse.jl/stable/iter/ ) .
101101
102102With the advent of LinearSolve.jl, this functionality probably will be reduced to some core cases.
103103
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function mkdocs()
88 warnonly = true ,
99 clean = false ,
1010 authors = " J. Fuhrmann" ,
11- repo = " https://github.com/j-fu /ExtendableSparse.jl" ,
11+ repo = " https://github.com/WIAS-PDELib /ExtendableSparse.jl" ,
1212 pages = [
1313 " Home" => " index.md" ,
1414 " example.md" ,
2222
2323mkdocs ()
2424
25- deploydocs (; repo = " github.com/j-fu /ExtendableSparse.jl.git" )
25+ deploydocs (; repo = " github.com/WIAS-PDELib /ExtendableSparse.jl.git" )
You can’t perform that action at this time.
0 commit comments