Skip to content

BUG: Histogramdd breaks on big arrays in Windows #22625

Merged
charris merged 1 commit intonumpy:maintenance/1.23.xfrom
charris:backport-22561
Nov 19, 2022
Merged

BUG: Histogramdd breaks on big arrays in Windows #22625
charris merged 1 commit intonumpy:maintenance/1.23.xfrom
charris:backport-22561

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Nov 19, 2022

Backport of #22561.

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py
New test function was added called test_big_arrays on numpy/lib/tests/test_histograms.py

Resolved #22288
Pydata Sprint NYC 2022

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* BUG: Histogramdd breaks on big arrays in Windows

Resolved the issue with line change from int to np.intp in numpy/numpy/lib/histograms.py

* Removed the binary files

* Update test_histograms.py

* Update test_histograms.py

* Update test_histograms.py
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Nov 19, 2022
@charris charris added this to the 1.23.5 release milestone Nov 19, 2022
@charris charris merged commit 2c4cf9a into numpy:maintenance/1.23.x Nov 19, 2022
@charris charris deleted the backport-22561 branch November 19, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants