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] 0.10.1 🎉 #132

Merged
merged 43 commits into from
Dec 31, 2020
Merged

[release] 0.10.1 🎉 #132

merged 43 commits into from
Dec 31, 2020

Commits on Dec 25, 2020

  1. [patch:lib] Switch out pomegranate HMM backend to hmmlearn (#105)

    * Finish bulk of pomegranate -> hmmlearn migration
    
    * Remove pomegranate dependency + add hmmlearn
    
    * Finish GMMHMM tests
    
    * Finish HMMClassifier tests
    
    * Finish _Validator tests
    
    * Redo GMMHMM documentation
    
    * Redo GMMHMM documentation
    
    * Update README
    
    * Update README
    
    * Change strict left-right topology to linear
    
    * Update notebook
    
    * Improve GMMHMM initial/transitions documentation
    
    * Improve documentation diagrams
    
    * Update HMM classifier diagram size
    
    * Fix README issues
    
    * Fix README superscript
    
    * Fix FastDTW reference
    
    * Specify sphinx version and switch m2r to m2r2
    
    * Center sequentia title in docs
    
    * Fix tests for Python >=3.6
    
    * Remove Python 3.5, add 3.8+3.9
    
    * Change assertion tolerances + Python versions
    
    * Remove Python 3.9 support (temp)
    eonu authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    6653ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad2810 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. [patch:lib] Re-implement KNNClassifier (#106)

    * Add notebooks/requirements.txt
    
    * Re-implement DTW KNN without FastDTW
    
    * Remove list_of_strings validator
    
    * Rename _parallel_predict to _chunk_predict
    
    * Redo KNNClassifier documentation
    
    * Fix KNNClassifier validations
    
    * Fix KNNClassifier validations
    
    * Clean up KNNClassifier multiprocessing
    
    * Add note about KNNClassifier verbose+njobs
    
    * Finish KNNClassifier documentation
    
    * Remove test notebook
    
    * Finish KNNClassifier tests
    
    * Finish KNNClassifier tests
    
    * Specify n_jobs range
    
    * Add properties
    
    * Specify k range
    
    * Update README
    
    * Fix README.md
    
    * Fix README.md
    
    * Fix README.md
    
    * Update README
    
    * Finish README.md
    eonu authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    714b54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91a834 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. [rm:pkg] Remove h5py dependency + add Python v3.9 (#107)

    * Remove h5py dependency and add Python v3.9
    
    * Upgrade Python version requirement
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    370c867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa790dc View commit details
    Browse the repository at this point in the history
  3. [add:docs] Use intersphinx for external documentation links (#108)

    * Use intersphinx for external documentation links
    
    * Iterable -> array-like
    
    * Fix GMMHMM iterable type
    
    * Add space between parameters and types
    
    * Fix classes type
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    5c3ebd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a88d6 View commit details
    Browse the repository at this point in the history
  5. [patch:docs] Change List[x] documentation syntax to list of x (#109)

    * Change List[X] to list of X
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    591d677 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8009527 View commit details
    Browse the repository at this point in the history
  7. [patch:docs] Fix minor typos in README.md (#110)

    * Fix minor typos in README.md
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c07f922 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d99f04 View commit details
    Browse the repository at this point in the history
  9. [patch:docs] Add warning to TrimZeros documentation (#111)

    * Add warning to TrimZeros documentation
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    33293b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e72d662 View commit details
    Browse the repository at this point in the history
  11. [patch:lib] Change min-max scale bounds to floats (#112)

    * Change min-max scale bounds to floats
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    46a6974 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    688ec2e View commit details
    Browse the repository at this point in the history
  13. [patch:lib] Allow array-like of transforms instead of list (#113)

    * Allow array-like of transforms instead of list
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    878934b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f3ede88 View commit details
    Browse the repository at this point in the history
  15. [patch:docs] Always have a newline after class docstring (#114)

    * Always have a newline after class docstring
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2383c0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae2b38a View commit details
    Browse the repository at this point in the history
  17. [patch:test] Add docstrings to test cases (#115)

    * Add docstrings to test cases
    eonu authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c0f544a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f4a9114 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. [add:lib] Add HMMClassifier serialization/deserialization (#116)

    * Add HMMClassifier serialization/deserialization
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b45929d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8916a View commit details
    Browse the repository at this point in the history
  3. [patch:docs] Change input format notebook (#117)

    * Change input format notebook
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    e422f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6733a63 View commit details
    Browse the repository at this point in the history
  5. [patch:lib] Use relative (fractional) Sakoe–Chiba window width (#118)

    * Use relative (fractional) Sakoe-Chiba window width
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    40f27bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05382a0 View commit details
    Browse the repository at this point in the history
  7. [patch:lib] Add __repr__ function to all classifiers (#120)

    * Add __repr__ function to all classifiers
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    6625027 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faa8ec7 View commit details
    Browse the repository at this point in the history
  9. [patch:lib] Use feature-independent warping (DTWI) (#123)

    * Use feature-independent warping (DTWI)
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    1368c09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1e71bc View commit details
    Browse the repository at this point in the history
  11. [patch:docs] Update copyright and move references (#125)

    * Update copyright and move references
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0027344 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    677a213 View commit details
    Browse the repository at this point in the history
  13. [patch:lib] Ensure minimum Sakoe-Chiba band width is 1 (#126)

    * Ensure minimum Sakoe-Chiba band width is 1
    
    * Add Sakoe–Chiba to README.md
    eonu authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    d50320d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    25a0040 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge branch 'master' into dev

    # Conflicts:
    #	README.md
    #	lib/sequentia/__init__.py
    #	setup.py
    eonu committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    50d6198 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    bda0e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881a980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc2f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c12883 View commit details
    Browse the repository at this point in the history
  5. Bump version

    eonu committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    17c6668 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    eonu committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    fe1132b View commit details
    Browse the repository at this point in the history