summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "BUG: allow registration of hard-coded structured dtypes"revert-17320-relax-object-dtype-with-refMatti Picus2020-10-084-149/+13
* Merge pull request #17419 from seberg/deprecate-coercion-to-subarray-dtypeMatti Picus2020-10-074-0/+281
|\
| * DEP: Deprecate coercion to subarray dtypesSebastian Berg2020-10-014-0/+281
* | Merge pull request #17410 from seberg/scalars-to-int-array-specialMatti Picus2020-10-074-10/+104
|\ \
| * | API: Special case how numpy scalars are coerced to signed integerSebastian Berg2020-10-014-10/+104
* | | Merge pull request #17320 from seberg/relax-object-dtype-with-refMatti Picus2020-10-074-13/+149
|\ \ \
| * | | TST: Add test for creating an xpress like user-dtypeSebastian Berg2020-09-172-0/+105
| * | | MAINT: Relax check that a correct type is already setSebastian Berg2020-09-151-4/+18
| * | | ENH: Make dtype registration time error messages more clearSebastian Berg2020-09-152-2/+6
| * | | 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
|\ \ \ \ \ \ \ \ \