Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changes in anticipation of release 4.1.0 #198

Merged
merged 2 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# 4.1

* Switched to pyproject.toml (#195)

* pytest improvements allowing it to be run more easily (#194)

* plotvar.py script improvements (#178)

* a new viscous Burgers solver was added (#171)

* a new viscous incompressible solver was added with a lid-drive
cavity test problem (#138)

* the incompressible solver was synced up with the Burgers solver
(#168, #169)

* convergence.py can now take any variable and multiplicative
factor, as well as take 3 plotfiles to estimate convergence
directly. (#165)

* the multigrid solver output is now more compact (#161)

* plot.py can fill ghostcells now (#156)

* a new inviscid Burgers solver was added (#144)

* a new convergence_error.py script for incompressible was added to
make the convergence plot for that solver (#147)

* regression tests can now be run in parallel (#145)

* fixes for numpy > 1.20 (#137)

* we can now Ctrl+C to abort when visualization is on (#131)

* lots of pylint cleaning (#155, #152, #151, #143, #139)

# 4.0

Expand Down