Skip to content

Commit 71132d6

Browse files
authored
update changes for 4.5.0 (#327)
1 parent f4c1a98 commit 71132d6

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGES.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# 4.5.0
2+
3+
* add protection against negative density/energy in the 4th order
4+
compressible method when converting from averages to centers
5+
(#309)
6+
7+
* implement a "clean state" routine for the compressible solvers
8+
that can enforce a density floor (#329)
9+
10+
* updated the citation information (#324) and the zenodo file (#325)
11+
12+
* code cleaning (#323)
13+
14+
* added python 3.13 support (#321)
15+
16+
* CI doc build fixes (#322) and added the ability to skip executing
17+
notebooks when building docs (#319)
18+
19+
* fixed issues with how derived variables are recognized when
20+
reading in an output file and add vorticity and machnumber
21+
to compressible derives (#294, #320)
22+
23+
* expand the documentation on the compressible solvers (#317)
24+
25+
* remove unused APIs from docs (#318) and fix autodoc issues (#316)
26+
27+
* implement a sponge term in the compressible solvers (#313, #336)
28+
29+
* add some asserts to the compressible solver to catch unphysical
30+
mass and energy (#312)
31+
32+
* add the compressible convection problem (#293, #310, #315, #337,
33+
#338, #339)
34+
35+
* add a multimode Rayleigh-Taylor problem to the compressible
36+
solvers (#307)
37+
38+
* improve the documentation on working with data (#304, #305)
39+
40+
* spherical compressible solver fixes (#295, #296, #298, #299, #300)
41+
42+
* move the 4th order reconstruction into mesh (#302)
43+
44+
* use a safer divide in compressible when density is zero (#297)
45+
46+
* add the ability to have a problem-dependent external source and
47+
clean-up how the compressible sources are treated (#289, #290,
48+
#292)
49+
150
# 4.4.0
251

352
* the gresho problem (compressible) now takes Mach number as input

0 commit comments

Comments
 (0)