Skip to content

Commit f94f93d

Browse files
committed
update changes
1 parent 0e6a8fc commit f94f93d

File tree

3 files changed

+36
-12
lines changed

3 files changed

+36
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*~
66
\#*
77
build/
8+
dist/
89
inputs.auto
910
.noseids
1011

CHANGES.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

versions.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)