We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19895e4 commit fd41c01Copy full SHA for fd41c01
CHANGELOG.rst
@@ -4,6 +4,10 @@
4
Changelog
5
=========
6
7
+1.7.4 (2023-01-28)
8
+==================
9
+- New configurable setting for maximum mass (in Msun units) for binaries in Supernovae Ia: snia_m_max (default value: 16Msun)
10
+
11
1.7.3 (2022-09-22)
12
==================
13
- All models' SNIa rates are zero for ages < age of a binary-max-mass star (16Msun)
src/starmatrix/__init__.py
@@ -5,4 +5,4 @@
Modelling nucleosynthesis of galactic chemical elements
"""
-__version__ = "1.7.3"
+__version__ = "1.7.4"
0 commit comments