summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20412 from charris/backport-20368Charles Harris2021-11-210-0/+0
|\ | | | | MAINT: Fix METH_NOARGS function signatures (#20368)
| * MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-194-16/+18
| | | | | | | | | | The METH_NOARGS calling convention is required to take a second PyObject* which will always be NULL. This is a continuation of #19058
* | Merge pull request #20427 from charris/fix-umath-longdouble-testCharles Harris2021-11-211-1/+1
|\ \ | | | | | | MAINT: Fix longdouble precision check in test_umath.py
| * | MAINT: Fix longdouble precision check.Charles Harris2021-11-211-1/+1
|/ / | | | | | | | | | | | | | | This is a partial reversion of #20274. My guess is that `glibc_older_than("2.19")` is not working correctly on manylinux2014 on aarch64. Closes #20426.
* | Merge pull request #20404 from HaoZeke/debBugF2PYCharles Harris2021-11-201-19/+40
|\ \ | | | | | | BUG: Clear errors correctly in F2PY conversions
| * | BUG: Clear errors correctly in F2PY conversionsRohit Goswami2021-11-181-19/+40
| | | | | | | | | | | | Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* | | Merge pull request #20409 from mattip/setuptools3Ralf Gommers2021-11-201-0/+1
|\ \ \ | | | | | | | | MAINT: import setuptools before distutils in one `np.random` test
| * | | MAINT: import setuptools beforew distutilsmattip2021-11-191-0/+1
| | | |
* | | | Merge pull request #20413 from rgommers/f2py-include-docMelissa Weber Mendonça2021-11-191-1/+1
|\ \ \ \
| * | | | DOC: correct the versionadded number for `f2py.get_include`Ralf Gommers2021-11-191-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | This feature was backported to 1.21.1 in gh-19348 [ci skip]
* | | | ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-195-17/+28
|/ / / | | | | | | | | | | | | | | | | | | `load_module` is deprecated since python 3.4 and will be removed in python 3.12. Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils` instead of `npy_load_module` from `compat.py3k`.
* | | Merge pull request #20383 from lithomas1/patch-1Matti Picus2021-11-194-7/+971
|\ \ \ | | | | | | | | BLD: Try making 64-bit Windows wheels
| * | | Add 64 bit Windows builds [wheel build]Thomas Li2021-11-184-7/+971
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 9c833bed5879d77e625556260690c349de18b433 Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed Nov 17 16:21:27 2021 -0800 Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Update cibw_test_command.sh commit 4bd12df33a9d1b540cde0628c600b6dc13f1160f Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon Nov 15 17:28:47 2021 -0800 # This is a combination of 14 commits. # This is the 1st commit message: Add Windows config to GHA # This is the commit message #2: update script [wheel build] # This is the commit message #3: typo [wheel build] # This is the commit message #4: fix typo? [wheel build] # This is the commit message #5: fix linux builds? [wheel build] # This is the commit message #6: typo [wheel build] # This is the commit message #7: add license and pin to windows 2016 # This is the commit message #8: skip tests [wheel build] # This is the commit message #9: pin to windows 2019 instead [wheel build] # This is the commit message #10: try to find out the error on windows [wheel build] # This is the commit message #11: maybe fix? [wheel build] # This is the commit message #12: maybe fix? [wheel build] # This is the commit message #13: fix? [wheel build] # This is the commit message #14: cleanup [wheel build]
* | | | Merge pull request #20405 from seiko2plus/issue_20356Matti Picus2021-11-191-5/+13
|\ \ \ \ | |/ / / |/| | | BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabled
| * | | BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabledSayed Adel2021-11-191-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't count on the compiler for cast between mask and int registers. On gcc7 with flags `-march>=nocona -O3` can cause FP stack overflow which may lead to putting NaN into certain HW/FP calculations. For more details, please check the comments in: - https://github.com/numpy/numpy/issues/20356
* | | | Merge pull request #20403 from charris/backport-20393Charles Harris2021-11-180-0/+0
|\ \ \ \ | | | | | | | | | | CI: CircleCI: Install numpy after processing doc_requirements.txt
| * | | | CI: CircleCI: Install numpy after processing doc_requirements.txtwarren2021-11-181-1/+1
| | |_|/ | |/| |
* | | | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-1810-730/+63
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DEP: remove allocation_tracking * DOC: add release note * DEP: deprecate PyDataMem_SetEventHook * DOC: fix name of release note * fixes from review * DOC: document deprecation of PyDataMem_EventHookFunc
* | | MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-184-16/+18
| | | | | | | | | | | | | | | The METH_NOARGS calling convention is required to take a second PyObject* which will always be NULL. This is a continuation of #19058
* | | DOC: np.fromfunction documentation not clear (#20396)Soumya2021-11-181-0/+8
| | | | | | | | | | | | | | | | | | | | | * DOC: fromfunction documentation edited * DOC: Example added in fromfunction documentation Added one more example to numpy.fromfunction documentation that will help to clarify how parameters are passed to the function.
* | | Merge pull request #20398 from lithomas1/patch-2Sayed Adel2021-11-181-1/+1
|\ \ \ | |_|/ |/| | BLD: Fix Macos Builds [wheel build]
| * | BLD: Fix Macos Builds [wheel build]Thomas Li2021-11-171-1/+1
|/ /
* | Merge pull request #20388 from ARCCA/arm_neon_fixesMatti Picus2021-11-171-2/+2
|\ \ | | | | | | Update ARM cpu_asimdfhm.c check
| * | Update cpu_asimdfhm.cThomas Green2021-11-161-2/+2
| | | | | | | | | | | | | | | | | | | | | Updated `vfmlal_low_u32` and `vfmlslq_high_u32` to their `f16` new names. Described here: https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg664008.html Many of the intrinsics had names updated. Supposedly previous specifications were not published so old names not required.
* | | Merge pull request #20093 from Mukulikaa/indexing-howtoMatti Picus2021-11-175-3/+361
|\ \ \ | | | | | | | | DOC: Created an indexing how-to
| * | | DOC: Minor typos and improvement in explanationsMukulika2021-11-112-38/+67
| | | |
| * | | DOC: Added and modified examplesMukulika2021-11-113-40/+89
| | | | | | | | | | | | | | | | Also fixed minor typos and styling errors
| * | | DOC: Added Nicolas Rougier's exercisesMukulika2021-11-111-10/+58
| | | |
| * | | DOC: Created an indexing how-toMukulika2021-11-113-0/+232
| | | |
* | | | Merge pull request #20147 from ↵Matti Picus2021-11-171-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | arushi-08/updated-docstring-for-binary-file-object DOC: updated docstring for binary file object
| * | | | DOC: updated file object docstringArushi Sharma2021-10-261-1/+1
| | | | |
| * | | | DOC: updated docstring for binary file objectArushi Sharma2021-10-211-1/+2
| | | | |
* | | | | Merge pull request #20244 from MuhammadMotawe/clarify-sqrt-behaviorMatti Picus2021-11-172-0/+10
|\ \ \ \ \ | | | | | | | | | | | | DOC: Clarify behavior of ``np.lib.scimath.sqrt`` apropos -0.0
| * | | | | MAINT: Address review commentsMuhammad Motawe2021-10-301-5/+0
| | | | | | | | | | | | | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * | | | | DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-302-0/+15
| | | | | |
| * | | | | BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-10-302-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes that invocations of `VOID_nonzero` could flip the alignment flag on the original array even though the original array is not modified.
* | | | | | Merge pull request #18343 from rgommers/ci-skip-docsMatti Picus2021-11-171-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | DOC: document how to skip CI jobs
| * | | | | | remove appveyorMatti Picus2021-10-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip github] [skip travis]
| * | | | | | DOC: document how to skip CI jobsRalf Gommers2021-10-201-0/+22
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to gh-18333. Self-test: docs get built on CircleCI, so let's skip the other platforms: [skip github] [skip azurepipelines] [skip appveyor] [skip travis]
* | | | | | Merge pull request #20393 from WarrenWeckesser/doc-no-depsSebastian Berg2021-11-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | CI: CircleCI: Install numpy after processing doc_requirements.txt
| * | | | | | CI: CircleCI: Install numpy after processing doc_requirements.txtwarren2021-11-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #20387 from charris/prepare-main-for-1.23.0-developmentCharles Harris2021-11-1642-295/+50
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | REL: Prepare main for NumPy 1.23.0 development
| * | | | | REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-1642-295/+50
|/ / / / /
* | | | | REL: Begin NumPy 1.23.0 developmentv1.23.0.dev0Charles Harris2021-11-160-0/+0
| | | | |
* | | | | REL: Begin NumPy 1.22.0 developmentCharles Harris2021-11-160-0/+0
| |_|_|/ |/| | |
* | | | REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-162-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * REV: Add MaskedArray creation from non nd-array back in This code path was removed in beacb39. This adds back in the MaskedArray portion of that commit. A test with a Quantity-like (non inherited, but still acts like a MaskedArray) class for this case. * Update numpy/ma/core.py Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* | | | Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-167-8/+85
|\ \ \ \ | | | | | | | | | | ENH, SIMD: add new universal intrinsics for trunc
| * | | | ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
| | | | |
* | | | | Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-1615-13/+644
|\ \ \ \ \ | | | | | | | | | | | | DOC, MAINT: Update build systems for f2py
| * | | | | DOC: Address build system review IRohit Goswami2021-11-165-18/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Christoph Buchner <bilderbuchi@phononoia.at> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>