Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 5, 2025

Related

What

The rerun python sdk incorrectly advertised being compatible with numpy 1.x when in actuallity we unintentionally made numpy 2 mandatory in 0.23.0. This changes make numpy 2.0.0 the minimum requirement.

(The only known piece that introduced the dependency is that we started using the copy parameter of asarray which is only available in numpy 2)

@Wumpf Wumpf added 🪳 bug Something isn't working sdk-python Python logging API dependencies concerning crates, pip packages etc include in changelog labels May 5, 2025
Copy link

github-actions bot commented May 5, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
0973ca9 https://rerun.io/viewer/pr/9880 +nightly +main

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

Copy link

github-actions bot commented May 5, 2025

Latest documentation preview deployed successfully.

Result Commit Link
0973ca9 https://landing-9p431exwk-rerun.vercel.app/docs

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

@Wumpf Wumpf force-pushed the andreas/fix-numpy-version branch from 4cc1a9e to bde961d Compare May 5, 2025 08:46
@Wumpf Wumpf force-pushed the andreas/fix-numpy-version branch from bde961d to 0973ca9 Compare May 5, 2025 08:49
@Wumpf Wumpf added this to the 0.23.2 milestone May 5, 2025
Copy link
Member

@abey79 abey79 left a comment

Choose a reason for hiding this comment

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

Thanks again!

@abey79 abey79 merged commit 1bdf400 into main May 5, 2025
42 checks passed
@abey79 abey79 deleted the andreas/fix-numpy-version branch May 5, 2025 09:44
abey79 pushed a commit that referenced this pull request May 5, 2025
…#9880)

### Related

* Fixes #9862

### What

The rerun python sdk incorrectly advertised being compatible with numpy
1.x when in actuallity we unintentionally made numpy 2 mandatory in
0.23.0. This changes make numpy 2.0.0 the minimum requirement.

(The only _known_ piece that introduced the dependency is that we
started using the `copy` parameter of `asarray` which is only available
in numpy 2)

# Conflicts:
#	pixi.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working dependencies concerning crates, pip packages etc include in changelog sdk-python Python logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AnnotationContext for keypoints broken in 0.23.1
2 participants