summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Begin NumPy 1.25.0 developmentv1.25.0.dev0Charles Harris2022-11-220-0/+0
* ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-214-61/+152
* Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-217-20/+158
|\
| * DOC: Update np.void docs based on Matti's commentsSebastian Berg2022-11-211-6/+6
| * ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-217-20/+158
* | Merge pull request #22436 from cmarmo/doc-masked-equalSebastian Berg2022-11-211-17/+11
|\ \
| * | Update numpy/ma/core.pySebastian Berg2022-11-211-3/+1
| * | Address reviewer comment.Chiara Marmo2022-10-171-2/+4
| * | Clarify docstring of masked_valuesChiara Marmo2022-10-131-14/+8
* | | Merge pull request #22639 from seberg/undoc-sigintMatti Picus2022-11-211-11/+0
|\ \ \
| * | | DOC: Remove traces of interrupt handling utilitiesSebastian Berg2022-11-211-11/+0
|/ / /
* | | Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-2111-116/+76
|\ \ \
| * | | DOC: Adjust comments on deprecated/future scalar alias based on reviewSebastian Berg2022-11-211-3/+5
| * | | BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-173-4/+4
| * | | DOC: Document scalar type alias deprecation changes and futurewarningSebastian Berg2022-11-172-0/+9
| * | | TYP: Remove newly deprecated scalar type aliasesSebastian Berg2022-11-173-25/+0
| * | | DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-175-90/+64
* | | | Merge pull request #22636 from charris/increase-travis-timeoutCharles Harris2022-11-201-2/+2
|\ \ \ \
| * | | | CI: Increase travis timeout to 20 minutes (2).Charles Harris2022-11-201-2/+2
* | | | | Merge pull request #22634 from charris/increase-travis-timeoutCharles Harris2022-11-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | CI: Increase travis timeout to 20 minutes.Charles Harris2022-11-201-2/+2
|/ / / /
* | | | Merge pull request #22629 from charris/post-1.23.5-release-updateMatti Picus2022-11-203-0/+70
|\ \ \ \
| * | | | MAINT: Update main after 1.23.5 release.Charles Harris2022-11-193-0/+70
* | | | | Merge pull request #22630 from charris/fix-aarch64-python3_9-buildMatti Picus2022-11-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch65 buildsCharles Harris2022-11-191-1/+1
|/ / / /
* | | | Merge pull request #22628 from stefmolin/patch-1Charles Harris2022-11-191-0/+26
|\ \ \ \
| * | | | DOC: Add example for np.ma.power as part of #22269Stefanie Molin2022-11-191-0/+26
|/ / / /
* | | | Merge pull request #22612 from mattip/macos-11Charles Harris2022-11-193-19/+21
|\ \ \ \
| * | | | debugging the CI workflow with the action-tmate did not help: it does not pre...mattip2022-11-191-7/+0
| * | | | give up: skip openblas version check on macos-x86_64mattip2022-11-191-13/+10
| * | | | aid debugging on the runnermattip2022-11-181-1/+1
| * | | | aid debugging on the runnermattip2022-11-181-2/+3
| * | | | aid debugging on the runnermattip2022-11-181-0/+3
| * | | | aid debugging on the runnermattip2022-11-182-1/+3
| * | | | add a debug github action on wheel build failuremattip2022-11-181-0/+7
| * | | | typomattip2022-11-181-1/+1
| * | | | move to macos-12 for wheel building, restore testmattip2022-11-182-3/+2
| * | | | do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for nowmattip2022-11-183-5/+2
| * | | | check for openblas version before setting env variables on macosmattip2022-11-181-7/+6
| * | | | explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant ...mattip2022-11-182-10/+12
| * | | | copy LIBRARY_PATH from scipy buildmattip2022-11-171-1/+3
| * | | | BUILD: update wheel builds on macos to macos-11 imagemattip2022-11-171-1/+1
* | | | | Merge pull request #22620 from WarrenWeckesser/nulps-typoSebastian Berg2022-11-182-2/+2
|\ \ \ \ \
| * | | | | DOC: testing: Fix typo: nulps -> nulpwarren2022-11-182-2/+2
|/ / / / /
* | | | | BUG: Histogramdd breaks on big arrays in Windows (#22561)Navpreet Singh2022-11-182-1/+12
* | | | | TST: Rename setup to setup_method in _locales (#22616)Stefan van der Walt2022-11-171-2/+2
* | | | | Merge pull request #22615 from InessaPawson/rounding-autosummaryCharles Harris2022-11-171-1/+0
|\ \ \ \ \
| * | | | | DOC: Rm round_ from autosummaryInessa Pawson2022-11-171-1/+0
|/ / / / /
* | | | | Merge pull request #22614 from rgommers/numpyconfig-cleanupMatti Picus2022-11-171-45/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: remove macOS specific long double handling in numpyconfig.hRalf Gommers2022-11-171-45/+0
|/ / / /