small edits

This commit is contained in:
revital 2025-04-21 11:03:10 +03:00
parent 210f78d1cc
commit 68f70fc50a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ title: Version 0.10
* Replace the Python web-server with NGINX.
* Improve sub-domain support ([GitHub trains-server Issue 9](https://github.com/clearml/clearml-server/issues/9)).
* Improve subdomain support ([GitHub trains-server Issue 9](https://github.com/clearml/clearml-server/issues/9)).
* Extend configuration options

View File

@ -68,7 +68,7 @@ title: Version 0.10
* Add scikit-learn support (load/store using joblib) ([GitHub Issue #20](https://github.com/clearml/clearml/issues/20)).
* Add xgboost support ([GitHub Issue #10](https://github.com/clearml/clearml/issues/10)).
* Add loguru support ([GitHub Issue #29](https://github.com/clearml/clearml/issues/29)).
* Add sub-domain support [trains.conf](https://github.com/clearml/clearml/blob/master/docs/trains.conf#L3) ([GitHub Issue #27](https://github.com/clearml/clearml/issues/27)).
* Add subdomain support [trains.conf](https://github.com/clearml/clearml/blob/master/docs/trains.conf#L3) ([GitHub Issue #27](https://github.com/clearml/clearml/issues/27)).
* Fix sub-process support.
* Fix multiple TensorBoard writers ([GitHub Issue #26](https://github.com/clearml/clearml/issues/26)).