Releases: rjfarmer/mesaplot
Releases · rjfarmer/mesaplot
Release v2.0.9
Release v2.0.8
Fix issue with missing ylabel on plots
Release: v2.0.6
- Fix issues with loading old pickle files in newer versions of mesaPlot. Note the pickle files should not be depended on for long-term storage
- Fix Kippenhan colourmaps when all data is positive
Release: v2.0.5
Fixes some bugs in Kippenhan plots for newer MESA versions.
Release v2.0.4
Adds new plots to handle reaction rate data
Fixes various bugs
Release: v2.0.3
Add a zrng option to plotKIp3 to limit the range of z color values shown.
Release: v2.0.2
Fix installation issues when using pip
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