diff --git a/CHANGELOG.md b/CHANGELOG.md index e70f990..cc5265a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/denehoffman/laddu/compare/v0.1.4...v0.1.5) - 2024-10-31 + +### Added + +- remove methods to open data into bins or filtered and replace with method on `Dataset` +- wrap `Event`s inside `Dataset`s in `Arc` to reduce bootstrap copying +- add benchmark for opening datasets +- add method to resample datasets (bootstrapping) + +### Other + +- switch to Codspeed for benchmarking +- update plot and add output txt file for example_1 and reorganize directory structure +- refactor data loading code into a shared function + ## [0.1.4](https://github.com/denehoffman/laddu/compare/v0.1.3...v0.1.4) - 2024-10-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 856a97c..acec312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"