Releases: rjfarmer/mesaplot
v2.0.0
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
Bumps minimum supported python version to be >3.5
Bug fixes
Bug fixes
Bug fixes
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
Bugs fixes and speed ups
Make loading data faster by not needing to read the file length first
Fixes various bugs