From 4777c131f3fbeb51571ca72dab75eeed59a4d3b4 Mon Sep 17 00:00:00 2001 From: "Nathaniel D. Hoffman" <36977879+denehoffman@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:44:14 -0500 Subject: [PATCH] chore: release v0.1.10 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e991e22..0a02659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/denehoffman/laddu/compare/v0.1.9...v0.1.10) - 2024-11-20 + +### Added + +- switch API for acceptance correction to not process genmc till projection +- change the way NLLs are constructed to allow the user to specify a generated dataset + +### Fixed + +- change `NLL` to always use len(accmc) for `n_mc` + +### Other + +- use pyproject.toml for doc dependencies +- add copy button to code +- update tutorial page +- add under construction notes +- finish unbinned tutorial +- fix doctests and update example_1 results +- switch argument ordering in `Manager.load` +- reorganize main page and include tutorials +- *(docs)* fix doctest with missing parameter + ## [0.1.9](https://github.com/denehoffman/laddu/compare/v0.1.8...v0.1.9) - 2024-11-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4e33ab7..599bd61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"