Releases: Doctorado-ML/mufs
Releases · Doctorado-ML/mufs
v1.0.0
Added
- Treatment of constant features during selection.
__version__exposed viamufs._version.CHANGELOG.md.
Changed
- Migrated packaging from
setup.pytopyproject.toml(PEP 621). - Modernized CI: matrix testing on Python 3.11, 3.12, 3.13 and 3.14 across
Ubuntu and macOS runners. - Updated SonarQube scan and quality-gate actions to pinned major versions.
- Updated the feature selection computation and refreshed the test suite.
- Bumped
scikit-learnminimum to>=1.8.0.
Removed
- Support for Python 3.10 (now requires Python
>=3.11). - Legacy
setup.py/requirements*.txtbased build flow.
v0.1.3
Update readme
Added iwss based algorithm
v0.1.2 Update version number and sample
v0.1.1: Merge pull request #1 from Doctorado-ML/updateCI
Update ci file