Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12391 from mattip/deprecate-unique | Charles Harris | 2018-11-15 | 1 | -0/+3 |
|\ | | | | | DEP: raise on a call to deprecated numpy.lib.function_base.unique | ||||
| * | DEP: remove deprecated numpy.lib.function_base.unique | mattip | 2018-11-15 | 1 | -0/+3 |
| | | |||||
* | | DOC: Add release notes for ctypes improvements | Eric Wieser | 2018-11-15 | 1 | -0/+15 |
|/ | | | | Fixes gh-12272 | ||||
* | NEP: move nep 15 from accepted to final | mattip | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12362 from shoyer/disable-array-function-by-default | Charles Harris | 2018-11-12 | 1 | -0/+9 |
|\ | | | | | MAINT: disable `__array_function__` dispatch unless environment variable set | ||||
| * | MAINT: disable __array_function__ dispatch unless environment variable set | Stephan Hoyer | 2018-11-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Per discussion on the mailing list, __array_function__ isn't quite ready to release as part of NumPy 1.16: https://mail.python.org/pipermail/numpy-discussion/2018-November/078949.html We'd like to improve performance a bit, and it will be easier to support introspection on NumPy functions if we support Python 3 only. So for now, you need to set the environment variable ``NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1`` to enable dispatching. | ||||
* | | Merge pull request #8955 from eric-wieser/obj-identity | Matti Picus | 2018-11-12 | 2 | -3/+46 |
|\ \ | | | | | | | ENH: Allow ufunc.identity to be any python object | ||||
| * | | DOC: Add release notes on changes to ufunc.identity | Eric Wieser | 2018-11-12 | 1 | -0/+19 |
| | | | |||||
| * | | ENH: Allow ufunc.identity to be any python object | Eric Wieser | 2018-11-12 | 2 | -3/+27 |
| | | | |||||
* | | | NEP: clarify the purpose of "types" in __array_function__ | Stephan Hoyer | 2018-11-10 | 1 | -2/+3 |
| |/ |/| | | | | | | | Per our discussion on the mailing list: https://mail.python.org/pipermail/numpy-discussion/2018-November/078911.html | ||||
* | | Merge pull request #11916 from mattip/deprecate-set_numeric_ops | Charles Harris | 2018-11-09 | 3 | -2/+13 |
|\ \ | | | | | | | DEP: deprecate np.set_numeric_ops and friends | ||||
| * | | DEP: deprecate np.set_numeric_ops and friends | mattip | 2018-10-21 | 3 | -2/+13 |
| | | | |||||
* | | | DOC: Update RELEASE_WALKTHROUGH.rst.txt. | Charles Harris | 2018-11-09 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | | | The `write_release_and_log` task has been removed from the pavement file. Update the release walkthrough to use `write_release` instead. [ci skip] | ||||
* | | Merge pull request #12250 from mattip/add-docs-to-toc | Ralf Gommers | 2018-11-04 | 11 | -335/+46 |
|\ \ | | | | | | | DOC: add missing docs | ||||
| * | | DOC: move C style guide to dev section | mattip | 2018-10-25 | 3 | -1/+1 |
| | | | |||||
| * | | DOC: remove duplicate and outdated DOC | mattip | 2018-10-25 | 2 | -200/+0 |
| | | | |||||
| * | | DOC: remove old docs while adding bits of it where appropriate (part one) | mattip | 2018-10-25 | 3 | -129/+19 |
| | | | |||||
| * | | DOC: fixes from review | mattip | 2018-10-25 | 3 | -4/+7 |
| | | | |||||
| * | | DOC: add missing docs | mattip | 2018-10-23 | 7 | -3/+21 |
| | | | |||||
* | | | DOC: NumPy 1.15.4 post release documentation update. | Charles Harris | 2018-11-04 | 3 | -0/+60 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | ENH: Improve support for pathlib.Path objects in load functions (#11348) | Paul Müller | 2018-11-01 | 1 | -0/+7 |
| | | | | | | | | | * ENH: Improve support for pathlib.Path objects in more functions | ||||
* | | | Merge pull request #12268 from mattip/broadcast-tutorial | Ralf Gommers | 2018-10-31 | 7 | -1/+234 |
|\ \ \ | | | | | | | | | DOC: add broadcasting article from scipy old-wiki | ||||
| * | | | DOC: fixes from review, fix references | mattip | 2018-10-31 | 1 | -4/+4 |
| | | | | |||||
| * | | | DOC: add broadcasting article from scipy old-wiki | mattip | 2018-10-26 | 7 | -1/+234 |
| | | | | |||||
* | | | | Merge pull request #12279 from mattip/nep-0027-final | Matti Picus | 2018-10-31 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | NEP: tweak and mark NEP 0027 as final | ||||
| * | | | | tweak and mark NEP 0027 as final | mattip | 2018-10-27 | 1 | -3/+4 |
| |/ / / | |||||
* | | | | Merge pull request #12120 from tylerjereddy/remainder_timedelta64 | Stefan van der Walt | 2018-10-30 | 2 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | ENH: add timedelta modulus operator support (mm) | ||||
| * | | | | ENH: add timedelta modulus | Tyler Reddy | 2018-10-15 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added support for modulus operator with timedelta operands; type signature is mm->m | ||||
* | | | | | Merge pull request #12236 from mattip/nan-warnings | Charles Harris | 2018-10-29 | 1 | -6/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | BUG: maximum, minimum no longer emit warnings on NAN | ||||
| * | | | | | DOC: revise release note | mattip | 2018-10-26 | 1 | -6/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | DOC: update release notes with np.take improvement. | Stan Seibert | 2018-10-29 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | NEP: revise note for NEP 27 | Stephan Hoyer | 2018-10-27 | 1 | -7/+9 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #12251 from shoyer/array-function-error-msg | Allan Haldane | 2018-10-25 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | MAINT: improved error message when no __array_function__ implementation found | ||||
| * | | | | DOC: document __module__ updates for 1.16 | Stephan Hoyer | 2018-10-25 | 1 | -0/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #11971 from hmaarrfk/block_single_concatenate_call | Allan Haldane | 2018-10-23 | 1 | -0/+8 |
|\ \ \ \ | |/ / / |/| | | | MAINT: Block algorithm with a single copy per call to `block` | ||||
| * | | | DOC: Add a release note about the slice based blocking algorithm | Mark Harfouche | 2018-10-20 | 1 | -0/+8 |
| |/ / | |||||
* | | | DOC: Update docs after NumPy 1.15.3 release. | Charles Harris | 2018-10-22 | 4 | -2/+85 |
|/ / | | | | | | | | | | | | | | | - Forward port 1.15.3-changelog.rst - Forward port 1.15.3-notes.rst - Minor fixes to RELEASE_WALKTHROUGH.rst.txt [ci skip] | ||||
* | | Merge pull request #11175 from mhvk/gufunc-signature-modification2 | Matti Picus | 2018-10-19 | 3 | -26/+124 |
|\ \ | | | | | | | ENH: Generalized ufunc signature expansion for frozen and flexible dimensions | ||||
| * | | MAINT: changes from review | mattip | 2018-10-15 | 1 | -1/+1 |
| | | | |||||
| * | | DOC: tweak docs from review | mattip | 2018-10-12 | 1 | -3/+3 |
| | | | |||||
| * | | MAINT: formatting, remove version, rework flags | mattip | 2018-10-11 | 2 | -16/+21 |
| | | | |||||
| * | | :DOC: update to reflect API changes | mattip | 2018-10-08 | 2 | -9/+11 |
| | | | |||||
| * | | ENH: increment and use NPY_API_VERSION in PyUFuncObject->version | mattip | 2018-10-07 | 1 | -0/+2 |
| | | | |||||
| * | | DOC: warn about directly using PyUFuncObject and PyArray_Descr | mattip | 2018-09-17 | 1 | -3/+20 |
| | | | |||||
| * | | DOC: update for changes in d8a8e4536 | mattip | 2018-09-16 | 1 | -5/+4 |
| | | | |||||
| * | | merge master into gufunc-signature-modification2 | mattip | 2018-09-15 | 3 | -19/+59 |
| |\ \ | |||||
| * | | | MAINT: cleanup from review | mattip | 2018-09-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge 'master' into branch | mattip | 2018-09-12 | 35 | -364/+1723 |
| |\ \ \ | |||||
| * | | | | DOC: Release note for flexible dimensions. | Marten van Kerkwijk | 2018-07-17 | 1 | -0/+24 |
| | | | | | |||||
| * | | | | DOC: Release notes for frozen dimensions. | Marten van Kerkwijk | 2018-07-17 | 1 | -0/+15 |
| | | | | |