Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.4.0"}
{".":"0.4.1"}
40 changes: 33 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.4.1](https://github.com/liblaf/apple/compare/v0.4.0..v0.4.1) - 2025-10-26

### ✨ Features

- **inverse-grin:** add optimizer configuration and new inverse-no-reg script - ([4c7d3f8](https://github.com/liblaf/apple/commit/4c7d3f8edd9310567202d4e6d999197510a0e858))
- **warp/sim:** add sparse Hessian support and improve numerical stability - ([61d8b07](https://github.com/liblaf/apple/commit/61d8b0730c6cc5235d1514f908a88157750661b8))

### πŸ› Bug Fixes

- **inverse-grin:** update regularization weights in loss calculation - ([4684ce4](https://github.com/liblaf/apple/commit/4684ce4da7049bb811244e74e151cf8cb145832f))

### πŸ“ Documentation

- Update documentation links - ([90bfed0](https://github.com/liblaf/apple/commit/90bfed02d757d9497acefedbb9e2be53c1b11c0f))

### β™» Code Refactoring

- **core:** Improve internal structure and update dependencies - ([d7c6b94](https://github.com/liblaf/apple/commit/d7c6b94e616f411b8e86cd3300b22bdd8cebf3e9))
- **exp:** Improve inverse simulation inspection script - ([75afcff](https://github.com/liblaf/apple/commit/75afcff97dd3a3661d7516e9f2795f077481f9f3))
- **exp/inverse:** Simplify activation parameter to a single scalar stretch - ([5ea6f55](https://github.com/liblaf/apple/commit/5ea6f55d494ca41fd96d21e3a56138f1428ab0bf))
- **jax:** Enhance robustness and consistency of optim and math modules - ([dd241d8](https://github.com/liblaf/apple/commit/dd241d8229b98091485b77014899dc4c857daaf8))

### πŸ‘· Build System

- **deps:** Upgrade JAX to 0.7 and add cholespy - ([35acd6d](https://github.com/liblaf/apple/commit/35acd6d63289c0da210899fcdf1e0fe4cae53f9d))
- **repo:** Configure Git LFS for large file tracking - ([fbfb958](https://github.com/liblaf/apple/commit/fbfb958c459aa49d00a8b778758d5836cd4aa130))

### ❀️ New Contributors

- [@liblaf[bot]](https://github.com/apps/liblaf) made their first contribution
- [@liblaf](https://github.com/liblaf) made their first contribution

## [0.4.0](https://github.com/liblaf/apple/compare/v0.3.0..v0.4.0) - 2025-10-12

### πŸ’₯ BREAKING CHANGES
Expand Down Expand Up @@ -73,12 +105,6 @@
- **optim:** add tests for MinimizerScipy and refactor Objective partial method - ([5eb4ac3](https://github.com/liblaf/apple/commit/5eb4ac3c79de2c79ab46f49cac343032a7b7eac1))
- disable JIT in scipy minimizer tests and adjust tolerances - ([fdc27be](https://github.com/liblaf/apple/commit/fdc27be23b633c316b4c632c6719d112a42dcda7))

### ❀️ New Contributors

- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution
- [@liblaf](https://github.com/liblaf) made their first contribution
- [@renovate[bot]](https://github.com/apps/renovate) made their first contribution in [#55](https://github.com/liblaf/apple/pull/55)

## [0.3.0](https://github.com/liblaf/apple/compare/v0.2.1..v0.3.0) - 2025-07-12

### πŸ’₯ BREAKING CHANGES
Expand Down Expand Up @@ -261,4 +287,4 @@

- [@release-please[bot]](https://github.com/apps/release-please) made their first contribution in [#1](https://github.com/liblaf/apple/pull/1)
- [@liblaf](https://github.com/liblaf) made their first contribution
- [@liblaf-bot[bot]](https://github.com/apps/liblaf-bot) made their first contribution
- [@liblaf[bot]](https://github.com/apps/liblaf) made their first contribution
Loading