Releases: pasteurlabs/tesseract-jax
Releases · pasteurlabs/tesseract-jax
v0.2.2
Release v0.2.2
What's Changed
Features
- Support simple sequential batching rule (support for
jax.vmapandjax.jacobian) (#47)
Bug Fixes
- Divergence free /= incompressibility (#21)
- Use has_side_effect=True in FFI calls (#44)
- Update version in vectoradd_jax example to not result in invalid docker tag (#71)
- (deps) Use jnp.moveaxis instead of jax.batching.moveaxis (#72)
- Broken link in docs (#76)
Documentation
Full diff: v0.2.1...v0.2.2
v0.2.1
What's Changed
- chore: Link to JAX in README by @dionhaefner in #7
- refactor: applied jax recipe to cfd tesseract by @zmheiko in #10
- fix: jvp in cfd Tesseract should only return derivative by @zmheiko in #12
- fix: fixed typo in vectoradd Tesseract demo by @zmheiko in #11
- doc: add rendered demos to docs by @dionhaefner in #9
- doc: Fix quickstart snippet by @apaleyes in #13
- doc: more tweaks based on beta feedback by @dionhaefner in #15
- doc: ensure gradients of example tesseract are well-behaved by @dionhaefner in #14
- doc: improve example notebook presentation by @jacanchaplais in #16
- chore: add publish action to public pypi by @dionhaefner in #8
- chore: Create changelog by @apaleyes in #20
New Contributors
- @zmheiko made their first contribution in #10
- @apaleyes made their first contribution in #13
- @jacanchaplais made their first contribution in #16
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Initial public release 🎉