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: v2.5.0 #260

Merged
merged 8 commits into from
Dec 27, 2024
Merged

release: v2.5.0 #260

merged 8 commits into from
Dec 27, 2024

Conversation

github-actions[bot]
Copy link

[unreleased]

Documentation

  • update copyright notice (#255)

Features

  • add mise.toml and support numpy>=2 (#254)
  • add python v3.13 support (#253)
  • add library benchmarks (#256)
  • add model_selection sub-package for hyper-parameters (#257)
  • add model spec support to HMMClassifier.__init__ (#258)
  • add HMMClassifier.fit multiprocessing (#259)

eonu and others added 8 commits December 22, 2024 12:41
* `mise.toml` and support numpy>=2

* fix: remove unsupported `np.float_`

* tests: fix unfitted PCA error
* add python v3.13 to `.circleci/config.yml`

* specify python conditional numba version

* update trove classifier
* add 'similar libraries' section

* add plot

* adjust plot

* adjust plot

* split processor details

* no align

* shorten

* remove width

* specify 100% width

* flatten

* teletype

* reorder

* comma

* add product

* add installation link

* add example without preprocessing

* add .gitattributes
* add `model_selection` module

* classification -> inference

* clean-up

* add sklearn licenses

* c info

* add .coveragerc

* add unit tests
@github-actions github-actions bot requested a review from eonu as a code owner December 27, 2024 21:26
@eonu eonu changed the base branch from dev to master December 27, 2024 21:30
@coveralls
Copy link

Pull Request Test Coverage Report for Build 83dfadf4-060a-4c2b-9b36-8c36f82590d2

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 25 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-8.3%) to 82.59%

Files with Coverage Reduction New Missed Lines %
models/knn/classifier.py 1 91.86%
models/hmm/classifier.py 11 91.13%
preprocessing/transforms.py 13 76.12%
Totals Coverage Status
Change from base Build 74058fea-8ab2-4e1a-968e-38cdf32dcfba: -8.3%
Covered Lines: 1167
Relevant Lines: 1413

💛 - Coveralls

@eonu eonu merged commit a54dcdb into master Dec 27, 2024
8 of 11 checks passed
@eonu eonu deleted the release/2.5.0 branch December 27, 2024 21:47
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.

2 participants