File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
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.1
5
- date-released : 2021-07-02
4
+ version : 0.5.0
5
+ date-released : 2022-01-05
6
6
license : BSD-2-Clause
7
7
authors :
8
8
- family-names : Thompson
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.1 "
4
+ version = " 0.5.0 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Current development includes:
6
6
7
7
Enhancements:
8
8
9
+ Bugfixes:
10
+
11
+ ## v0.5.0
12
+
13
+ This release include some minor fixes and some convenience utilities.
14
+
15
+ Breaking change:
16
+
17
+ * Kkeyword argument indicating quadrature point placement for Basis convenience constructors renamed.
18
+
19
+ Enhancements:
20
+
9
21
* Added ` computesymbolsoverrange ` to facilitate common analysis.
10
22
11
23
Bugfixes:
You can’t perform that action at this time.
0 commit comments