Skip to content

Release v1.5.0

Latest
Compare
Choose a tag to compare
@mkumar73 mkumar73 released this 14 Apr 22:09
28b5456

This release includes significant updates to the mambular package, focusing on integrating the pretab library for preprocessing, updating the version, and removing deprecated preprocessing modules. The most important changes include updating the documentation, modifying imports to use pretab, and removing old preprocessing code.

Documentation Updates:

  • README.md: Updated preprocessing section to mention the use of pretab and provided links for further information.
  • docs/api/preprocessing/Preprocessor.rst: Removed the Preprocessor class documentation.
  • docs/api/preprocessing/index.rst: Removed the preprocessing module documentation.

Codebase Updates:

  • mambular/__version__.py: Updated the version from 1.4.0 to 1.5.0.
  • mambular/models/utils/sklearn_base_lss.py and mambular/models/utils/sklearn_parent.py: Changed imports from mambular.preprocessing to pretab.preprocessor and updated related code. [1] [2]

Removal of Deprecated Code:

  • mambular/preprocessing/basis_expansion.py, mambular/preprocessing/ple_encoding.py, and mambular/preprocessing/__init__.py: Removed old preprocessing classes and methods. [1] [2] [3]

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0