Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5920a3

Browse files
authoredMay 6, 2024··
update changes in anticipation of release 4.1.0 (#198)
1 parent d5b5afa commit d5920a3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
 

‎CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 4.1
2+
3+
* Switched to pyproject.toml (#195)
4+
5+
* pytest improvements allowing it to be run more easily (#194)
6+
7+
* plotvar.py script improvements (#178)
8+
9+
* a new viscous Burgers solver was added (#171)
10+
11+
* a new viscous incompressible solver was added with a lid-drive
12+
cavity test problem (#138)
13+
14+
* the incompressible solver was synced up with the Burgers solver
15+
(#168, #169)
16+
17+
* convergence.py can now take any variable and multiplicative
18+
factor, as well as take 3 plotfiles to estimate convergence
19+
directly. (#165)
20+
21+
* the multigrid solver output is now more compact (#161)
22+
23+
* plot.py can fill ghostcells now (#156)
24+
25+
* a new inviscid Burgers solver was added (#144)
26+
27+
* a new convergence_error.py script for incompressible was added to
28+
make the convergence plot for that solver (#147)
29+
30+
* regression tests can now be run in parallel (#145)
31+
32+
* fixes for numpy > 1.20 (#137)
33+
34+
* we can now Ctrl+C to abort when visualization is on (#131)
35+
36+
* lots of pylint cleaning (#155, #152, #151, #143, #139)
137

238
# 4.0
339

0 commit comments

Comments
 (0)
Please sign in to comment.