Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
Features:
- added option to flatten the csv output from extract_mesa. So if multiple mass loss phases (or others) are requested, the output csv file can now be flat instead of having nested lists in columns.

Bug fixes:
- fixed small bug in calculation of M_div_Mdot_div_P
- Fixed bug in fileio.write_hdf5. In versions <3.0 of h5py files are opened in mode 'a' by default, added this in explicitly as in version >=3.0 files are opened in r+ mode and will fail to create a new file.
- The HeIgnition phase now takes into account non degenerate ignition correctly, and for those systems marks the ignition phase based on core ignition criteria instead of a maximum in LHe.
  • Loading branch information
vosjo committed Nov 13, 2020
1 parent c7616e0 commit 8234c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnaps/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"

0 comments on commit 8234c5c

Please sign in to comment.