summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | BUG: Relax registration of user dtypes with `NPY_ITEM_REFCOUNT`Sebastian Berg2020-09-151-10/+23
* | | | | | | | | DOC: Fixing references in ma docstrings (#16300)Takanori H2020-10-073-6/+6
* | | | | | | | | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-077-21/+73
* | | | | | | | | Merge pull request #17481 from takanori-pskq/i13114-fix-structures-memberMatti Picus2020-10-071-251/+251
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Fix the entries for members of structurestakanori-pskq2020-10-071-251/+251
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438)Ashutosh singh2020-10-071-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #17442 from devhpes/devhpesMatti Picus2020-10-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix exception chaining in format.pyAbhishek Singh2020-10-041-1/+1
* | | | | | | | | Merge pull request #17468 from eric-wieser/remove-scalar-tablesMatti Picus2020-10-072-51/+69
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: rm numpy. from type alias attr definitions.Ross Barnowski2020-10-061-14/+14
| * | | | | | | | DOC: Fix broken referencesEric Wieser2020-10-061-32/+32
| * | | | | | | | DOC: add some missing scalar aliasesEric Wieser2020-10-061-5/+23
* | | | | | | | | Merge pull request #17474 from BvB93/numericMatti Picus2020-10-073-114/+149
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | MAINT: Add an empty `__init__.pyi` file to `np.core`Bas van Beek2020-10-071-0/+0
| * | | | | | | | MAINT: Move the `np.core.numeric` functions to their own stub fileBas van Beek2020-10-072-114/+149
| |/ / / / / / /
* | | | | | | | MAINT: Chain exceptions in "_polybase.py" (#17453)Sahil Siddiq2020-10-071-4/+4
* | | | | | | | Merge pull request #17472 from jsignell/patch-2Charles Harris2020-10-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | TST: Fix doctest for full_likeJulia Signell2020-10-061-1/+1
| |/ / / / / / /
* | | | | | | | NEP: update NEP 42 with discussion of type hinting applications (#17447)Josh Wilson2020-10-061-12/+39
|/ / / / / / /
* | | | | | | Merge pull request #17464 from takanori-pskq/i13114-add-entriesMatti Picus2020-10-062-75/+112
|\ \ \ \ \ \ \
| * | | | | | | Fix: Remove the link for `PyArrayMapIterObject`takanori-pskq2020-10-061-3/+1
| * | | | | | | Fixuptakanori-pskq2020-10-061-2/+2
| * | | | | | | DOC: Add some entries for C types and macrostakanori-pskq2020-10-062-74/+113
* | | | | | | | Merge pull request #17331 from eric-wieser/remove-scalar-tablesMatti Picus2020-10-065-293/+503
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: typo.Ross Barnowski2020-10-051-1/+1
| * | | | | | | DOC: Overhaul the scalar type documentation to use `..autoclass`Eric Wieser2020-10-041-99/+220
| * | | | | | | DOC: Change the value of type.__name__ on the scalar types for sphinx buildsEric Wieser2020-10-044-182/+252
| * | | | | | | DOC: Improve [source] links for C extension typesEric Wieser2020-10-041-12/+31
* | | | | | | | Merge pull request #17353 from bjnath/how-to-ioCharles Harris2020-10-054-21/+331
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Revise credit line per CCBen Nathanson2020-10-031-1/+2
| * | | | | | | | DOC: One more bash->python in PR #17353Ben Nathanson2020-09-261-1/+1
| * | | | | | | | DOC: Bash examples in PR #17353 now PythonBen Nathanson2020-09-261-25/+31
| * | | | | | | | DOC: Incorporate blob suggestions in PR #17353Ben Nathanson2020-09-231-3/+3
| * | | | | | | | DOC: Update pickle section in PR #17353Ben Nathanson2020-09-231-6/+5
| * | | | | | | | DOC: History cleanup for #17353Ben Nathanson2020-09-234-21/+325
* | | | | | | | | Merge pull request #17391 from bjnath/doc-conventionsCharles Harris2020-10-055-65/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Replace "About NumPy" with "Document conventions"Ben Nathanson2020-09-285-65/+34
* | | | | | | | | | BUG: Fixes incorrect error message in numpy.ediff1d (#17457)stuartarchibald2020-10-052-8/+12
* | | | | | | | | | Merge pull request #17459 from stuartarchibald/fix/17458Matti Picus2020-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | DOC: update code of conduct URLStuart Archibald2020-10-051-1/+1
* | | | | | | | | | Merge pull request #17372 from BvB93/from-numericCharles Harris2020-10-055-66/+797
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: Attempt #2 at fixing the `int`-related failure on 32-bit systemsBas van Beek2020-09-231-31/+31
| * | | | | | | | | | TST: Fixed an `int`-related failure on 32-bit systemsBas van Beek2020-09-231-2/+3
| * | | | | | | | | | TST: Added new `ndarray`/`generic` typing testsBas van Beek2020-09-224-4/+336
| * | | | | | | | | | MAINT: Moved a few constants back to `__init__.pyi`; cleaned up their namesBas van Beek2020-09-222-37/+38
| * | | | | | | | | | MAINT: Moved a number of methods from `_ArrayOrScalarCommon` to `ndarray`Bas van Beek2020-09-221-60/+63
| * | | | | | | | | | ENH: Add annotations for non-magic ndarray methodsBas van Beek2020-09-221-36/+430
* | | | | | | | | | | Merge pull request #17455 from numpy/dependabot/pip/hypothesis-5.37.0Charles Harris2020-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | MAINT: Bump hypothesis from 5.36.1 to 5.37.0dependabot/pip/hypothesis-5.37.0dependabot-preview[bot]2020-10-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #17445 from takanori-pskq/i13114-fix-refs-macroMatti Picus2020-10-056-14/+37
|\ \ \ \ \ \ \ \ \ \