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.7.0 🎉 #92

Merged
merged 20 commits into from
May 19, 2020
Merged

[release] 0.7.0 🎉 #92

merged 20 commits into from
May 19, 2020

Commits on Feb 7, 2020

  1. [patch:lib] Rework preprocessing module (#75)

    * Rework sequentia.preprocessing
    
    * Remove Test.ipynb
    eonu authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f356e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59bb9b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79bca60 View commit details
    Browse the repository at this point in the history
  4. [release] 0.7.0a1 🎉 (#78)

    eonu authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    76ea05e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    3ba706b View commit details
    Browse the repository at this point in the history
  2. [add:lib] Add (de)serialization support for all classifiers (#80)

    * Finish tests for HMM and HMMClassifier
    
    * Finish serialization documentation
    
    * Ensure no NaNs in tests
    
    * Ensure Nans in HMM.test_as_dict_with_nan
    
    * Ensure NaNs in HMM.test_as_dict_with_nan
    
    * Ensure NaNs in HMM.test_as_dict_with_nan
    
    * Remove HMM NaN serialization test
    eonu authored May 11, 2020
    Configuration menu
    Copy the full SHA
    79767ea View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    424e9a6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    eb53f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b937e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0525672 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    7b10096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f5c3b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. [add:lib] Implement GMM-HMMs (#87)

    * Implement GMMHMMs
    
    * Fix strict left-right topology serialization for GMMHMM
    
    * Finish GMMHMM documentation
    
    * Finish GMMHMM documentation
    
    * Fix GMMHMM.as_dict method reference typo
    
    * Validate stored models before deserialization
    
    * Finish GMMHMM tests
    
    * Update README
    
    * Attempt to fix randomness in HMM and GMMHMM tests
    eonu authored May 17, 2020
    Configuration menu
    Copy the full SHA
    c906524 View commit details
    Browse the repository at this point in the history
  2. [add:lib] Implement custom, uniform and frequency-based HMM priors (#88)

    * Implement custom HMM classification priors
    
    * Fix custom priors for MAP classification
    
    * Fix HMMClassifier specs
    
    * Move README image
    
    * Fix randomness in HMMClassifier tests
    eonu authored May 17, 2020
    Configuration menu
    Copy the full SHA
    43281e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d711a2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. [add:lib] Implement distance-weighted DTW-kNN predictions (#90)

    * Implement distance-weighted DTWKNN
    
    * Update README.md
    eonu authored May 18, 2020
    Configuration menu
    Copy the full SHA
    8b43a2e View commit details
    Browse the repository at this point in the history
  2. [patch:lib] Rename DTWKNN to KNNClassifier (#91)

    * Rename DTWKNN to KNNClassifier
    
    * Fix HMM test_load_dict
    eonu authored May 18, 2020
    Configuration menu
    Copy the full SHA
    cddd4bb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Release v0.7.0

    eonu committed May 19, 2020
    Configuration menu
    Copy the full SHA
    0d55753 View commit details
    Browse the repository at this point in the history
  2. Release v0.7.0

    eonu committed May 19, 2020
    Configuration menu
    Copy the full SHA
    12fa48d View commit details
    Browse the repository at this point in the history
  3. Clean changelog entry

    eonu committed May 19, 2020
    Configuration menu
    Copy the full SHA
    ae85876 View commit details
    Browse the repository at this point in the history