Skip to content

Commit

Permalink
Merge pull request #21 from denehoffman/release-plz-2024-11-20T02-44-14Z
Browse files Browse the repository at this point in the history
chore: release v0.1.10
  • Loading branch information
denehoffman authored Nov 20, 2024
2 parents f7e5ae5 + 4777c13 commit 096e5de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 096e5de

Please sign in to comment.