You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Python 3.9, 3.10, 3.11 Support and Fix Compilation Issues (#194)
* 1. Modified _hintsvm.pyx and successfully compiled the source code
2. Modified README.md (changed the order of installing dependencies && changed the installation method)
* Updated plot.py
* Removed unnecessary comment in libact/query_strategies/tests/test_density_weighted_meta.py
* Update README.md and revert unnecessary changes
* Update README.md and libact/base/dataset.py
Current Status: 2 of the tests fail and 1 throws an error
* Fix the NearestNeighbors error in libact/query_strategies/multilabel/cost_sensitive_reference_pair_encoding.py
* Update test cases and specify module versions in requirements.txt
* Update `unittest` and `coverage` usage
Resolve the [Deprecate test command](pypa/setuptools#1684) in `setuptools`.
* Update .gitignore
* Restore plot.py
* Update dataset.py
* Update density_weighted_meta.py
* Update density_weighted_uncertainty_sampling.py
* Update setup.py
* Add support for Python 3.9 and 3.11
* Update README.md
* Update requirements.txt
* Update GitHub workflows
---------
Co-authored-by: Poy <[email protected]>
0 commit comments