Skip to content

v0.2.0

Choose a tag to compare

@cgiovanetti cgiovanetti released this 16 Feb 00:21
· 77 commits to main since this release

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