Skip to content

Commit 0696666

Browse files
committed
update for 4.3.0
1 parent e0b9e23 commit 0696666

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# 4.3.0
2+
3+
* it is now possible to define a problem setup in a Jupyter
4+
notebook (#262, #264)
5+
6+
* fix a bug in the artificial viscosity for spherical coords (#263)
7+
8+
* I/O is disabled by default when running in Jupyter (#259)
9+
10+
* the bc_demo test works again (#260, #261)
11+
12+
* problem setups no longer check if the input grid is
13+
CellCenterData2d (#258)
14+
15+
* the Pyro class interface was simplified to have command line
16+
parameter use the dict interface (#257)
17+
18+
* problem setups no longer use a _*.defaults file, but instead
19+
specify their runtime parameters via a dict in the problem module
20+
(#255)
21+
22+
* the compressible_sr solver was removed (#226)
23+
24+
* gresho problem uses more steps by default now (#254)
25+
26+
* the 4th order compressible solver only needs 4 ghost cells, not 5
27+
(#248)
28+
29+
* the compressible solver comparison docs were changed to an
30+
interactive Jupyter page (#243, #246, #249, #252)
31+
32+
* some interfaces were cleaned-up to require keyword args (#247)
33+
34+
* developers were added to the zenodo file (#242)
35+
36+
* doc updates (#241)
37+
138
# 4.2.0
239

340
* moved docs to sphinx-book-theme (#229, #235, #240)

0 commit comments

Comments
 (0)