summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #12456 from eric-wieser/dtype_to_ctypesMatti Picus2019-01-151-0/+9
|\ \
| * | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-131-0/+9
* | | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-141-8/+10
* | | Merge pull request #12731 from charris/post-1.16.0-updateMatti Picus2019-01-142-95/+770
|\ \ \
| * | | DOC: Update release notes and changelog after 1.16.0 release.Charles Harris2019-01-132-95/+770
* | | | DOC: set off math constant suffixes with backticksJosh Wilson2019-01-131-2/+3
* | | | DOC: clarify the suffix of single/extended precision math constantsJosh Wilson2019-01-131-1/+1
|/ / /
* | | Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-131-0/+6
|\ \ \ | |/ / |/| |
| * | Update 1.17.0-notes.rstEric Wieser2019-01-081-1/+1
| * | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-071-0/+6
* | | NEP: change NEP20 (ufunc signatures) to 'Final'Matti Picus2019-01-111-1/+1
* | | Merge pull request #12679 from mattip/remove-warningsSebastian Berg2019-01-091-0/+7
|\ \ \
| * | | ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-0/+7
| |/ /
* | | Merge pull request #12677 from ahaldane/fix_more_uint_alnCharles Harris2019-01-081-1/+1
|\ \ \
| * | | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-061-1/+1
| |/ /
* | | ENH: Better links in documentationEric Larson2019-01-078-1/+15
|/ /
* | ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-031-0/+9
* | Merge pull request #12626 from ahaldane/further_uint_align_fixCharles Harris2019-01-031-9/+15
|\ \
| * | BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-031-9/+15
* | | DOC: SimpleNewFromDescr cannot be given NULL for descrSebastian Berg2019-01-021-3/+3
* | | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)Stephan Hoyer2019-01-011-0/+8
* | | DOC: Minor fix to pocketfft release note [ci skip]Hameer Abbasi2019-01-021-1/+2
* | | DOC: update 2018 -> 2019mattip2019-01-011-1/+1
|/ /
* | add release notesMartin Reinecke2018-12-251-0/+10
* | DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-12-211-11/+17
* | ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-8/+8
* | Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-0/+5
|\ \
| * | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-301-0/+5
* | | DOC: more doc updates for structured arraysAllan Haldane2018-12-151-8/+4
* | | Merge pull request #12534 from jturner314/fix-ellipsis-docsSebastian Berg2018-12-141-3/+4
|\ \ \
| * | | DOC: Fix desc. of Ellipsis behavior in referenceJim Turner2018-12-121-3/+4
* | | | DOC: Change 'num' to 'np'Dieter Werthmüller2018-12-121-5/+5
|/ / /
* | | Merge pull request #12506 from charris/prepare-for-1.17-developmentRalf Gommers2018-12-082-0/+44
|\ \ \
| * | | MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-082-0/+44
| | |/ | |/|
* | | DOC, MAINT: Make `PYVER = 3` in doc/Makefile.Charles Harris2018-12-071-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
|\ \ \
| * | | ENH: Fixups to multi-field assignment helpersAllan Haldane2018-11-221-0/+5
* | | | Merge pull request #8923 from guoci/histo_iseCharles Harris2018-11-221-0/+7
|\ \ \ \
| * | | | ENH: Add 'ise' estimator to np.histogramguoci2018-11-201-0/+7
| | |/ / | |/| |
* | | | BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-211-0/+10
|/ / /