summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-171-0/+11
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-0/+12
* Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-251-0/+4
|\
| * DOC: add release note entry for AVX2 integer loopsJulian Taylor2016-09-241-0/+4
* | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-241-0/+27
* | DOC: Update 1.11.2 release notes.Charles Harris2016-09-111-0/+1
* | DOC: Update 1.11.2 release notes.Charles Harris2016-09-071-6/+9
* | DOC: Update 1.11.2 release notes.Charles Harris2016-09-031-0/+1
* | DOC: Update 1.11.2 release notes.Charles Harris2016-09-031-4/+5
* | DOC: Add warning stacklevel increase to the release notesSebastian Berg2016-09-021-0/+13
* | ENH: Use new context manager for testingSebastian Berg2016-09-021-2/+9
* | ENH: Make warning testing context managers more specificSebastian Berg2016-09-021-0/+12
* | Merge pull request #7977 from charris/create-1.11.2-notesCharles Harris2016-08-291-0/+33
|\ \
| * | DOC: Create 1.11.2 release notes.Charles Harris2016-08-261-0/+33
| |/
* | ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-281-0/+17
|/
* ENH: added axis param for np.count_nonzerogfyoung2016-08-041-0/+3
* Merge pull request #7699 from nolta/preserve-lib-orderCharles Harris2016-07-281-0/+7
|\
| * BLD: preserve library orderMike Nolta2016-06-251-0/+7
* | ENH: turn quicksort into introsortJulian Taylor2016-07-211-0/+6
|/
* Merge pull request #7777 from charris/update-1.11.1-notesCharles Harris2016-06-251-0/+3
|\
| * DOC: Update Numpy 1.11.1 release notes.Charles Harris2016-06-251-0/+3
* | Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-221-0/+6
|\ \
| * | ENH: generalize rot90 with axes kwarg, move to function_base.py, and add testsDenis Alevi2016-03-201-0/+6
* | | Merge pull request #7268 from endolith/geomspaceCharles Harris2016-06-211-0/+7
|\ \ \
| * | | DOC: Add geomspace to function list, release notesendolith2016-06-211-0/+7
* | | | ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-191-1/+14
|/ / /
* | | MAINT: FutureWarning for changes to np.average subclass handlingAllan Haldane2016-06-141-0/+6
* | | DOC: Mention the changes of #6430 in the release notes.Erik M. Bray2016-06-131-0/+8
* | | ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-121-1/+8
| |/ |/|
* | ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-061-0/+7
* | DOC: Mention bits attribute added to finfo in 1.12.0 release notes.Charles Harris2016-06-041-2/+7
* | DOC: Update 1.11.1 release notes.Charles Harris2016-05-261-20/+20
* | DOC: Create Numpy 1.11.1 release notes.Charles Harris2016-05-251-0/+28
* | ENH: linear interpolation of complex values in lib.interpPeter Creasey2016-05-121-0/+5
* | Merge pull request #6660 from wackywendell/usepathCharles Harris2016-04-071-0/+6
|\ \
| * | ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-0/+6
* | | BUG: Add bytes to numpy.sctypes in Python 3.Antony Lee2016-04-071-0/+6
* | | DOC: rephrase writeup of memmap changesMatthew Brett2016-04-061-4/+8
|/ /
* | Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarrayahaldane2016-04-041-0/+7
|\ \
| * | FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-041-0/+7
* | | ENH: Allow rolling multiple axes at the same time.Antony Lee2016-04-021-0/+4
|/ /
* | Merge pull request #7421 from pwolfram/nancumsumprodStephan Hoyer2016-03-261-0/+5
|\ \
| * | ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-0/+5
* | | ENH: implement __complex__Eric Moore2016-03-221-0/+6
* | | BUG, MAINT: Use keyword args internally in fromnumeric.pygfyoung2016-03-201-0/+8
* | | MAINT: np.full defaults to the filler's dtype.Antony Lee2016-03-201-0/+2
* | | DOC: Update 1.11.0-notes.Charles Harris2016-03-191-27/+33
* | | Merge pull request #7363 from seberg/masked-silence-2Charles Harris2016-03-191-2/+27
|\ \ \
| * | | ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-011-2/+27
* | | | Merge pull request #7198 from seberg/unlock_gil_gufuncsNathaniel J. Smith2016-03-171-0/+5
|\ \ \ \