File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.1.0
2
2
title : " LFAToolkit.jl"
3
3
message : " Please cite the following works when using this software."
4
- version : 0.4.0
4
+ version : 0.4.1
5
5
date-released : 2021-07-02
6
6
license : BSD-2-Clause
7
7
authors :
Original file line number Diff line number Diff line change 1
1
name = " LFAToolkit"
2
2
uuid = " 3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
3
3
authors = [" Jeremy L Thompson <thompson.jeremy.luke@gmail.com>" ]
4
- version = " 0.4.0 "
4
+ version = " 0.4.1 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Enhancements:
8
8
9
9
Bugfixes:
10
10
11
+ ## v0.4.1
12
+
13
+ This release includes a small fix for properly handling stretched meshes, such as when ` dx != dy ` .
14
+
11
15
## v0.4.0
12
16
13
17
This release includes improved functionality and bugfixes.
You can’t perform that action at this time.
0 commit comments