summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: Document 1.14.4 release.Charles Harris2018-06-053-6/+81
* BUG: optimizing compilers can reorder call to npy_get_floatstatusCharles Harris2018-05-301-1/+33
* DOC: Add 1.14.4 release noteAllan Haldane2018-05-291-0/+18
* REL: add 1.14.3 changelogAllan Haldane2018-04-271-0/+27
* Merge pull request #10957 from ahaldane/create_1.14.3_release_noteCharles Harris2018-04-271-0/+41
|\
| * DOC: create 1.14.3 release noteAllan Haldane2018-04-251-0/+41
* | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-251-11/+15
|/
* DOC: Create 1.14.2 notes and changelog.Charles Harris2018-03-113-0/+64
* REL: Prepare for 1.14.1 release.Charles Harris2018-02-192-25/+141
* DOC: Update sphinxext submodule hash.Charles Harris2018-02-161-0/+0
* BUG: 1.14 multifield-indexing adds padding bytesAllan Haldane2018-02-071-2/+20
* BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-02-071-6/+2
* BUG: complex repr has extra spaces, missing +Allan Haldane2018-02-071-0/+2
* Merge pull request #10431 from eric-wieser/1.14.1-notesAllan Haldane2018-01-181-0/+23
|\
| * REL: Add 1.14.1 release notes templateEric Wieser2018-01-181-0/+23
* | DOC: add documentation about how to handle new array printingJarrod Millman2018-01-131-0/+13
* | Merge pull request #10368 from eric-wieser/fix-10364Marten van Kerkwijk2018-01-121-3/+3
|\ \
| * | BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-111-3/+3
| |/
* | DOC: NumPy 1.14.0 release prep.Charles Harris2018-01-062-1/+503
* | 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
* Merge pull request #10159 from charris/update-1.14-notesCharles Harris2017-12-074-183/+365
|\
| * DOC: Update 1.14.0 release notes.Charles Harris2017-12-072-183/+227
| * DOC: Document the NumPy 1.13.3 release.Charles Harris2017-12-073-0/+138
| * make example backward compatablemattip2017-12-061-0/+4
* | DOC: Update macro names.Charles Harris2017-12-071-4/+4
* | make example backward compatablemattip2017-12-071-1/+10
|/
* return valuesmattip2017-12-061-2/+8
* document new API functionmattip2017-12-061-3/+13
* 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
* DOC: Add documentation for datetime_dataEric Wieser2017-11-271-0/+1
* DOC: Add documentation for datetime_as_stringEric Wieser2017-11-271-0/+6
* Merge pull request #10079 from mhvk/ufunc-doc-include-generalizedCharles Harris2017-11-271-10/+25
|\
| * DOC:: Clarify the two ufunc signature types.Charles Harris2017-11-271-1/+3
| * MAINT: Fix use of parenthesis. Charles Harris2017-11-271-1/+1
| * DOC: Update ufunc documentation to mention generalized ufuncs.Marten van Kerkwijk2017-11-251-9/+22
* | 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
* | | Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath.Kexuan Sun2017-11-251-2/+3
* | | Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath.Kexuan Sun2017-11-211-1/+7
| |/ |/|
* | ENH: Improve MaskedArray.__repr__Eric Wieser2017-11-201-0/+7
* | Merge pull request #10021 from eric-wieser/no-dtype-bool-reprAllan Haldane2017-11-184-5/+5
|\ \
| * | ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-134-5/+5