From 1eacacb0db1b3eaecbc85a84c7e05a70bd583db8 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sun, 28 Jul 2024 23:28:04 -0400 Subject: [PATCH] chore: release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d8c85..48bf85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0](https://github.com/COMBINE-lab/kde-rs/releases/tag/v0.1.0) - 2024-07-29 +### Added +- actions +- update cargo toml + +### Other +- release +- make fields public +- Add example to documentation +- Change function name +- Add ability to do interpolation for query (but not yet sufficiently tested) +- Change name of evaluate_kde and of KDEModel struct +- More docs, more params to alternative constructor +- Docs +- Start adding basic documentation +- Update readme +- add code of conduct and contributing +- split example only deps into dev dependencies +- rearrange as proper library with prior main as an example +- make it even more like the python version +- make it even more like the python version +- clean compile +- allow passing in bandwidth +- getting close to python +- trying stuff out +- working on interface +- working on new interface +- initial kde function +- Initial commit + +## [0.1.0](https://github.com/COMBINE-lab/kde-rs/releases/tag/v0.1.0) - 2024-07-29 + ### Added - update cargo toml