Skip to content

PyPI v1.16.2 - ClearML

Compare
Choose a tag to compare
@jkhenning jkhenning released this 19 Jun 08:03
· 33 commits to master since this release

New features

  • Make dataset preview optional (#1270, thanks @pedroconceicao!)
  • 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
  • Improve Dataset.get_mutable_local_copy() docstring

Bug Fixes

  • Fix typo in docs and default SDK config (#1281, thanks @jimdiroffii!)
  • Fix python-fire integration (#1275, thanks @tvelovraf!)
  • Fix path substitution for file:// URIs (#1251, thanks @nfzd!)
  • Fix numpy 2.0 compatibility (np.NINF removed)
  • Fix no need to recreate reporter if forking and reporting in subprocess
  • Fix forked detection mechanism