rerun-sdk[dataplatform] and rerun-sdk[datafusion] renamed to rerun-sdk[catalog]
The Python optional-dependency extra for catalog/query API tools has been renamed to catalog.
| Before | After |
|---|---|
pip install rerun-sdk[dataplatform] | pip install rerun-sdk[catalog] |
pip install rerun-sdk[datafusion] | pip install rerun-sdk[catalog] |
The old dataplatform and datafusion extras resolved to the same set of dependencies for backwards compatibility, and were removed in 0.37.
Update any pyproject.toml, requirements.txt, or install scripts to the new name.