Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | BUG: Relax registration of user dtypes with `NPY_ITEM_REFCOUNT` | Sebastian Berg | 2020-09-15 | 1 | -10/+23 | |
* | | | | | | | | | DOC: Fixing references in ma docstrings (#16300) | Takanori H | 2020-10-07 | 3 | -6/+6 | |
* | | | | | | | | | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429) | Bas van Beek | 2020-10-07 | 7 | -21/+73 | |
* | | | | | | | | | Merge pull request #17481 from takanori-pskq/i13114-fix-structures-member | Matti Picus | 2020-10-07 | 1 | -251/+251 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Fix the entries for members of structures | takanori-pskq | 2020-10-07 | 1 | -251/+251 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438) | Ashutosh singh | 2020-10-07 | 1 | -2/+2 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #17442 from devhpes/devhpes | Matti Picus | 2020-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix exception chaining in format.py | Abhishek Singh | 2020-10-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #17468 from eric-wieser/remove-scalar-tables | Matti Picus | 2020-10-07 | 2 | -51/+69 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | DOC: rm numpy. from type alias attr definitions. | Ross Barnowski | 2020-10-06 | 1 | -14/+14 | |
| * | | | | | | | | DOC: Fix broken references | Eric Wieser | 2020-10-06 | 1 | -32/+32 | |
| * | | | | | | | | DOC: add some missing scalar aliases | Eric Wieser | 2020-10-06 | 1 | -5/+23 | |
* | | | | | | | | | Merge pull request #17474 from BvB93/numeric | Matti Picus | 2020-10-07 | 3 | -114/+149 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | MAINT: Add an empty `__init__.pyi` file to `np.core` | Bas van Beek | 2020-10-07 | 1 | -0/+0 | |
| * | | | | | | | | MAINT: Move the `np.core.numeric` functions to their own stub file | Bas van Beek | 2020-10-07 | 2 | -114/+149 | |
| |/ / / / / / / | ||||||
* | | | | | | | | MAINT: Chain exceptions in "_polybase.py" (#17453) | Sahil Siddiq | 2020-10-07 | 1 | -4/+4 | |
* | | | | | | | | Merge pull request #17472 from jsignell/patch-2 | Charles Harris | 2020-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | TST: Fix doctest for full_like | Julia Signell | 2020-10-06 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | NEP: update NEP 42 with discussion of type hinting applications (#17447) | Josh Wilson | 2020-10-06 | 1 | -12/+39 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #17464 from takanori-pskq/i13114-add-entries | Matti Picus | 2020-10-06 | 2 | -75/+112 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix: Remove the link for `PyArrayMapIterObject` | takanori-pskq | 2020-10-06 | 1 | -3/+1 | |
| * | | | | | | | Fixup | takanori-pskq | 2020-10-06 | 1 | -2/+2 | |
| * | | | | | | | DOC: Add some entries for C types and macros | takanori-pskq | 2020-10-06 | 2 | -74/+113 | |
* | | | | | | | | Merge pull request #17331 from eric-wieser/remove-scalar-tables | Matti Picus | 2020-10-06 | 5 | -293/+503 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | DOC: typo. | Ross Barnowski | 2020-10-05 | 1 | -1/+1 | |
| * | | | | | | | DOC: Overhaul the scalar type documentation to use `..autoclass` | Eric Wieser | 2020-10-04 | 1 | -99/+220 | |
| * | | | | | | | DOC: Change the value of type.__name__ on the scalar types for sphinx builds | Eric Wieser | 2020-10-04 | 4 | -182/+252 | |
| * | | | | | | | DOC: Improve [source] links for C extension types | Eric Wieser | 2020-10-04 | 1 | -12/+31 | |
* | | | | | | | | Merge pull request #17353 from bjnath/how-to-io | Charles Harris | 2020-10-05 | 4 | -21/+331 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Revise credit line per CC | Ben Nathanson | 2020-10-03 | 1 | -1/+2 | |
| * | | | | | | | | DOC: One more bash->python in PR #17353 | Ben Nathanson | 2020-09-26 | 1 | -1/+1 | |
| * | | | | | | | | DOC: Bash examples in PR #17353 now Python | Ben Nathanson | 2020-09-26 | 1 | -25/+31 | |
| * | | | | | | | | DOC: Incorporate blob suggestions in PR #17353 | Ben Nathanson | 2020-09-23 | 1 | -3/+3 | |
| * | | | | | | | | DOC: Update pickle section in PR #17353 | Ben Nathanson | 2020-09-23 | 1 | -6/+5 | |
| * | | | | | | | | DOC: History cleanup for #17353 | Ben Nathanson | 2020-09-23 | 4 | -21/+325 | |
* | | | | | | | | | Merge pull request #17391 from bjnath/doc-conventions | Charles Harris | 2020-10-05 | 5 | -65/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Replace "About NumPy" with "Document conventions" | Ben Nathanson | 2020-09-28 | 5 | -65/+34 | |
* | | | | | | | | | | BUG: Fixes incorrect error message in numpy.ediff1d (#17457) | stuartarchibald | 2020-10-05 | 2 | -8/+12 | |
* | | | | | | | | | | Merge pull request #17459 from stuartarchibald/fix/17458 | Matti Picus | 2020-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | DOC: update code of conduct URL | Stuart Archibald | 2020-10-05 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #17372 from BvB93/from-numeric | Charles Harris | 2020-10-05 | 5 | -66/+797 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | TST: Attempt #2 at fixing the `int`-related failure on 32-bit systems | Bas van Beek | 2020-09-23 | 1 | -31/+31 | |
| * | | | | | | | | | | TST: Fixed an `int`-related failure on 32-bit systems | Bas van Beek | 2020-09-23 | 1 | -2/+3 | |
| * | | | | | | | | | | TST: Added new `ndarray`/`generic` typing tests | Bas van Beek | 2020-09-22 | 4 | -4/+336 | |
| * | | | | | | | | | | MAINT: Moved a few constants back to `__init__.pyi`; cleaned up their names | Bas van Beek | 2020-09-22 | 2 | -37/+38 | |
| * | | | | | | | | | | MAINT: Moved a number of methods from `_ArrayOrScalarCommon` to `ndarray` | Bas van Beek | 2020-09-22 | 1 | -60/+63 | |
| * | | | | | | | | | | ENH: Add annotations for non-magic ndarray methods | Bas van Beek | 2020-09-22 | 1 | -36/+430 | |
* | | | | | | | | | | | Merge pull request #17455 from numpy/dependabot/pip/hypothesis-5.37.0 | Charles Harris | 2020-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | MAINT: Bump hypothesis from 5.36.1 to 5.37.0dependabot/pip/hypothesis-5.37.0 | dependabot-preview[bot] | 2020-10-05 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #17445 from takanori-pskq/i13114-fix-refs-macro | Matti Picus | 2020-10-05 | 6 | -14/+37 | |
|\ \ \ \ \ \ \ \ \ \ |