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

merge main into dev #5

Merged
merged 4 commits into from
Aug 31, 2024
Merged
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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down