Skip to content

Releases: wmwolf/py_mesa_reader

0.3.5

05 Sep 20:51
Compare
Choose a tag to compare

What's Changed

  • change some string things to be compatible with Python 3.12+ by @pmocz in #19

New Contributors

  • @pmocz made their first contribution in #19

Full Changelog: 0.3.4...0.3.5

0.3.4

29 Aug 21:24
Compare
Choose a tag to compare

What's Changed

  • mesa_reader is now on PyPI! You can now install using pip install mesa_reader
  • allow sorting and printing of MesaData objects by @zingale in #11
  • Fix bug when reading .mod files which have comments by @simonguichandut in #16
  • Added pickle support by @adamjermyn in #17

New Contributors

Full Changelog: 0.3.0...0.3.4

Interact with MESA Output

13 Jul 22:30
Compare
Choose a tag to compare

First formal GitHub release.

The only recent change was to add a new method, model_with_profile_number to the MesaProfileIndex class that allows finding a model number that corresponds to a given profile number.