Skip to content

Commit

Permalink
release up
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Mar 18, 2021
1 parent b0dcfcf commit fbb9afd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Changelog
=========

1.4.0 (2021-03-18)
==================
- New supernovae module to add SN yields datasets
- Added ``sn_yields`` setting
- Added SN yields dataset from *Seitenzahl et al. 2013*

1.3.0 (2020-12-09)
==================
Expand All @@ -24,7 +29,7 @@ Changelog
1.2.0 (2020-03-12)
==================

- Added Supernovas II data to the ``imf_supernova_rates`` file
- Added Supernovae II data to the ``imf_supernova_rates`` file
- Tweak SN total energy function to make it continous
- Better docs
- Added DTD from Maoz & Graur (2017)
Expand Down
4 changes: 2 additions & 2 deletions src/starmatrix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==========
Starmatrix
==========
Generation of matrices of elements in spiral galaxies
Modelling nucleosynthesis of galactic chemical elements
"""
__version__ = "1.3.0"
__version__ = "1.4.0"

0 comments on commit fbb9afd

Please sign in to comment.