Skip to content

Commit 37051c7

Browse files
committed
chore: update changelog
1 parent 6d63478 commit 37051c7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.2] - 2025-09-04
6+
7+
### Features
8+
9+
- Support simple sequential batching rule (support for `jax.vmap` and `jax.jacobian`) (#47)
10+
11+
### Bug Fixes
12+
13+
- Divergence free /= incompressibility (#21)
14+
- Use has_side_effect=True in FFI calls (#44)
15+
- Update version in vectoradd_jax example to not result in invalid docker tag (#71)
16+
- *(deps)* Use jnp.moveaxis instead of jax.batching.moveaxis (#72)
17+
- Broken link in docs (#76)
18+
19+
### Documentation
20+
21+
- Add shape optimization demo (#45)
22+
- Fix equation rendering in shapeopt demo (#46)
23+
524
## [0.2.1] - 2025-04-25
625

726
### Bug Fixes
@@ -21,4 +40,6 @@ All notable changes to this project will be documented in this file.
2140
- Ensure gradients of example tesseract are well-behaved (#14)
2241
- Improve example notebook presentation (#16)
2342

43+
## [0.2.0] - 2025-04-21
44+
2445
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)