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