File tree 3 files changed +36
-12
lines changed 3 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 5
5
* ~
6
6
\# *
7
7
build /
8
+ dist /
8
9
inputs.auto
9
10
.noseids
10
11
Original file line number Diff line number Diff line change
1
+
2
+ # 4.0
3
+
4
+ This begins a new development campaign, with the source updated to
5
+ conform to a standard python packaging format, allowing us to put
6
+ it up on PyPI, and install and run from anywhere.
7
+
8
+ # 3.1
9
+
10
+ This is essentially the version from JOSS
11
+
12
+ # 3.0
13
+
14
+ This was the transition to Numba
15
+
16
+ # 2.2
17
+
18
+ * added shallow water solver
19
+
20
+ * added particles support
21
+
22
+ # 2.1
23
+
24
+ * documentation switched to Sphinx
25
+
26
+ * extensive flake8 clean-ups
27
+
28
+ * travis-ci for unit test (with 79% coverage)
29
+
30
+ * SDC compressible method added
31
+
32
+ # 2.0
33
+
34
+ This is the state of the project toward the end of 2017.
35
+ 4th order finite-volume methods were just introduced.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments