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

[ENH] Numpy 2 compatibility #2218

Closed
2 of 5 tasks
TonyBagnall opened this issue Oct 17, 2024 · 0 comments · Fixed by #2216
Closed
2 of 5 tasks

[ENH] Numpy 2 compatibility #2218

TonyBagnall opened this issue Oct 17, 2024 · 0 comments · Fixed by #2216
Labels
enhancement New feature, improvement request or other non-bug code enhancement maintenance Continuous integration, unit testing & package distribution

Comments

@TonyBagnall
Copy link
Contributor

TonyBagnall commented Oct 17, 2024

Describe the feature or idea you want to propose

it would be good to update our code to make it numpy 2.0 compatible, even if dependencies are not. See #2218

Describe your proposed solution

To make aeon compliant:

  • Change all np.float_ to np.float64
  • Change all np.INF and np.Inf to np.inf
  • Remove expected numerical outputs from docstrings
  • Resolve difference with np.argsort
  • Fix np.nan_to_num to only pass arrays

Soft deps with potential numpy issues (deal with after)

ptsr: Implement anomaly detection functions and remove dep #2066
tensorflow

@TonyBagnall TonyBagnall added enhancement New feature, improvement request or other non-bug code enhancement maintenance Continuous integration, unit testing & package distribution labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement request or other non-bug code enhancement maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant