Skip to content

Fix Numpy 2.0 compatibility bug in lesson 10#8381

Merged
alexreinking merged 1 commit intomainfrom
issues/8380-python-lesson-10
Aug 9, 2024
Merged

Fix Numpy 2.0 compatibility bug in lesson 10#8381
alexreinking merged 1 commit intomainfrom
issues/8380-python-lesson-10

Conversation

@alexreinking
Copy link
Copy Markdown
Member

Fix Numpy 2.0 compatibility bug in lesson 10

Numpy 2.0 no longer performs narrowing conversions
automatically. We manually mask here instead.

Fixes #8380

Numpy 2.0 no longer performs narrowing conversions
automatically. We manually mask here instead.

Fixes #8380
@alexreinking alexreinking merged commit 8643007 into main Aug 9, 2024
@alexreinking alexreinking deleted the issues/8380-python-lesson-10 branch August 9, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python_tutorial_lesson_10_aot_compilation_run incompatible with Numpy 2

2 participants