Releases: wmwolf/py_mesa_reader
Releases · wmwolf/py_mesa_reader
0.3.5
0.3.4
What's Changed
mesa_reader
is now on PyPI! You can now install usingpip 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
- @zingale made their first contribution in #11
- @simonguichandut made their first contribution in #16
- @adamjermyn made their first contribution in #17
Full Changelog: 0.3.0...0.3.4
Interact with MESA Output
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.