Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.19.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.19.1](https://github.com/denehoffman/laddu/compare/v0.19.0...v0.19.1) (2026-05-18)


### Features

* Add selection rules and more complex quantum state handling, plus a few minor renames and API changes ([6922866](https://github.com/denehoffman/laddu/commit/6922866998d1fa0c8114efc3abb862b155a77baa))
* Simplify helicity surface, add python API for quantum numbers ([01a95c2](https://github.com/denehoffman/laddu/commit/01a95c29d4e518c46894435e0b5a65e8c8fff274))


### Bug Fixes

* Correct parameter behavior in complex likelihood expressions ([6bdab33](https://github.com/denehoffman/laddu/commit/6bdab333ed7412ce152d4474647feaafcd33a4cd))

## [0.19.0](https://github.com/denehoffman/laddu/compare/v0.18.0...v0.19.0) (2026-05-07)


Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ sysinfo = "0.38.4"
thiserror = "2.0.18"
typetag = "0.2.21"

laddu = { version = "0.19.0", path = "crates/laddu" }
laddu-core = { version = "0.19.0", path = "crates/laddu-core" }
laddu-amplitudes = { version = "0.19.0", path = "crates/laddu-amplitudes" }
laddu-extensions = { version = "0.19.0", path = "crates/laddu-extensions" }
laddu-generation = { version = "0.19.0", path = "crates/laddu-generation" }
laddu-python = { version = "0.19.0", path = "crates/laddu-python" }
laddu = { version = "0.19.1", path = "crates/laddu" }
laddu-core = { version = "0.19.1", path = "crates/laddu-core" }
laddu-amplitudes = { version = "0.19.1", path = "crates/laddu-amplitudes" }
laddu-extensions = { version = "0.19.1", path = "crates/laddu-extensions" }
laddu-generation = { version = "0.19.1", path = "crates/laddu-generation" }
laddu-python = { version = "0.19.1", path = "crates/laddu-python" }

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-amplitudes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-amplitudes"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-core"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-extensions"
version = "0.19.0"
version = "0.19.1"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-generation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-generation"
version = "0.19.0"
version = "0.19.1"
description = "Monte Carlo event generation tools for laddu"
documentation = "https://docs.rs/laddu-generation"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu-python"
version = "0.19.0"
version = "0.19.1"
description = "Amplitude analysis made short and sweet"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/laddu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "laddu"
version = "0.19.0"
version = "0.19.1"
description = "Amplitude analysis made short and sweet"
documentation = "https://docs.rs/laddu"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion py-laddu-cpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-laddu-cpu"
version = "0.19.0"
version = "0.19.1"
edition.workspace = true
readme = "README.md"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion py-laddu-mpi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-laddu-mpi"
version = "0.19.0"
version = "0.19.1"
edition.workspace = true
readme = "README.md"
license.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions py-laddu/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
version = "0.19.0"
version = "0.19.1"
description = "Python bindings for laddu"
license = "MIT"
readme = "README.md"
dependencies = [
"laddu-cpu == 0.19.0", # x-release-please-version # WARNING: DO NOT EDIT
"laddu-cpu == 0.19.1", # x-release-please-version # WARNING: DO NOT EDIT
"numpy",
"ganesh-rs == 0.27.0",
]
Expand All @@ -47,7 +47,7 @@ pandas = ["pandas"]
polars = ["polars"]
tests = ["pytest", "pytest-cov", "pandas", "polars", "uproot", "matplotlib"]
uproot = ["uproot"]
mpi = ["laddu-mpi == 0.19.0"] # x-release-please-version #WARNING: DO NOT EDIT
mpi = ["laddu-mpi == 0.19.1"] # x-release-please-version #WARNING: DO NOT EDIT

[tool.maturin]
bindings = "pyo3"
Expand Down