summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 6.21.6 to 6.23.0dependabot/pip/hypothesis-6.23.0dependabot[bot]2021-09-271-1/+1
* MAINT: Update funding link in FUNDING.yml (#19965)Fayas Noushad2021-09-271-1/+1
* Merge pull request #19967 from fishmandev/patch-1Melissa Weber Mendonça2021-09-271-1/+1
|\
| * Update basics.io.genfromtxt.rstDmitriy Fishman2021-09-271-1/+1
* | Merge pull request #19963 from tupui/doc_emath_scimathCharles Harris2021-09-271-11/+10
|\ \
| * | DOC: rename np.lib.scimath to np.emathPamphile ROY2021-09-271-11/+10
| |/
* | Merge pull request #19968 from dimpase/masterCharles Harris2021-09-271-1/+2
|\ \ | |/ |/|
| * split the long lineDima Pasechnik2021-09-271-1/+2
| * ENH: nagfor from NAG is available on DarwinDima Pasechnik2021-09-271-1/+1
|/
* Merge pull request #19962 from rkern/doc/no-tddCharles Harris2021-09-261-7/+1
|\
| * DOC: Remove overstated TDD evangelism.Robert Kern2021-09-261-7/+1
|/
* Merge pull request #19960 from Mukulikaa/syntax-fixCharles Harris2021-09-261-6/+6
|\
| * DOC: Minor syntax fix for numpydoc warningsMukulika2021-09-261-6/+6
* | Merge pull request #19805 from pearu/gh-8062-dimdecsCharles Harris2021-09-265-267/+2201
|\ \
| * | Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-033-29/+157
| * | Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-033-172/+348
| * | Fix bugs and warnings from LGTM reportPearu Peterson2021-09-012-8/+9
| * | Workaround numpy.tests.test_warnings bug of treating local warn function as w...Pearu Peterson2021-09-011-7/+7
| * | Fix a mistakePearu Peterson2021-09-011-1/+1
| * | Handle more Expr warnings.Pearu Peterson2021-09-011-10/+14
| * | Add stacklevel to warn call.Pearu Peterson2021-09-011-1/+3
| * | Add new module numpy.f2py.symbolicPearu Peterson2021-09-012-4/+5
| * | Fix lintPearu Peterson2021-09-011-4/+5
| * | ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-014-261/+1882
* | | Merge pull request #19953 from BvB93/nditerCharles Harris2021-09-267-48/+189
|\ \ \ | |_|/ |/| |
| * | STY: Use a line-break in the `nested_iters` signatureBas van Beek2021-09-261-1/+2
| * | TST: Add typing tests for `nditer` and `nested_iters`Bas van Beek2021-09-254-13/+62
| * | DOC: Update the signatures of `nested_iters` and `nditer.remove_axis`Bas van Beek2021-09-251-2/+4
| * | ENH: Add annotations for `nditer` and `nested_iters`Bas van Beek2021-09-252-34/+123
* | | BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926)Developer-Ecosystem-Engineering2021-09-251-1/+83
* | | ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-258-21/+147
* | | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-2514-29/+462
|\ \ \
| * | | ENH: Add special-casing for `complexfloating` so that it can take 2 parametersBas van Beek2021-09-182-4/+18
| * | | DOC: Add links to the `__class_getitem__` docsBas van Beek2021-09-163-2/+23
| * | | TST: Expand the `__class_getitem__` test coverage for python 3.8Bas van Beek2021-09-163-0/+22
| * | | TST,DOC: Skip the `__class_getitem__` doctests for python 3.8Bas van Beek2021-09-161-13/+30
| * | | MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-167-99/+196
| * | | MAINT: Directly use `np.ndarray.__class_getitem__` for the definition of `npt...Bas van Beek2021-09-151-4/+1
| * | | DOC: Add a release note for `__class_getitem__`Bas van Beek2021-09-151-0/+15
| * | | ENH: Add `dtype.__class_getitem__`Bas van Beek2021-09-154-7/+64
| * | | ENH: Add `number.__class_getitem__`Bas van Beek2021-09-154-0/+129
| * | | ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-154-3/+67
* | | | Merge pull request #19951 from DimitriPapadopoulos/lgtm_warning_sizeof_Dragon...Charles Harris2021-09-251-59/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-59/+6
* | | | Merge pull request #19949 from BvB93/recCharles Harris2021-09-2410-117/+415
|\ \ \ \
| * | | | DOC: Add a note about record array dtypesBas van Beek2021-09-241-0/+16
| * | | | TST: Add typing tests for `np.rec`Bas van Beek2021-09-242-0/+123
| * | | | ENH: Add annotations for the `np.rec` functionsBas van Beek2021-09-241-51/+169
| * | | | MAINT: Move `np.rec` to `np.core.records`Bas van Beek2021-09-243-3/+2
| * | | | ENH: Add annotations for `record`, `recarray` and `format_parser`Bas van Beek2021-09-241-38/+66