Skip to content

Releases: Doctorado-ML/mufs

v1.0.0

08 May 09:01
b58d12c

Choose a tag to compare

Added

  • Treatment of constant features during selection.
  • __version__ exposed via mufs._version.
  • CHANGELOG.md.

Changed

  • Migrated packaging from setup.py to pyproject.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-learn minimum to >=1.8.0.

Removed

  • Support for Python 3.10 (now requires Python >=3.11).
  • Legacy setup.py / requirements*.txt based build flow.

v0.1.3

19 May 15:56
7035cc4

Choose a tag to compare

Update readme

Added iwss based algorithm

28 Oct 12:47
a0f172a

Choose a tag to compare

v0.1.2

Update version number and sample

v0.1.1: Merge pull request #1 from Doctorado-ML/updateCI

02 Aug 16:53
ba7dc3e

Choose a tag to compare