File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
9
+ ## [ 0.4.7] - 2024-07-18
10
+
11
+ ### Added
12
+
13
+ - Functions ` laplacian_fdm ` and ` laplacian_fem ` to generate distributed sparse matrices from the discretization of the Laplacian operator.
14
+
8
15
## [ 0.4.6] - 2024-05-25
9
16
10
17
### Fixed
Original file line number Diff line number Diff line change 1
1
name = " PartitionedArrays"
2
2
uuid = " 5a9dfac6-5c52-46f7-8278-5e2210713be9"
3
3
authors = [
" Francesc Verdugo <[email protected] > and contributors" ]
4
- version = " 0.4.6 "
4
+ version = " 0.4.7 "
5
5
6
6
[deps ]
7
7
CircularArrays = " 7a955b69-7140-5f4e-a0ed-f168c5e2e749"
8
8
Distances = " b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
9
9
FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
10
10
IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
11
11
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12
- Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
13
12
MPI = " da04e1cc-30fd-572f-bb4f-1f8673147195"
14
13
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
15
14
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
You can’t perform that action at this time.
0 commit comments