Skip to content

Remove deprecated Python APIs: log_components, connect, connect_tcp #9197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 5, 2025

Conversation

abey79
Copy link
Member

@abey79 abey79 commented Mar 5, 2025

Related

What

Remove deprecated APIs:

  • rr.log_components()
  • rr.connect()
  • rr.connect_tcp()

TODO:

  • note in the migration guide

@abey79 abey79 marked this pull request as draft March 5, 2025 11:17
Copy link

github-actions bot commented Mar 5, 2025

Latest documentation preview deployed successfully.

Result Commit Link
bb1356d https://landing-8u8r9azq4-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

@abey79 abey79 marked this pull request as ready for review March 5, 2025 12:11
@jprochazk
Copy link
Member

Note that this doesn't close #8594, the APIs still need to be removed from Rust and C++

@@ -562,42 +561,6 @@ def _ipython_display_(self) -> None:

Viewer(blueprint=self).display()

@deprecated(
"""Please migrate to `connect_grpc(…)`.
See: https://www.rerun.io/docs/reference/migration/migration-0-22 for more details."""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that turned out to be a lie 😬

# Conflicts:
#	rerun_py/rerun_sdk/rerun/_log.py
#	rerun_py/rerun_sdk/rerun/blueprint/api.py
#	rerun_py/rerun_sdk/rerun/sinks.py
@abey79 abey79 merged commit de04d66 into main Mar 5, 2025
35 checks passed
@abey79 abey79 deleted the antoine/remove-deprecated-apis branch March 5, 2025 16:37
abey79 added a commit that referenced this pull request Mar 6, 2025
Title. Somehow I forgot about this one in #9197.
@emilk emilk mentioned this pull request Apr 11, 2025
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove log_components from Python sdk after 0.22 release
3 participants