summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | ENH: add identity kwarg to frompyfunc (#8255)mattharrigan2020-01-161-0/+5
* | | Merge pull request #15217 from eric-wieser/deprecate-shape-0Sebastian Berg2020-01-161-0/+11
|\ \ \
| * | | DEP: records: Deprecate treating shape=0 as shape=NoneEric Wieser2020-01-011-0/+11
* | | | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-162-11/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-162-11/+17
| | |/ | |/|
* | | DEP: Deprecate `->f->fastclip` at registration timeSebastian Berg2020-01-151-1/+11
* | | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-162-2/+16
|\ \ \
| * | | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-152-6/+14
| * | | MAINT,API: Do not use fastputmask dtype slot and always NULL itSebastian Berg2020-01-071-5/+6
| * | | MAINT,API: Do not use fasttake slot of ArrFuncs and null itSebastian Berg2020-01-071-0/+5
* | | | DOC: fix typosBrian Wignall2020-01-1414-28/+28
| |/ / |/| |
* | | Merge pull request #15242 from sethtroisi/python3_docMatti Picus2020-01-101-15/+22
|\ \ \
| * | | Notes on compiler and OpenBLASSeth Troisi2020-01-071-15/+22
| * | | Update HOWTO_RELEASE.rstSeth Troisi2020-01-041-3/+3
* | | | MAINT: C code simplificationSeth Troisi2020-01-081-2/+0
* | | | Merge pull request #15282 from rgommers/relnotes-119Charles Harris2020-01-072-3/+9
|\ \ \ \
| * | | | DOC: BLD: add empty release notes for 1.19.0 to fix doc build errorRalf Gommers2020-01-072-3/+9
* | | | | Merge pull request #15233 from sethtroisi/python3_more_more_moreMatti Picus2020-01-071-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Add release notes for Py3K cleanups.Seth Troisi2020-01-061-0/+4
| | |/ / | |/| |
* | | | Merge pull request #15264 from hippo91/missing_ufuncs_in_docMatti Picus2020-01-071-0/+4
|\ \ \ \
| * | | | DOC: Add some missing functions in the list of available ufuncs.hippo912020-01-061-0/+4
* | | | | Merge pull request #15274 from charris/post-1.18.1-updateRalf Gommers2020-01-073-0/+86
|\ \ \ \ \
| * | | | | MAINT: Post NumPy 1.18.1 update.Charles Harris2020-01-063-0/+86
* | | | | | DOC: minor formatting fixups for NEP-37 (#15273)Stephan Hoyer2020-01-061-40/+40
|/ / / / /
* | | | | DOC: NEP 37: A dispatch protocol for NumPy-like modules (#15197)Stephan Hoyer2020-01-061-0/+550
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-0622-157/+252
|\ \ \ \
| * | | | MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-062-1/+11
| * | | | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-052-3/+3
| | |/ / | |/| |
| * | | Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-042-89/+0
| |\ \ \
| | * | | Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-032-89/+0
| * | | | MAINT: Remove unused int_asbufferJon Dufresne2020-01-042-12/+7
| * | | | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-038-19/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-038-19/+0
| * | | | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-16/+2
| |/ / /
| * | | DOC: typo in release.rstmattip2020-01-031-2/+2
| * | | Merge pull request #15205 from rossbar/doc/quickstartRalf Gommers2020-01-021-17/+27
| |\ \ \
| | * | | DOC: Improvements to Quickstart Tutorial.Ross Barnowski2019-12-301-17/+27
| * | | | Merge pull request #15216 from charris/post-1.17.5-updateCharles Harris2020-01-025-0/+196
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | REL: Update master after NumPy 1.16.6 and 1.17.5 releases.Charles Harris2020-01-015-0/+196
| | |/ /
| * | | DOC: add release note for 64-bit lapack_litePauli Virtanen2020-01-011-0/+6
| |/ /
* | | MAINT: Delete numpy.distutils.compatEric Wieser2020-01-061-0/+12
|/ /
* | DOC: Added note about LaTeX requirementRoss Barnowski2019-12-291-0/+5
* | DOC: Initialize submodules to build docs.Ross Barnowski2019-12-291-0/+11
* | DOC: add PR for notemattip2019-12-231-0/+1
* | DOC: add moved modules to 1.18 release notemattip2019-12-231-0/+8
* | Merge pull request #15154 from rgommers/build-docsMatti Picus2019-12-231-53/+15
|\ \
| * | DOC: update documentation on how to build NumPyRalf Gommers2019-12-231-53/+15
* | | MAINT: Update pavement.py for towncrier.Charles Harris2019-12-222-5/+6
|/ /
* | REL: Update master after NumPy 1.18.0 release.Charles Harris2019-12-223-62/+619
* | Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-199-10/+10
|\ \