summaryrefslogtreecommitdiff
path: root/doc/release/1.13.0-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: add packbits improvements to release notesJulian Taylor2017-01-121-0/+5
* FIX set memmap offset attribute correctlyLoïc Estève2017-01-051-0/+6
* 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: 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
* Added axis argument to numpy.uniquemartinosorb2016-11-131-1/+5
* DOC: Add 1.13.0 notes.Charles Harris2016-11-051-0/+49