File tree Expand file tree Collapse file tree 5 files changed +24
-3
lines changed Expand file tree Collapse file tree 5 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,6 @@ cython_debug/
100
100
101
101
# VS Code
102
102
.vscode /
103
+
104
+ # Developer Notes
105
+ dev-notes /
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ keywords:
23
23
- simulation
24
24
- sediment
25
25
license : GPL-3.0
26
- version : 2.1.0
26
+ version : 2.1.1
Original file line number Diff line number Diff line change @@ -78,9 +78,10 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) to know how you can help to
78
78
79
79
## Citation
80
80
81
+
81
82
Please, cite this software as follows:
82
83
83
- * AeoLiS Development Team. AeoLiS (Version 2.1.0 ) [ Computer software] .*
84
+ * AeoLiS Development Team. AeoLiS (Version 2.1.1 ) [ Computer software] .*
84
85
85
86
## Acknowlegdements
86
87
Original file line number Diff line number Diff line change 1
- 2.1.0
1
+ 2.1.1
Original file line number Diff line number Diff line change 9
9
What's New
10
10
==========
11
11
12
+
13
+ v2.1.1 (March 2023)
14
+ -------------------
15
+
16
+ Improvements
17
+ ^^^^^^^^^^^^
18
+ * New variable to simulate fences `fence_height ` (Glenn Strypsteen)
19
+
20
+ Bug fixes
21
+ ^^^^^^^^^
22
+ * Issue with checking the size of `y ` in input file for 1D cases (Glenn Strypsteen)
23
+
24
+ Documentation
25
+ ^^^^^^^^^^^^^
26
+ * Update references to default branch in contributing guide
27
+
28
+
12
29
v2.1.0 (February 2023)
13
30
-------------------
14
31
You can’t perform that action at this time.
0 commit comments