Skip to content

Commit b2c9028

Browse files
committed
update changes
1 parent 2569edc commit b2c9028

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
1-
# 4.1
1+
# 4.2.0
2+
3+
* moved docs to sphinx-book-theme (#229, #235, #240)
4+
5+
* docs reorganization (#214, #221, #222, #234, #239) and new
6+
examples (#228, #236)
7+
8+
* remove driver.splitting unused parameter (#238)
9+
10+
* clean-ups of the Pyro class (#219, #232, #233) including disabling
11+
verbosity and vis by default when using it directly (#220, #231)
12+
13+
* the `advection_fv4` solver now properly averages the initial
14+
conditions from centers to cell-averages
15+
16+
* each problem initial conditions file now specifies a
17+
`DEFAULT_INPUTS` (#225)
18+
19+
* the gresho initial conditions were fixed to be closer to the
20+
source of the Miczek et al. paper (#218)
21+
22+
* the RT initial conditions were tweaked to be more symmetric (#216)
23+
24+
* the colorbar tick labels in plots were fixed (#212)
25+
26+
* the compressible solver now supports 2D spherical geometry
27+
(r-theta) (#204, #210, #211)
28+
29+
* the mesh now supports spherical geometry (r-theta) (#201, #217)
30+
31+
* the compressible Riemann solvers were reorganized (#206)
32+
33+
* CI fixes (#202, #215) and a codespell action (#199, #205)
34+
35+
* python 3.12 was added to the CI (#208)
36+
37+
* comment fixes to the compressible FV4 solver (#207)
38+
39+
# 4.1.0
240

341
* Switched to pyproject.toml (#195)
442

0 commit comments

Comments
 (0)