diff --git a/Cargo.toml b/Cargo.toml index b493b1e..23f015a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,11 +41,11 @@ shellexpand = "3.1.0" thiserror = "2.0.3" typetag = "0.2.18" -laddu = { version = "0.2.5", path = "crates/laddu" } -laddu-core = { version = "0.2.4", path = "crates/laddu-core" } -laddu-amplitudes = { version = "0.2.4", path = "crates/laddu-amplitudes" } -laddu-extensions = { version = "0.2.5", path = "crates/laddu-extensions" } -laddu-python = { version = "0.2.4", path = "crates/laddu-python" } +laddu = { version = "0.2.6", path = "crates/laddu" } +laddu-core = { version = "0.2.5", path = "crates/laddu-core" } +laddu-amplitudes = { version = "0.2.5", path = "crates/laddu-amplitudes" } +laddu-extensions = { version = "0.2.6", path = "crates/laddu-extensions" } +laddu-python = { version = "0.2.5", path = "crates/laddu-python" } [profile.release] lto = "thin" diff --git a/crates/laddu-amplitudes/CHANGELOG.md b/crates/laddu-amplitudes/CHANGELOG.md index 163197b..7792911 100644 --- a/crates/laddu-amplitudes/CHANGELOG.md +++ b/crates/laddu-amplitudes/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/denehoffman/laddu/compare/laddu-amplitudes-v0.2.4...laddu-amplitudes-v0.2.5) - 2025-01-28 + +### Other + +- updated the following local packages: laddu-core, laddu-python + ## [0.2.4](https://github.com/denehoffman/laddu/compare/laddu-amplitudes-v0.2.3...laddu-amplitudes-v0.2.4) - 2025-01-27 ### Other diff --git a/crates/laddu-amplitudes/Cargo.toml b/crates/laddu-amplitudes/Cargo.toml index 2a13faf..c85ffbd 100644 --- a/crates/laddu-amplitudes/Cargo.toml +++ b/crates/laddu-amplitudes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu-amplitudes" -version = "0.2.4" +version = "0.2.5" authors.workspace = true edition.workspace = true homepage.workspace = true diff --git a/crates/laddu-core/CHANGELOG.md b/crates/laddu-core/CHANGELOG.md index f70c6cb..6de9ca0 100644 --- a/crates/laddu-core/CHANGELOG.md +++ b/crates/laddu-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/denehoffman/laddu/compare/laddu-core-v0.2.4...laddu-core-v0.2.5) - 2025-01-28 + +### Other + +- update Cargo.toml dependencies + ## [0.2.4](https://github.com/denehoffman/laddu/compare/laddu-core-v0.2.3...laddu-core-v0.2.4) - 2025-01-27 ### Fixed diff --git a/crates/laddu-core/Cargo.toml b/crates/laddu-core/Cargo.toml index c74e674..9f8b8da 100644 --- a/crates/laddu-core/Cargo.toml +++ b/crates/laddu-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu-core" -version = "0.2.4" +version = "0.2.5" authors.workspace = true edition.workspace = true homepage.workspace = true diff --git a/crates/laddu-extensions/CHANGELOG.md b/crates/laddu-extensions/CHANGELOG.md index 5e17399..8a6e2b7 100644 --- a/crates/laddu-extensions/CHANGELOG.md +++ b/crates/laddu-extensions/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6](https://github.com/denehoffman/laddu/compare/laddu-extensions-v0.2.5...laddu-extensions-v0.2.6) - 2025-01-28 + +### Added + +- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix + +### Fixed + +- use proper ownership in setting algorithm error mode +- use correct enum in L-BFGS-B error method + ## [0.2.5](https://github.com/denehoffman/laddu/compare/laddu-extensions-v0.2.4...laddu-extensions-v0.2.5) - 2025-01-27 ### Other diff --git a/crates/laddu-extensions/Cargo.toml b/crates/laddu-extensions/Cargo.toml index 9c980d2..a84fca0 100644 --- a/crates/laddu-extensions/Cargo.toml +++ b/crates/laddu-extensions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu-extensions" -version = "0.2.5" +version = "0.2.6" authors.workspace = true edition.workspace = true homepage.workspace = true diff --git a/crates/laddu-python/CHANGELOG.md b/crates/laddu-python/CHANGELOG.md index 4ebc013..2485b66 100644 --- a/crates/laddu-python/CHANGELOG.md +++ b/crates/laddu-python/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/denehoffman/laddu/compare/laddu-python-v0.2.4...laddu-python-v0.2.5) - 2025-01-28 + +### Other + +- update Cargo.toml dependencies + ## [0.2.4](https://github.com/denehoffman/laddu/compare/laddu-python-v0.2.3...laddu-python-v0.2.4) - 2025-01-27 ### Added diff --git a/crates/laddu-python/Cargo.toml b/crates/laddu-python/Cargo.toml index d1aac76..69e8c6f 100644 --- a/crates/laddu-python/Cargo.toml +++ b/crates/laddu-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu-python" -version = "0.2.4" +version = "0.2.5" description = "Amplitude analysis made short and sweet" edition.workspace = true authors.workspace = true diff --git a/crates/laddu/CHANGELOG.md b/crates/laddu/CHANGELOG.md index 99fc6a4..898af23 100644 --- a/crates/laddu/CHANGELOG.md +++ b/crates/laddu/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6](https://github.com/denehoffman/laddu/compare/laddu-v0.2.5...laddu-v0.2.6) - 2025-01-28 + +### Added + +- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix + +### Fixed + +- use proper ownership in setting algorithm error mode +- use correct enum in L-BFGS-B error method + +### Other + +- update Cargo.toml dependencies + ## [0.2.5](https://github.com/denehoffman/laddu/compare/laddu-v0.2.4...laddu-v0.2.5) - 2025-01-27 ### Fixed diff --git a/crates/laddu/Cargo.toml b/crates/laddu/Cargo.toml index 277f102..5f42181 100644 --- a/crates/laddu/Cargo.toml +++ b/crates/laddu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.2.5" +version = "0.2.6" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu" edition.workspace = true diff --git a/py-laddu/CHANGELOG.md b/py-laddu/CHANGELOG.md index 3360d2a..36afc40 100644 --- a/py-laddu/CHANGELOG.md +++ b/py-laddu/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6](https://github.com/denehoffman/laddu/compare/py-laddu-v0.2.5...py-laddu-v0.2.6) - 2025-01-28 + +### Added + +- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix + +### Fixed + +- use proper ownership in setting algorithm error mode +- use correct enum in L-BFGS-B error method + +### Other + +- update Cargo.toml dependencies + ## [0.2.5](https://github.com/denehoffman/laddu/compare/py-laddu-v0.2.4...py-laddu-v0.2.5) - 2025-01-27 ### Fixed diff --git a/py-laddu/Cargo.toml b/py-laddu/Cargo.toml index a7f6f7e..304a221 100644 --- a/py-laddu/Cargo.toml +++ b/py-laddu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-laddu" -version = "0.2.5" +version = "0.2.6" edition.workspace = true readme = "README.md" license.workspace = true