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 https://github.com/wmwolf/py_mesa_reader/pull/11 * Fix bug when reading .mod files which have comments by simonguichandut in https://github.com/wmwolf/py_mesa_reader/pull/16 * Added pickle support by adamjermyn in https://github.com/wmwolf/py_mesa_reader/pull/17
New Contributors * zingale made their first contribution in https://github.com/wmwolf/py_mesa_reader/pull/11 * simonguichandut made their first contribution in https://github.com/wmwolf/py_mesa_reader/pull/16 * adamjermyn made their first contribution in https://github.com/wmwolf/py_mesa_reader/pull/17
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.