Add ClearML 1.16.2 release notes (#853)

This commit is contained in:
pollfly 2024-06-19 13:08:18 +03:00 committed by GitHub
parent 9cbbbd4c43
commit 5a4baa5540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,21 @@
title: Version 1.16 title: Version 1.16
--- ---
### ClearML SDK 1.16.2
**New Features and Improvements**
* Make dataset preview optional ([ClearML GitHub issue #1227](https://github.com/allegroai/clearml/issues/1227))
* Add `api.public_ip_ping` (default: `8.8.8.8`) and `api.public_ip_service_urls` (default: `["api.ipify.org";, "ident.me";]`)
configuration settings to detect public IP and network interface
**Bug Fixes**
* Fix python-fire integration ([ClearML GitHub issue #1268](https://github.com/allegroai/clearml/issues/1268))
* Fix path substitution for `file://` URIs (ClearML GitHub issues [#1217](https://github.com/allegroai/clearml/issues/1217)
and [#1233](https://github.com/allegroai/clearml/issues/1233))
* Fix numpy 2.0 compatibility (`np.NINF` removed)
* Fix no need to recreate reporter if forking and reporting in subprocess
* Fix forked detection mechanism
### ClearML SDK 1.16.1 ### ClearML SDK 1.16.1
**Bug Fixes** **Bug Fixes**