Skip to content

Releases: rjfarmer/mesaplot

Release v2.0.9

05 Nov 20:44
Compare
Choose a tag to compare

Fix issue in Kippenhan's with no burn data

Release v2.0.8

10 Jul 20:39
Compare
Choose a tag to compare

Fix issue with missing ylabel on plots

Release: v2.0.6

26 Oct 14:42
Compare
Choose a tag to compare
  • 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

19 May 12:28
Compare
Choose a tag to compare

Fixes some bugs in Kippenhan plots for newer MESA versions.

Release v2.0.4

23 Sep 10:43
Compare
Choose a tag to compare

Adds new plots to handle reaction rate data

Fixes various bugs

Release: v2.0.3

14 Dec 13:37
Compare
Choose a tag to compare

Add a zrng option to plotKIp3 to limit the range of z color values shown.

Release: v2.0.2

15 Nov 16:27
Compare
Choose a tag to compare

Fix installation issues when using pip

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