Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | DOC: Clarify that the `base` parameter in `logspace` can be array_like | Bas van Beek | 2020-08-23 | 1 | -2/+2 | |
| | * | | | | | | TST: Add tests for the `np.core.function_base` stubs | Bas van Beek | 2020-08-23 | 3 | -0/+36 | |
| | * | | | | | | ENH: Add stubs for `np.core.function_base` | Bas van Beek | 2020-08-23 | 2 | -0/+64 | |
| * | | | | | | | Merge pull request #17214 from BvB93/generic | Charles Harris | 2020-09-07 | 4 | -54/+113 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | TST: Don't run typing tests on lines that are commented out | Bas van Beek | 2020-09-01 | 2 | -3/+3 | |
| | * | | | | | | | MAINT: Only allow `SupportsIndex` for python >= 3.8 | Bas van Beek | 2020-09-01 | 2 | -48/+30 | |
| | * | | | | | | | MAINT: Fixed the super-class of `np.character` | Bas van Beek | 2020-09-01 | 1 | -1/+1 | |
| | * | | | | | | | ENH: Add an alias for `Union[str, bytes]`; updated two `np.generic` constructors | Bas van Beek | 2020-09-01 | 2 | -23/+27 | |
| | * | | | | | | | MAINT: Remove redundant `__r<op>__` | Bas van Beek | 2020-09-01 | 1 | -3/+0 | |
| | * | | | | | | | TST: Add tests for the new `generic` constructors | Bas van Beek | 2020-09-01 | 1 | -3/+28 | |
| | * | | | | | | | MAINT: Removed the `SupportsInt` protocol from `complexfloating` constructors | Bas van Beek | 2020-09-01 | 1 | -2/+2 | |
| | * | | | | | | | MAINT: Make `datetime64` a `generic` subclass (again) | Bas van Beek | 2020-09-01 | 2 | -9/+13 | |
| | * | | | | | | | MAINT: Explicitly define `real` and `imag` for a number of `generic` subclasses | Bas van Beek | 2020-09-01 | 1 | -10/+20 | |
| | * | | | | | | | MAINT: Added missing builtin super-classes to a number of `generic`s | Bas van Beek | 2020-09-01 | 1 | -4/+4 | |
| | * | | | | | | | MAINT: Added missing types to various `generic` constructors | Bas van Beek | 2020-09-01 | 1 | -21/+53 | |
| * | | | | | | | | Merge pull request #17104 from BvB93/sub-modules | Charles Harris | 2020-09-07 | 18 | -0/+699 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | TST: Remove `compat` and `core` from the tests | Bas van Beek | 2020-08-20 | 1 | -2/+0 | |
| | * | | | | | | | | DEP: Remove `ctypes_load_library` annotations | Bas van Beek | 2020-08-20 | 1 | -1/+0 | |
| | * | | | | | | | | Revert "REV: Removed deprecated `ctypeslib` stubs" | Bas van Beek | 2020-08-20 | 1 | -0/+8 | |
| | * | | | | | | | | REV: Removed deprecated `ctypeslib` stubs | Bas van Beek | 2020-08-20 | 1 | -8/+0 | |
| | * | | | | | | | | ENH: Added placeholder stubs for `distutils` and `f2py` | Bas van Beek | 2020-08-20 | 2 | -0/+9 | |
| | * | | | | | | | | ENH: Replace module-level `__getattr__` with explicitly defined objects | Bas van Beek | 2020-08-20 | 4 | -8/+51 | |
| | * | | | | | | | | REV: Removed `compat` and `core` stubs | Bas van Beek | 2020-08-20 | 2 | -451/+0 | |
| | * | | | | | | | | ENH: Replace module-level `__getattr__` with explicitly defined objects | Bas van Beek | 2020-08-19 | 13 | -24/+1024 | |
| | * | | | | | | | | REV: Removed one last builtin module | Bas van Beek | 2020-08-19 | 3 | -8/+0 | |
| | * | | | | | | | | REV: Removed two more (accidently included) builtin modules | Bas van Beek | 2020-08-19 | 3 | -10/+0 | |
| | * | | | | | | | | REV: Removed the (accidently included) builtin `sys` module | Bas van Beek | 2020-08-19 | 3 | -13/+7 | |
| | * | | | | | | | | ENH: Add placeholder stubs for all sub-modules | Bas van Beek | 2020-08-19 | 21 | -7/+132 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
* | | | | | | | | | DEP: Removed `bool_.__index__` | Bas van Beek | 2020-09-07 | 1 | -1/+0 | |
* | | | | | | | | | MAINT: Moved all inplace-magic-methods to `np.ndarray` | Bas van Beek | 2020-09-07 | 1 | -12/+13 | |
* | | | | | | | | | DEP: Remove `ndarray.tostring()` stubs as it is deprecated | Bas van Beek | 2020-09-07 | 1 | -1/+2 | |
* | | | | | | | | | TST: Fixed a test | Bas van Beek | 2020-09-07 | 2 | -2/+2 | |
* | | | | | | | | | MAINT: Remove two python 2 related if statements | Bas van Beek | 2020-09-07 | 1 | -1/+1 | |
* | | | | | | | | | MAINT: Removed the class-level `_ArrayOrScalarCommon.__getattr__` method | Bas van Beek | 2020-09-07 | 1 | -72/+120 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #17235 from hugovk/rm-old-code | Charles Harris | 2020-09-07 | 8 | -88/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Remove old sys.version_info code | Hugo | 2020-09-03 | 5 | -74/+14 | |
| * | | | | | | | | MAINT: Remove old PY_VERSION_HEX code | Hugo | 2020-09-03 | 3 | -14/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #17241 from charris/cleanup-pyarray_frominterface | Charles Harris | 2020-09-07 | 1 | -12/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: ``__array_interface__`` data address cannot be string. | Charles Harris | 2020-09-03 | 1 | -12/+3 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17225 from seberg/fix-broken-up-ragged-array | Charles Harris | 2020-09-04 | 2 | -1/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update numpy/core/tests/test_array_coercion.py | Sebastian Berg | 2020-09-02 | 1 | -0/+1 | |
| * | | | | | | | BUG: Fix dimension discovery of within array ragged cases | Sebastian Berg | 2020-09-02 | 2 | -1/+22 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #17223 from mattip/setuptools1 | Charles Harris | 2020-09-04 | 5 | -22/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: EXT_SUFFIX differs between sysconfig and distutils.sysconfig | Matti Picus | 2020-09-04 | 1 | -2/+2 | |
| * | | | | | | | MAINT: fix win exec_prefix | mattip | 2020-09-03 | 1 | -1/+1 | |
| * | | | | | | | MAINT: use sysconfig not distutils.sysconfig where possible | mattip | 2020-09-02 | 6 | -24/+14 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #17193 from eric-wieser/clean-compat | Sebastian Berg | 2020-09-03 | 7 | -42/+34 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Remove users of `numpy.compat.bytes` | Eric Wieser | 2020-08-31 | 3 | -3/+3 | |
| * | | | | | | | MAINT: Remove users of `numpy.compat.open_latin1` | Eric Wieser | 2020-08-31 | 1 | -32/+27 | |
| * | | | | | | | MAINT: Remove users of `numpy.compat.strchar` | Eric Wieser | 2020-08-31 | 1 | -2/+1 |