Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.15 #33

Merged
merged 1 commit into from
Dec 21, 2024
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.15](https://github.com/denehoffman/laddu/compare/v0.1.14...v0.1.15) - 2024-12-21

### Added

- add MCMC samplers from `ganesh` to `laddu`
- use absolute value of mass and width in Breit-Wigner amplitude
- bump versions on `ganesh`, `pyo3`, and (rust) `numpy` and make appropriate updates for each

### Fixed

- make some small corrections to the python example_1 and test out the built-in autocorrelation observer
- minor modification to allow for MSRV of 1.70

### Other

- update the `Future Plans` section of docs (long overdue)
- update README to include a section about MCMC
- ignore pickle files
- use `cargo-hack` to run checks and tests over all features
- update tests to allow them to work with `f32` feature

## [0.1.14](https://github.com/denehoffman/laddu/compare/v0.1.13...v0.1.14) - 2024-12-06

### 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.14"
version = "0.1.15"
edition = "2021"
description = "Amplitude analysis made short and sweet"
documentation = "https://docs.rs/laddu"
Expand Down
Loading