summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* REL: Prepare for the NumPy 1.16.5 release.Charles Harris2019-08-272-40/+108
* wipCharles Harris2019-08-182-0/+0
* Copy editingDan Allan2019-07-181-3/+3
* Restore old intro, add note at top.Dan Allan2019-07-181-4/+18
* Add new section of custom array containers.Dan Allan2019-07-183-15/+13
* rephraseDan Allan2019-07-181-2/+6
* Add __array_function__ to user reference.Dan Allan2019-07-181-0/+115
* REL: Prepare 1.16.x for further developmentCharles Harris2019-05-282-0/+58
* MAINT: Prepare for the 1.16.4 release.Charles Harris2019-05-272-30/+83
* BUG,DEP: Fix writeable flag setting for arrays without baseSebastian Berg2019-05-241-1/+9
* BUG: Proect generators from log(0.0)Kevin Sheppard2019-05-141-0/+11
* DOC: Add 1.16 release noteEric Wieser2019-04-231-0/+9
* REL: prepare 1.16.x for further developmentCharles Harris2019-04-211-0/+52
* REL: Prepare for the NumPy release.Charles Harris2019-04-212-28/+75
* BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-171-0/+6
* DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-152-2/+3
* BUG: __array_interface__ offset was always ignoredmattip2019-03-171-0/+5
* REL: prepare 1.16.x for further developmentCharles Harris2019-02-261-0/+43
* DOC: Prepare for 1.16.2 release.Charles Harris2019-02-262-23/+61
* BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-221-0/+14
* REL: prepare 1.16.x for further developmentCharles Harris2019-01-311-0/+43
* DOC: Prepare for 1.16.1 release.Charles Harris2019-01-313-0/+170
* Merge pull request #12813 from charris/backport-12807Charles Harris2019-01-202-28/+3
|\
| * BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-202-28/+3
* | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-201-8/+10
|/
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2019-01-161-8/+8
* REL: NumPy 1.16.0 release.v1.16.0Charles Harris2019-01-131-4/+18
* Merge pull request #12705 from charris/backport-12687Charles Harris2019-01-098-1/+15
|\
| * ENH: Better links in documentationEric Larson2019-01-098-1/+15
* | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-091-1/+1
|/
* Merge pull request #12657 from charris/backport-12641Charles Harris2019-01-031-1/+1
|\
| * DOC: update 2018 -> 2019mattip2019-01-031-1/+1
* | BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-031-9/+15
|/
* Convert some ' to ` [ci skip]John Kirkham2018-12-241-2/+2
* DOC, MAINT: Prepare for 1.16.0rc1 release.Charles Harris2018-12-193-99/+760
* BUG: Make `arr.ctypes.data` hold a reference to the underlying array.Charles Harris2018-12-171-0/+5
* Merge pull request #12563 from charris/backport-12554Charles Harris2018-12-161-8/+4
|\
| * DOC: more doc updates for structured arraysAllan Haldane2018-12-161-8/+4
* | DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-161-1/+1
|/
* Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-1/+8
|\
| * ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-051-1/+8
* | ENH: implement matmul on NDArrayOperatorsMixin (#12488)Stephan Hoyer2018-12-051-0/+7
|/
* Merge pull request #12219 from mattip/matmul-as-ufunc2Eric Wieser2018-12-041-0/+6
|\
| * ENH: make matmul into a ufuncmattip2018-11-251-0/+6
* | Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-011-0/+21
|\ \
| * | ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-0/+21
| |/
* | Merge pull request #11197 from wummo/correct_covariance_scalingMarten van Kerkwijk2018-11-271-0/+18
|\ \
| * | Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-211-0/+18
* | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))mattip2018-11-261-0/+6
| |/ |/|
* | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redoCharles Harris2018-11-231-0/+5
|\ \