Releases: inria-thoth/mlxp
Releases · inria-thoth/mlxp
1.0.4
1.0.3
Changes
1.0.3 (2024-12-01)
Bug fixes
- Do not import git globally
1.0.2
Changes
1.0.2 (2024-09-19)
Bug fixes
- Make mlxp config file optional
1.0.1
Changes
1.0.1 (2024-09-19)
Bug fixes
- Fix broken import of logs in the reader due to incorrect path.
- Atomic logging of artifacts to avoid corrupted object when code is interupted unexpectedly.
- Warning when using the version manager: relative paths in the config are wrt to the backup directory. To avoid this behavior use an absolute path.
- Removing scheduler from default mlxp config.
1.0.0
Changes
1.0.0 (2024-02-28)
Features
- Add new methods such as
filter
,apply
,map
,transform
andselect
in a newDataFrame
object to replicate some functionalities ofpandas
acting on frames containing lazily loaded data. - Add references to saved artifacts in
DataFrame
using dedicated columns. - Automatically load referenced artifacts in
DataFrame
using dedicated loaders from artifacts.
API Change
- Revamp
Artifact
to allow users to log custom objects by specifying new types usingregister_artifact_type
.
0.2.7 (2024-02-27)
Bug fixes
- Fix broken
mlxpsub
command due to incorrect import insetup.py
0.2.0 (2024-02-14)
Features
- Adding
mlxpsub
command for easy submission to a job scheduler. - Simplifying the interactive mode.
0.2.7
0.2.7 (2024-02-27)
Bug fixes
- Fix broken
mlxpsub
command due to incorrect import insetup.py
0.2.0 (2024-02-14)
Features
- Adding
mlxpsub
command for easy submission to a job scheduler. - Simplifying the interactive mode.
0.2.0
0.2.0 (2024-02-14)
Features
- Adding
mlxpsub
command for easy submission to a job scheduler. - Simplifying the interactive mode.
0.1.3
Changes
- Bug fix when using version manager and scheduler in interactive mode.
- Simplifying the interactive mode.
0.1.2
Changes
- Fix compatibility issue with Windows and Python 3.11
0.1.1
Changes
- Fix compatibility issue with Windows