Skip to content

Commit f03d790

Browse files
committed
update links after move to WIAS-PDELib org
1 parent f225aa1 commit f03d790

File tree

4 files changed

+55
-7
lines changed

4 files changed

+55
-7
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableSparse"
22
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
4-
version = "1.5.2"
4+
version = "1.5.3"
55

66
[deps]
77
AMGCLWrap = "4f76b812-4ba5-496d-b042-d70715554288"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

88
Sparse 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

9898
The package provides a common API for factorizations and preconditioners supporting
9999
series 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

102102
With the advent of LinearSolve.jl, this functionality probably will be reduced to some core cases.
103103

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",
@@ -22,4 +22,4 @@ end
2222

2323
mkdocs()
2424

25-
deploydocs(; repo = "github.com/j-fu/ExtendableSparse.jl.git")
25+
deploydocs(; repo = "github.com/WIAS-PDELib/ExtendableSparse.jl.git")

0 commit comments

Comments
 (0)