-
Notifications
You must be signed in to change notification settings - Fork 162
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
fix(costclinear): make multi-dimensional compatible #104
Conversation
Codecov Report
@@ Coverage Diff @@
## master #104 +/- ##
==========================================
+ Coverage 86.68% 88.25% +1.57%
==========================================
Files 41 41
Lines 954 954
==========================================
+ Hits 827 842 +15
+ Misses 127 112 -15
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* build: use more recent version of setuptools * build: automatic versionning using setuptools_scm * refactor: add version.py to gitignore This file is generated by setuptools_scm * ci: use pep517.build to build sdist * docs: add conda badge * docs(readme): update installation instructions * docs: better install instructions * docs: better install procedure * refactor: update pre-commit hooks * refactor: remove requirements-dev.txt * ci: update all pre-commit hooks Result of `pre-commit autoupdate` * style: clean useless comment * build: cleaner MANIFEST.in This controls the files that are included in sdist distributions. * bug(costclinear): make it mutli-dimensional compatible (#104) * test(costlinear): add test for CostLinear (#105) * docs(costlinear): typo * test(costlinear): add test for CostLinear * docs: typo * test(costlinear): Make tests simplier and more integrated * test(costlinear): typo * test(costlinear): use simplier np.c_ Co-authored-by: Charles T <charles@doffy.net> * test: Improve test coverage (#106) * test(CostMl, CostCosine): Add test, delete duplicate functions, set random seed * refactor(pw_constant): inject seed for reproducible random state * test(test_costs): set random seed * test(test_costs): running black * test(costlinear): fix an import mishandled by merge with master * build: change upload-to-pypi gh action add an input field in the gh action to override the version number * ci: install twine before uploading to pypi * ci: test SETUPTOOLS_SCM_PRETEND_VERSION * ci: add `with: fetch-depth: 0` to checkout gha * build: use more recent version of setuptools * build: automatic versionning using setuptools_scm * refactor: add version.py to gitignore This file is generated by setuptools_scm * ci: use pep517.build to build sdist * docs: add conda badge * docs(readme): update installation instructions * docs: better install instructions * docs: better install procedure * refactor: update pre-commit hooks * refactor: remove requirements-dev.txt * ci: update all pre-commit hooks Result of `pre-commit autoupdate` * style: clean useless comment * build: cleaner MANIFEST.in This controls the files that are included in sdist distributions. * build: change upload-to-pypi gh action add an input field in the gh action to override the version number * ci: install twine before uploading to pypi * ci: test SETUPTOOLS_SCM_PRETEND_VERSION * ci: add `with: fetch-depth: 0` to checkout gha * ci: cleaner upload to Pypi Build all wheels and sdist THEN upload to pypi * ci: remove `check-linting` gha replaced by the Github app results.pre-commit.ci * ci: fix gha argument Co-authored-by: Olivier Boulant <olivier.boulant@hey.com>
No description provided.