Skip to content
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

Numpy 2.0 support #90

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Numpy 2.0 support #90

merged 3 commits into from
Jul 15, 2024

Conversation

nfrasser
Copy link
Member

@nfrasser nfrasser commented Jun 17, 2024

  • Looser numpy version requirement
  • __array_wrap__ deprecation fix
  • Replace np.array(a, copy=False) with np.asarray(a)

- Looser version requirement
- __array_wrap__ deprecation fix
- Replace np.array(a, copy=False) with np.asarray(a)
@nfrasser nfrasser requested review from hsnyder and Puratinamu June 17, 2024 15:31
@nfrasser nfrasser self-assigned this Jun 17, 2024
Copy link

vercel bot commented Jun 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cryosparc-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 9:53pm

@nfrasser nfrasser mentioned this pull request Jun 17, 2024
@nfrasser nfrasser merged commit 246aa78 into release-v4.5 Jul 15, 2024
10 checks passed
@nfrasser nfrasser deleted the nick/numpy-2.0 branch July 15, 2024 19:24
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.

3 participants