|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
| 3 |  | -## [0.4.1](https://github.com/liblaf/apple/compare/v0.4.0...v0.4.1) (2025-10-21) | 
| 4 |  | - | 
|  | 3 | +## [0.4.1](https://github.com/liblaf/apple/compare/v0.4.0..v0.4.1) - 2025-10-21 | 
| 5 | 4 | 
 | 
| 6 | 5 | ### ✨ Features | 
| 7 | 6 | 
 | 
| 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 |  | - | 
|  | 7 | +- **inverse-grin:** add optimizer configuration and new inverse-no-reg script - ([4c7d3f8](https://github.com/liblaf/apple/commit/4c7d3f8edd9310567202d4e6d999197510a0e858)) | 
|  | 8 | +- **warp/sim:** add sparse Hessian support and improve numerical stability - ([61d8b07](https://github.com/liblaf/apple/commit/61d8b0730c6cc5235d1514f908a88157750661b8)) | 
| 11 | 9 | 
 | 
| 12 | 10 | ### 🐛 Bug Fixes | 
| 13 | 11 | 
 | 
| 14 |  | -* **inverse-grin:** update regularization weights in loss calculation ([4684ce4](https://github.com/liblaf/apple/commit/4684ce4da7049bb811244e74e151cf8cb145832f)) | 
|  | 12 | +- **inverse-grin:** update regularization weights in loss calculation - ([4684ce4](https://github.com/liblaf/apple/commit/4684ce4da7049bb811244e74e151cf8cb145832f)) | 
| 15 | 13 | 
 | 
|  | 14 | +### ♻ Code Refactoring | 
| 16 | 15 | 
 | 
| 17 |  | -### ♻️ Code Refactoring | 
|  | 16 | +- **core:** Improve internal structure and update dependencies - ([d7c6b94](https://github.com/liblaf/apple/commit/d7c6b94e616f411b8e86cd3300b22bdd8cebf3e9)) | 
|  | 17 | +- **exp:** Improve inverse simulation inspection script - ([75afcff](https://github.com/liblaf/apple/commit/75afcff97dd3a3661d7516e9f2795f077481f9f3)) | 
|  | 18 | +- **exp/inverse:** Simplify activation parameter to a single scalar stretch - ([5ea6f55](https://github.com/liblaf/apple/commit/5ea6f55d494ca41fd96d21e3a56138f1428ab0bf)) | 
|  | 19 | +- **jax:** Enhance robustness and consistency of optim and math modules - ([dd241d8](https://github.com/liblaf/apple/commit/dd241d8229b98091485b77014899dc4c857daaf8)) | 
| 18 | 20 | 
 | 
| 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)) | 
|  | 21 | +### 👷 Build System | 
| 23 | 22 | 
 | 
|  | 23 | +- **deps:** Upgrade JAX to 0.7 and add cholespy - ([35acd6d](https://github.com/liblaf/apple/commit/35acd6d63289c0da210899fcdf1e0fe4cae53f9d)) | 
|  | 24 | +- **repo:** Configure Git LFS for large file tracking - ([fbfb958](https://github.com/liblaf/apple/commit/fbfb958c459aa49d00a8b778758d5836cd4aa130)) | 
| 24 | 25 | 
 | 
| 25 |  | -### 🛠 Builds | 
|  | 26 | +### ❤️ New Contributors | 
| 26 | 27 | 
 | 
| 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)) | 
|  | 28 | +- [@liblaf](https://github.com/liblaf) made their first contribution | 
|  | 29 | +- [@liblaf[bot]](https://github.com/apps/liblaf) made their first contribution | 
| 29 | 30 | 
 | 
| 30 | 31 | ## [0.4.0](https://github.com/liblaf/apple/compare/v0.3.0..v0.4.0) - 2025-10-12 | 
| 31 | 32 | 
 | 
|  | 
| 100 | 101 | - **optim:** add tests for MinimizerScipy and refactor Objective partial method - ([5eb4ac3](https://github.com/liblaf/apple/commit/5eb4ac3c79de2c79ab46f49cac343032a7b7eac1)) | 
| 101 | 102 | - disable JIT in scipy minimizer tests and adjust tolerances - ([fdc27be](https://github.com/liblaf/apple/commit/fdc27be23b633c316b4c632c6719d112a42dcda7)) | 
| 102 | 103 | 
 | 
| 103 |  | -### ❤️ New Contributors | 
| 104 |  | - | 
| 105 |  | -- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution | 
| 106 |  | -- [@liblaf](https://github.com/liblaf) made their first contribution | 
| 107 |  | -- [@renovate[bot]](https://github.com/apps/renovate) made their first contribution in [#55](https://github.com/liblaf/apple/pull/55) | 
| 108 |  | - | 
| 109 | 104 | ## [0.3.0](https://github.com/liblaf/apple/compare/v0.2.1..v0.3.0) - 2025-07-12 | 
| 110 | 105 | 
 | 
| 111 | 106 | ### 💥 BREAKING CHANGES | 
|  | 
| 288 | 283 | 
 | 
| 289 | 284 | - [@release-please[bot]](https://github.com/apps/release-please) made their first contribution in [#1](https://github.com/liblaf/apple/pull/1) | 
| 290 | 285 | - [@liblaf](https://github.com/liblaf) made their first contribution | 
| 291 |  | -- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution | 
|  | 286 | +- [@liblaf[bot]](https://github.com/apps/liblaf) made their first contribution | 
0 commit comments