v0.2.0
Major I/O quality of life improvements:
What's Changed
- No need to wrap inputs in jnp.array by @cgiovanetti in #3
- Use kwargs instead of strict dict for initialization options by @cgiovanetti in #4
- Model.run_cosmology is no more; use initialized Model's
__call__instead by @cgiovanetti in #5 - Output now managed in an object (no more dynamic indexing!) by @TonyZhou729 in #7
- import package case changed to lowercase to match python conventions
Full Changelog: pypi...v0.2.0