summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`Bas van Beek2022-06-031-0/+32
* MAINT: Remove unused/not useful CODEOWNERS file again (#21651)Leo Fang2022-06-021-8/+0
* MAINT: Add `CODEOWNER` for the `array_api` module (#21583)Leo Fang2022-06-021-0/+8
* Merge pull request #21308 from felixxm/python-3.11-testsCharles Harris2022-06-022-6/+11
|\
| * MAINT: Start testing with Python 3.11.Mariusz Felisiak2022-06-021-1/+1
| * BUG: Fix TestConversion.test_to_int_scalar() on Python.Mariusz Felisiak2022-06-021-5/+10
|/
* ENH: Add support for symbol to polynomial package (#16154)Ross Barnowski2022-06-016-69/+420
* Merge pull request #21644 from seberg/unique-equal-nanMatti Picus2022-06-023-15/+15
|\
| * MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-013-15/+15
|/
* Merge pull request #21623 from rjeb/unique-equalnansMatti Picus2022-06-013-7/+25
|\
| * MAINT: Update multiline indentationsJason Thai2022-06-011-1/+1
| * DOC: Update 21623 release documentationJason Thai2022-05-292-2/+4
| * DOC: Added releasenote for 21623Jason Thai2022-05-282-4/+8
| * ENH: Added equal-nans kwarg to np.uniqueJason Thai2022-05-281-7/+11
| * TST: Added test for np.unique equal_nans kwargJason Thai2022-05-281-0/+8
* | Merge pull request #21641 from seberg/version-switcher-releaseCharles Harris2022-06-011-0/+5
|\ \
| * | DOC: Note version-switcher update in the release walkthroughSebastian Berg2022-06-011-0/+5
* | | DOC: Add a policy about inactive PRs. (#21537)Inessa Pawson2022-06-011-1/+11
* | | DOC: adding docstring to TooHardError class (#21471)Angéllica Araujo2022-06-011-0/+9
* | | Merge pull request #21483 from rafaelcfsousa/simd_comparisonMatti Picus2022-05-3024-201/+935
|\ \ \
| * | | DOC: Add a release note for the comparison functionsRafael CF Sousa2022-05-291-0/+7
| * | | TST: Add test for andc (u8)Rafael CF Sousa2022-05-291-43/+24
| * | | SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-298-116/+150
| * | | SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-238-9/+99
| * | | TST: Rewrite the test that checks the universal SIMD intrinsic (pack)Rafael CF Sousa2022-05-231-54/+24
| * | | SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-2318-200/+852
* | | | Merge pull request #21622 from HaoZeke/f2pySkipTestsCharles Harris2022-05-291-0/+5
|\ \ \ \
| * | | | TST: Handle compiler checks for PYFRohit Goswami2022-05-281-4/+9
| * | | | MAINT: Skip F2PY tests without Fortran compilersRohit Goswami2022-05-271-4/+4
* | | | | Merge pull request #21632 from seberg/relax-memoryview-wrappingCharles Harris2022-05-292-14/+16
|\ \ \ \ \
| * | | | | API: Retain `arr.base` more strictly in `np.frombuffer`Sebastian Berg2022-05-292-14/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #21630 from mattip/undo-21467Charles Harris2022-05-292-1/+844
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: back out conversion of npymath component to c++mattip2022-05-292-1/+844
|/ / / /
* | | | Merge pull request #21620 from seberg/promotion-prepsMatti Picus2022-05-292-54/+42
|\ \ \ \
| * | | | TST,MAINT: Simplify warning testing in masked arraysSebastian Berg2022-05-271-36/+18
| * | | | MAINT: Fortify masked in-place ops against promotion warningsSebastian Berg2022-05-271-18/+24
* | | | | Merge pull request #21624 from rgommers/move-importarraySebastian Berg2022-05-281-13/+15
|\ \ \ \ \
| * | | | | DOC: move `import_array` and `import_umath` above `PyModule_Create`Ralf Gommers2022-05-281-13/+15
|/ / / / /
* | | | | Merge pull request #21616 from tacaswell/doc_nep29_editsStefan van der Walt2022-05-271-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update doc/neps/nep-0029-deprecation_policy.rstThomas A Caswell2022-05-261-2/+2
| * | | | DOC: Describe the changed Python release cadence betterThomas A Caswell2022-05-261-6/+6
* | | | | Merge pull request #21617 from charris/update-download-wheelsMatti Picus2022-05-271-11/+17
|\ \ \ \ \
| * | | | | MAINT, STY: Make download-wheels download source files.Charles Harris2022-05-261-11/+17
* | | | | | Merge pull request #21605 from BvB93/aliasMatti Picus2022-05-275-11/+87
|\ \ \ \ \ \
| * | | | | | DOC: Add a comment about keeping the `test_requirements.txt` subset syncedBas van Beek2022-05-261-0/+2
| * | | | | | TST: Move `typing_extensions` installation to the container-creation stepBas van Beek2022-05-261-2/+1
| * | | | | | TST: Try `pip` instead of `pip3`Bas van Beek2022-05-261-1/+1
| * | | | | | TST: Install `test_requirements` during the container build stageBas van Beek2022-05-261-1/+2
| * | | | | | TST: Ensure that `test_requirements` is always installedBas van Beek2022-05-261-1/+1
| * | | | | | TST: Remove the `__reduce__` testsBas van Beek2022-05-261-2/+0