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.0 #232

Merged
merged 10 commits into from
Dec 27, 2022
Merged

release 1.0.0 #232

merged 10 commits into from
Dec 27, 2022

Conversation

eonu
Copy link
Owner

@eonu eonu commented Dec 27, 2022

Major changes

  • Fix CategoricalHMM and GaussianMixtureHMM parameter defaults for params/init_params being modified. (#231)
  • Fix CategoricalHMM and GaussianMixtureHMM unfreeze() calling super().freeze() instead of super().unfreeze(). (#231)
  • Fix serialization/deserialization for _KNNMixin when weighting=None. (#231)
  • Add unit tests. (#231)

Minor changes

  • Change load_digits numbers parameter name to digits. (#231)
  • Change SequentialDataset properties to not return copies of arrays. (#231)
  • Remove SequentialDataset.__eq__. (#231)
  • Change HMMClassifier prior default to None. (#231)

eonu added 10 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
# Conflicts:
#	lib/sequentia/__init__.py
* create test files

* Add topology tests

* Remove base test files

* finish hmm tests except classifier

* finish HMM tests

* fix zero check

* finish models and data tests

* finish digits tests

* finish gene families tests

* fix CI

* setuptools CI fix

* remove conda update

* fix SequentialDataset docstrings
@eonu eonu merged commit c887e62 into master Dec 27, 2022
@eonu eonu deleted the release/1.0.0 branch April 1, 2024 18:54
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