Skip to content

Commit fa01530

Browse files
committed
update changes
1 parent 76782c8 commit fa01530

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

CHANGES.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
* A null screening routine was added to disable screening for any network at
44
compile time. (#992)
55

6+
* An option to disable the clipping of species in the VODE integration
7+
was added (`integrator.do_species_clip`) (#989)
8+
9+
* A unit test for C++ partition functions was added (#980)
10+
11+
* An EOS for primordial chemistry was added (#981)
12+
13+
* A C++ version of the Powell's hybrid non linear system solver was
14+
added (#976)
15+
16+
* screening in the approximate rates in pynucastro nets was fixed
17+
(#978)
18+
619
# 22.09
720

821
* An NSE solver was added (#963)
@@ -12,14 +25,15 @@
1225

1326
# 22.08
1427

15-
* The subch network was renamed `subch_approx` and the subch2 network was renamed
16-
`subch_full` (#947)
28+
* The subch network was renamed `subch_approx` and the subch2
29+
network was renamed `subch_full` (#947)
1730

1831
# 22.07
1932

20-
* Two new screening formulations have been added for reaction rates, based
21-
on Chugunov, DeWitt, and Yakovlev 2007 and Chugunov and DeWitt 2009. These
22-
can be used with any network by setting SCREEN_METHOD at compile time.(#887)
33+
* Two new screening formulations have been added for reaction rates,
34+
based on Chugunov, DeWitt, and Yakovlev 2007 and Chugunov and
35+
DeWitt 2009. These can be used with any network by setting
36+
SCREEN_METHOD at compile time.(#887)
2337

2438
# 22.06
2539

@@ -33,8 +47,8 @@
3347

3448
# 22.04
3549

36-
* aprox networks now use a templated C++ righthand side formulation that
37-
builds the ODE system at compile time. (#802)
50+
* aprox networks now use a templated C++ righthand side formulation
51+
that builds the ODE system at compile time. (#802)
3852

3953
* pynucastro networks were regenerated to take advantage of recent
4054
optimizations (#901)
@@ -81,7 +95,7 @@
8195
* With Intel compilers, logical runtime parameters in Fortran
8296
were not being correctly cast to int (#789)
8397

84-
* Simplified-SDC now works with Fortran nets (#786)
98+
* Simplified-SDC now works with Fortran nets (#786)
8599

86100
# 21.09
87101

@@ -101,8 +115,8 @@
101115
* the numerical Jacobian now uses a more robust one-sided difference
102116
algorithm (#660, #728)
103117

104-
* for simplified SDC, we now only integrate (rho X, rho e), and no longer
105-
integrate (rho E) (#710, #712, #717)
118+
* for simplified SDC, we now only integrate (rho X, rho e), and no
119+
longer integrate (rho E) (#710, #712, #717)
106120

107121
* for the NSE bailout, we can now relax the conditions needed to enter
108122
NSE after a failed burn (#702)
@@ -148,9 +162,10 @@
148162

149163
# 21.03
150164

151-
* We now integrate internal energy (e) directly instead of integrating
152-
temperature (T) for the thermodynamic evolution. T is obtained from e
153-
with an EOS call when needed to evaluate the rates. (#496)
165+
* We now integrate internal energy (e) directly instead of
166+
integrating temperature (T) for the thermodynamic evolution. T is
167+
obtained from e with an EOS call when needed to evaluate the
168+
rates. (#496)
154169

155170
* simplified-SDC can be used with the NSE table in aprox19 now
156171
(#423, #497)
@@ -171,8 +186,8 @@
171186

172187
* Microphysics now requires C++17 (gcc >= 7, CUDA >= 11). (#485)
173188

174-
* The BS integrator was removed. This was Fortran only, doesn't support
175-
SDC integration, and not well used. (#488)
189+
* The BS integrator was removed. This was Fortran only, doesn't
190+
support SDC integration, and not well used. (#488)
176191

177192
# 20.12
178193

@@ -207,8 +222,8 @@
207222
* A new single-zone EOS test routine was created as unit_test/eos_cell
208223
(#382)
209224

210-
* The gamma_law eos (not gamma_law_general) now fills the sound speed,
211-
entropy, and derivatives for more inputs (#374)
225+
* The gamma_law eos (not gamma_law_general) now fills the sound
226+
speed, entropy, and derivatives for more inputs (#374)
212227

213228
* The rprox network now has screening (#377)
214229

@@ -226,8 +241,8 @@
226241
* The VBDF integrator was removed (#348)
227242

228243
* VODE can now reject an internal timestep that has any abundance
229-
change by more than a factor of 2, or an abundance < 0 or > 1,
230-
as well as timesteps where the temperature ends up negative. (#350)
244+
change by more than a factor of 2, or an abundance < 0 or > 1, as
245+
well as timesteps where the temperature ends up negative. (#350)
231246

232247
# 20.07
233248

0 commit comments

Comments
 (0)