-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
*~ | ||
\#* | ||
build/ | ||
dist/ | ||
inputs.auto | ||
.noseids | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
# 4.0 | ||
|
||
This begins a new development campaign, with the source updated to | ||
conform to a standard python packaging format, allowing us to put | ||
it up on PyPI, and install and run from anywhere. | ||
|
||
# 3.1 | ||
|
||
This is essentially the version from JOSS | ||
|
||
# 3.0 | ||
|
||
This was the transition to Numba | ||
|
||
# 2.2 | ||
|
||
* added shallow water solver | ||
|
||
* added particles support | ||
|
||
# 2.1 | ||
|
||
* documentation switched to Sphinx | ||
|
||
* extensive flake8 clean-ups | ||
|
||
* travis-ci for unit test (with 79% coverage) | ||
|
||
* SDC compressible method added | ||
|
||
# 2.0 | ||
|
||
This is the state of the project toward the end of 2017. | ||
4th order finite-volume methods were just introduced. |
This file was deleted.
Oops, something went wrong.