Skip to content

Releases: rjfarmer/mesaplot

v2.0.0

28 Oct 14:16
Compare
Choose a tag to compare

Performance improvements by switching from numpy.genfromtxt to using pandas for file reading

This will likely break reading old pickle files back in, so best bet is to delete them and let mesaPlot re-cache the data. Some attempts are made
to translate the files but it doesn't always work.

Release v1.1.0

30 Apr 09:02
Compare
Choose a tag to compare

Bumps minimum supported python version to be >3.5

Bug fixes

12 Jan 14:02
Compare
Choose a tag to compare

More fixes and improvements

Bug fixes

21 Feb 14:29
Compare
Choose a tag to compare

history and profile data are saved saved after the first time they are loaded as a python pickle file. This allows much faster re-reading in of the file and takes up much less space.

Kippenhan plots have had some bug fixes for colorbars

Bug fixes

21 Oct 15:09
Compare
Choose a tag to compare

Fixes some bugs

New feature, most plots can now accept an array (instead of just a string) to plot, i.e instead of having xaxis='model_number' you could now do xaxis=m.hist.model_number*2.

Hatching is now available for kippenhan plots instead of just color

New plots include plotNeu (for neutrino luminosities) and L/M

We now have a basic test suite, run with: python3 setup.py test

Kippenhans can now plot in terms of radius instead of just mass, you need mix_relr_regions and burn_relr_regions in your history output

Bug fixes

01 Oct 13:08
Compare
Choose a tag to compare

Fix bugs and add fallback for old numpy versions

Bugs fixes and speed ups

03 Aug 14:12
Compare
Choose a tag to compare

Make loading data faster by not needing to read the file length first

Fixes various bugs

Bug fixes

03 Aug 14:12
Compare
Choose a tag to compare

Bug fixes and standardization

Bug Fixes

22 Feb 09:53
Compare
Choose a tag to compare

Fix various bugs
Add some checks to plots to better warn when fields are missing

Bug Fix

10 Nov 09:37
Compare
Choose a tag to compare

Fix bug with exceptions from missing kippenhan data