2021-05-13 23:48:51 +00:00
|
|
|
---
|
|
|
|
title: Version 0.12
|
|
|
|
---
|
|
|
|
:::important
|
|
|
|
**Trains** is now **ClearML**.
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
2024-09-26 13:09:25 +00:00
|
|
|
### Trains 0.12.2
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
**Features and Bug Fixes**
|
|
|
|
|
|
|
|
* Add `default_output_uri` feature ([GitHub Issue #57](https://github.com/allegroai/trains/issues/57)).
|
|
|
|
* Improve `trains-init` configuration wizard.
|
|
|
|
* Improve argparser binding.
|
|
|
|
* Fix artifact support in data pipeline ([GitHub Issue #63](https://github.com/allegroai/trains/issues/63)).
|
|
|
|
* Fix threading issue while querying multiple experiments ([GitHub Issue #64](https://github.com/allegroai/trains/issues/64)).
|
|
|
|
* Fix uploading large files over slow HTTP connections.
|
|
|
|
* Fix support for Git versions < 2.
|
|
|
|
|
2021-09-14 13:47:27 +00:00
|
|
|
:::info Breaking Changes
|
|
|
|
Do not reuse an experiment with artifacts.
|
|
|
|
:::
|
|
|
|
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2024-09-26 13:09:25 +00:00
|
|
|
### Trains 0.12.1
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
**Features and Bug Fixes**
|
|
|
|
|
2022-04-06 06:23:42 +00:00
|
|
|
* Add `Task.connect_configuration`, connect configuration file (or configuration dictionary including nesting support).
|
2021-05-13 23:48:51 +00:00
|
|
|
* Add `Task.connect_label_enumeration`, store model detection classes together with the model and experiment.
|
|
|
|
* Edit and override configuration file (or dictionary) content when executing with [trains-agent](https://github.com/allegroai/trains-agent).
|
|
|
|
* `Task.connect` automatically supports nested dictionaries (e.g. param / nested / key), including overriding values when
|
2022-04-06 06:23:42 +00:00
|
|
|
running with [trains-agent](https://github.com/allegroai/trains-agent).
|
2021-05-13 23:48:51 +00:00
|
|
|
* Add `Artifact.get`, download and load an artifact.
|
|
|
|
* Add `Task.get_tasks`, retrieve previous experiments, get metrics, rename, and other uses.
|
|
|
|
* Improve Windows support.
|
|
|
|
* Improve Minio support.
|
|
|
|
* Fix Python2 support.
|
|
|
|
* Fix Issue ([GitHub Issue #56](https://github.com/allegroai/trains/issues/56)).
|
|
|
|
|
|
|
|
|
2024-09-26 13:09:25 +00:00
|
|
|
### Trains 0.12.0
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
**Features and Bug Fixes**
|
|
|
|
|
|
|
|
* TRAINS Agent support (Full DevOps support).
|
|
|
|
* Add automation and orchestration ([examples/automation](https://github.com/allegroai/trains/tree/master/examples/automation)).
|
|
|
|
Supports TRAINS-server v0.12 or above.
|
|
|
|
* Add Logger x/y/z axis title for: report_surface / report_confusion_matrix / report_scatter3d / report_scatter2d / report_histogram.
|
|
|
|
* Add support for TensorFlow 2.0.
|
|
|
|
* Embed pyhocon into package.
|
|
|
|
* Fix artifacts support on Windows.
|
|
|
|
* Fix example code Windows support.
|
|
|
|
|