Skip to content

Commit 8f8af33

Browse files
authored
chore(main): release 0.4.1
1 parent d7c6b94 commit 8f8af33

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.4.0"}
1+
{".":"0.4.1"}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/liblaf/apple/compare/v0.4.0...v0.4.1) (2025-10-21)
4+
5+
6+
### ✨ Features
7+
8+
* **inverse-grin:** add optimizer configuration and new inverse-no-reg script ([4c7d3f8](https://github.com/liblaf/apple/commit/4c7d3f8edd9310567202d4e6d999197510a0e858))
9+
* **warp/sim:** add sparse Hessian support and improve numerical stability ([61d8b07](https://github.com/liblaf/apple/commit/61d8b0730c6cc5235d1514f908a88157750661b8))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* **inverse-grin:** update regularization weights in loss calculation ([4684ce4](https://github.com/liblaf/apple/commit/4684ce4da7049bb811244e74e151cf8cb145832f))
15+
16+
17+
### ♻️ Code Refactoring
18+
19+
* **core:** Improve internal structure and update dependencies ([d7c6b94](https://github.com/liblaf/apple/commit/d7c6b94e616f411b8e86cd3300b22bdd8cebf3e9))
20+
* **exp/inverse:** Simplify activation parameter to a single scalar stretch ([5ea6f55](https://github.com/liblaf/apple/commit/5ea6f55d494ca41fd96d21e3a56138f1428ab0bf))
21+
* **exp:** Improve inverse simulation inspection script ([75afcff](https://github.com/liblaf/apple/commit/75afcff97dd3a3661d7516e9f2795f077481f9f3))
22+
* **jax:** Enhance robustness and consistency of optim and math modules ([dd241d8](https://github.com/liblaf/apple/commit/dd241d8229b98091485b77014899dc4c857daaf8))
23+
24+
25+
### 🛠 Builds
26+
27+
* **deps:** Upgrade JAX to 0.7 and add cholespy ([35acd6d](https://github.com/liblaf/apple/commit/35acd6d63289c0da210899fcdf1e0fe4cae53f9d))
28+
* **repo:** Configure Git LFS for large file tracking ([fbfb958](https://github.com/liblaf/apple/commit/fbfb958c459aa49d00a8b778758d5836cd4aa130))
29+
330
## [0.4.0](https://github.com/liblaf/apple/compare/v0.3.0..v0.4.0) - 2025-10-12
431

532
### 💥 BREAKING CHANGES

0 commit comments

Comments
 (0)