summaryrefslogtreecommitdiff
path: root/doc/release/1.14.0-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-4/+4
* Merge pull request #10390 from eric-wieser/fix-10364Charles Harris2018-01-121-3/+3
|\
| * BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-111-3/+3
* | DOC: Post 1.14.0 release updates.Charles Harris2018-01-061-8/+4
* | DOC: add documentation about how to handle new array printingJarrod Millman2018-01-031-0/+12
* | BUG: Extra space is inserted on first line for long elementsEric Wieser2017-12-091-6/+6
|/
* DOC: another small tweak to 1.14 docsAllan Haldane2017-12-081-3/+4
* DOC: fixup `...` description in 1.14 notesAllan Haldane2017-12-081-3/+3
* DOC: Fix rendering of notes, and tweak wordingEric Wieser2017-12-081-4/+12
* BUG: Fix line wrapping and remove trailing space for recarrayEric Wieser2017-12-081-0/+2
* DOC: Update release notes regarding formatting changesEric Wieser2017-12-081-22/+33
* DOC: Update 1.14.0 release notes.Charles Harris2017-12-071-183/+226
* tweak docs to reflect exactly when DeprecationWarnings will be displayedmattip2017-12-051-9/+10
* DOC: Summarize printing changes in release notesAllan Haldane2017-12-031-16/+56
* Merge pull request #10054 from charris/gh-4208Charles Harris2017-11-261-4/+26
|\
| * ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-4/+26
* | Merge pull request #10044 from ahaldane/futurewarn_voiditemCharles Harris2017-11-261-0/+8
|\ \ | |/ |/|
| * DEP: FutureWarning for void.item(): Will return bytesAllan Haldane2017-11-261-0/+8
* | ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-201-0/+7
* | MAINT: make legacy option support future legacy modesAllan Haldane2017-11-171-7/+7
|/
* MAINT: Backcompat fixes for dragon4 changesAllan Haldane2017-11-121-0/+4
* ENH: print void repr/str using hex notationAllan Haldane2017-11-121-0/+12
* Merge pull request #9332 from ahaldane/fix_0d_strreprCharles Harris2017-11-121-33/+51
|\
| * DOC: Update release notes about legacy mode and 0d arraysAllan Haldane2017-11-091-31/+28
| * MAINT: create a "legacy" print mode to account for whitespace and 0d changesAllan Haldane2017-11-081-44/+54
| * ENH: fix 0d array printing using `str` or `formatter`.Allan Haldane2017-11-081-4/+15
* | Merge pull request #9966 from ahaldane/dragon4_scalarstr_fixCharles Harris2017-11-121-15/+19
|\ \
| * | DOC: Update note on dragon4 str of float-scalarsAllan Haldane2017-11-061-15/+19
* | | ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley2017-11-111-0/+5
| |/ |/|
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+36
|/
* Merge pull request #9941 from ahaldane/dragon4Charles Harris2017-11-041-0/+24
|\
| * DOC: update documentation for dragon4Allan Haldane2017-11-041-0/+24
* | BUG: Passing an incorrect type to dtype.__getitem__ should raise TypeErrorEric Wieser2017-11-021-0/+4
|/
* Merge pull request #9487 from eric-wieser/fromstring-bytesCharles Harris2017-10-221-0/+6
|\
| * DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser2017-10-191-0/+6
* | Merge branch 'master' into bool-__index__Charles Harris2017-10-211-5/+106
|\ \ | |/
| * Merge pull request #9842 from bashtage/protect-empty-initCharles Harris2017-10-181-0/+6
| |\
| | * BUG: Prevent invalid array shapes in seedKevin Sheppard2017-10-181-0/+6
| * | Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-181-0/+2
| |\ \
| | * | DEP: 0 should be passed to bincount, not NoneEric Wieser2017-10-171-0/+2
| | |/
| * | BUG: count_nonzero treats empty axis tuples strangelyEric Wieser2017-10-171-0/+7
| |/
| * ENH: Save to ZIP files without using temporary files.Serhiy Storchaka2017-10-151-0/+5
| * Merge pull request #9835 from kenogo/masterCharles Harris2017-10-141-0/+6
| |\
| | * BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not ...Keno Goertz2017-10-111-0/+6
| * | BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser2017-10-131-0/+8
| * | Merge pull request #9718 from hemildesai/deprecate_truth_testing_on_empty_arraysEric Wieser2017-10-101-0/+2
| |\ \ | | |/ | |/|
| | * DEP: Deprecate truth testing on empty arrayshemildesai2017-09-281-0/+2
| * | DOC: Add release notes for 0-size dtypesEric Wieser2017-10-011-0/+17
| * | DOC: add missing underscore in set_printoptionsLoïc Estève2017-10-011-1/+1
| |/
| * BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.pyAllan Haldane2017-09-261-5/+12