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 5eae45f commit ab6eaccCopy full SHA for ab6eacc
CHANGELOG.rst
@@ -4,6 +4,11 @@
4
Changelog
5
=========
6
7
+1.7.1 (2021-07-01)
8
+==================
9
+- Fix error when running default config file
10
+- Improve documentation
11
+
12
1.7.0 (2021-12-07)
13
==================
14
- Added Kroupa 2001 IMF
requirements.txt
@@ -1,3 +1,3 @@
1
pyyaml>=5.4.1
2
numpy>=1.20
3
-scipy>=1.5
+scipy>=1.7
src/starmatrix/__init__.py
@@ -5,4 +5,4 @@
Modelling nucleosynthesis of galactic chemical elements
"""
-__version__ = "1.7.0"
+__version__ = "1.7.1"
0 commit comments