Skip to content

Commit

Permalink
update for 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 20, 2024
1 parent 5c307b7 commit a08adc7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 4.4.0

* the gresho problem (compressible) now takes Mach number as input
instead of pressure (#287, #288)

* doc updates to reflect how we run with the Pyro class (#266, #276,
#284, #285) and other general docs cleaning (#265, #268, #270,
#271)

* pylint CI update (#283); python version bump in actions (#281)

* a new HLLC solver with corrections for low Mach number was added
(based on Minioshima & Miyoshi 2021) (#282)

* documenting and clean-ups of problem setups for each of the
solvers (adding docstrings that appear in the docs) (#272, #273,
#274, #275, #277, #279, #280)

* `viscous_burgers` was renamed `burgers_viscous` (#267, #278)

# 4.3.0

* it is now possible to define a problem setup in a Jupyter
Expand Down

0 comments on commit a08adc7

Please sign in to comment.