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

release 1.0.0pre1 #227

Closed
wants to merge 7 commits into from
Closed

release 1.0.0pre1 #227

wants to merge 7 commits into from

Conversation

eonu
Copy link
Owner

@eonu eonu commented Dec 6, 2022

Major changes

  • Rework interface to follow sklearn-like patterns. (#226)
  • Remove preprocessing module (temporarily until design is finalized). (#226)
  • Add KNN regression. (#226)
  • Add HMM classifier with categorical emissions. (#226)
  • Use Pydantic for better validation. (#226)
  • Add datasets module for sample datasets. (#226)
  • Split KNN logic across more functions. (#226)
  • Better multi-processing for KNN. (#226)
  • Documentation rework + switch Sphinx documentation theme. (#226)
  • Fix Sakoe-Chiba width calculation. (#226)

eonu added 7 commits June 27, 2022 19:04
* Hard-link README.md images [skip ci]

* Update CONTRIBUTING.md [skip ci]
* Update KNNClassifier tests to use datasets

* Improve persistence test for HMMClassifier

* Improve KNNClassifier persistence tests
* Initial template

* Start new interface design

* Progress

* Progress

* Progress

* Remove from_arrays

* Finish SequentialDataset and KNN*

* Finish HMMClassifier fit

* Comment for supporting pre-fitted HMMs

* Progress

* Docs improvements

* Docs improvements

* Fix topology

* Start adding HMMClassifier docs

* Rename HMM variant .rst files

* Add intro to HMM Classifier page

* Finish HMM Classifier

* Pass normalize to score

* Finish start of HMM docs page

* Typo

* Finish HMM main page

* Finish HMM variants

* Typo

* Finish GMMHMM docs

* Improvements

* Fixes

* Finish HMM docs

* Finish DTW-kNN index page

* Finish kNN docs

* Finish model public docstrings and doc pages

* Add KNNClassifier example

* Add .npz files

* Add autosummaries + finish existing datasets

* Add HMMClassifier defaults

* Finish datasets

* Big changes

* Add numba + other fixes

* Fix CircleCI

* Remove Python 3.5/3.6

* Fix versions

* Remove Python 3.11

* Rearrange algorithms

* Improve README.md

* Hide base files

* Hide preprocessing base

* Remove Python 3.11

* Upgrade hmmlearn + add HMMClassifier save/load

* Fix Sakoe-Chiba band

* Add SequentialDataset.copy()

* Add SequentialDataset.copy()

* Update README.md
@eonu eonu closed this Dec 6, 2022
@eonu eonu deleted the release/1.0.0pre1 branch December 6, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant