summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-011-0/+5
* BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-271-0/+9
* ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-251-0/+5
* Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-251-0/+5
|\
| * ENH: add a .ndim property to dype objectsEric Wieser2017-02-251-0/+5
* | DOC: add release note entry for the elisionJulian Taylor2017-02-241-0/+10
|/
* DOC: gradient supports unevenly spaced dataAlessandro Pietro Bardelli2017-02-221-0/+20
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-0/+43
|\
| * DOC: releases: clarify simple data dependency case in ufunc overlap discussionPauli Virtanen2017-01-221-7/+19
| * DOC: update release notes vs. overlap detectionPauli Virtanen2017-01-191-0/+31
* | DOC: Create 1.12.1 release notes.Charles Harris2017-02-161-0/+9
* | Revert "BUG: make np.squeeze always return an array, never a scalar"Charles Harris2017-02-121-5/+0
* | DOC: Update 1.13.0 release notes with apply_along_axis changesEric Wieser2017-02-111-0/+8
* | BUG: make np.squeeze always return an array, never a scalarEric Wieser2017-02-101-0/+5
* | MAINT: Add release notes for __[gs]etslice__ removalEric Wieser2017-02-091-0/+11
* | ENH: hard-code finfo parameters for known types (#8504)Matthew Brett2017-02-031-0/+16
* | BUG: bool(dtype) is TrueJim Crist2017-01-231-0/+9
* | Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-0/+4
* | Merge pull request #8326 from juliantaylor/vectorize-packbitsCharles Harris2017-01-201-0/+5
|\ \ | |/ |/|
| * DOC: add packbits improvements to release notesJulian Taylor2017-01-121-0/+5
* | DOC: Place np.average in inline code.John Kirkham2017-01-171-2/+2
* | MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-151-605/+616
|/
* Merge pull request #8443 from lesteve/mmap-offsetseberg2017-01-111-0/+6
|\
| * FIX set memmap offset attribute correctlyLoïc Estève2017-01-051-0/+6
* | [DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy...Frederic Bastien2017-01-101-2/+2
|/
* DOC: Added changed behavior of assert_array_lessJonathan Tammo Siebert2017-01-041-0/+7
* single too argument + mention in release docs.Oscar Villellas2017-01-031-0/+13
* DOC: Update 1.12.0-notes.Charles Harris2016-12-191-73/+91
* DOC: create 1.11.3 release notes.Charles Harris2016-12-181-0/+25
* DOC: Update 1.12.0-notes.rst.Charles Harris2016-12-131-3/+23
* DOC: MinGW is partially supported, with caveatsRoland Kaufmann2016-12-121-0/+12
* DEP: Drop deprecated boolean indexing behavior and update to new.Charles Harris2016-12-031-0/+17
* Merge pull request #8297 from charris/expired-deprecationsCharles Harris2016-11-261-3/+24
|\
| * DEP: Make np.equal and np.not_equal ignore object identity.Charles Harris2016-11-231-0/+12
| * DEP: Raise TypeError for subtract(bool_, bool_).Charles Harris2016-11-221-1/+2
| * DEP: Raise TypeError for np.negative(bool_).Charles Harris2016-11-221-0/+1
| * DEP: ``NpyIter_AdvancedNew`` deprecation to ValueErrorCharles Harris2016-11-221-1/+2
| * DEP: Make non-integer partition index raise TypeError.Charles Harris2016-11-221-0/+2
| * DEP: Make a == None and a != None compare element-wise.Charles Harris2016-11-211-3/+7
* | BUG: add checks for some invalid structured dtypes.James Sanders2016-11-241-0/+9
|/
* MAINT: let average preserve subclass information.Marten van Kerkwijk2016-11-191-0/+12
* DOC: Update 1.13.0 release notes.Charles Harris2016-11-171-5/+7
* DOC: Update 1.12.0 release notes.Charles Harris2016-11-161-21/+580
* Added axis argument to numpy.uniquemartinosorb2016-11-131-1/+5
* Merge pull request #8241 from charris/prepare-1.13Charles Harris2016-11-051-0/+49
|\
| * DOC: Add 1.13.0 notes.Charles Harris2016-11-051-0/+49
* | DOC: Cleanup 1.12.0 release notes.Charles Harris2016-11-051-85/+85
|/
* Merge pull request #8231 from charris/integer-to-neg-integer-powerCharles Harris2016-11-051-7/+21
|\
| * DOC: Note change to scalar integer powers in 1.12.0 release notes.Charles Harris2016-11-011-7/+21
* | Merge pull request #8190 from charris/add-fpower-ufuncCharles Harris2016-11-051-0/+9
|\ \