Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

109 lines (73 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.4.0] - 2022-12-22

Added

Changed

  • Use mlflow-skinny as dependency instead of mlflow

Deprecated

Removed

Fixed

  • Pin ubuntu version in CI to support Python 3.6

Security

[0.3.1] - 2021-04-30

Added

Changed

  • Default of set_run_id is now False.

Deprecated

Removed

Fixed

Security

[0.3.0] - 2021-04-30

Added

Changed

  • split launcher into StartRunLauncher, LogParamsLauncher, and LogArtifactsLauncher

Deprecated

Removed

Fixed

Security

[0.2.0] - 2021-04-27

Added

Changed

  • "behavioral" parameters now in the init
  • print instead of LOGGER.info for run URL

Deprecated

Removed

  • launches mechanism to configure multi-launches.

Fixed

Security

[0.1.4] - 2021-04-23

Added

  • Parameter sanitation for mlflow
  • Add set_run_id option in parameters

Changed

  • Moved repo to Criteo org

Deprecated

Removed

Fixed

Security

[0.1.3] - 2021-04-22

Added

  • set_env_vars option
  • include_keys and ignore_keys options to log parameters

Changed

Deprecated

Removed

Fixed

Security

[0.1.1] - 2021-04-20

Added

  • sanitize keys for parameters: now changes a[0].b into a.0.b instead of a.__0__.b

Changed

Deprecated

Removed

Fixed

Security

[0.1.0] - 2021-04-07

Added

  • Initial commit

Changed

Deprecated

Removed

Fixed

Security