Skip to content

Commit

Permalink
Merge pull request #5 from COMBINE-lab/main
Browse files Browse the repository at this point in the history
merge main into dev
  • Loading branch information
rob-p authored Aug 31, 2024
2 parents 9f4b15a + c904396 commit 0664635
Showing 1 changed file with 31 additions and 0 deletions.
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

0 comments on commit 0664635

Please sign in to comment.