summaryrefslogtreecommitdiff
path: root/numpy/doc
AgeCommit message (Expand)AuthorFilesLines
2018-03-10declare source code encodingguoci1-0/+1
2018-03-10add documentation for constantsguoci1-2/+24
2018-02-12Misc. typosluz.paz1-1/+1
2018-01-04More misc. typosluz.paz1-1/+1
2017-12-12DOC: fix minor typosUnknown1-3/+3
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser4-9/+9
2017-11-11Merge pull request #9056 from ahaldane/structure_docsCharles Harris1-193/+470
2017-11-09DOC: update structured array docs to reflect #6053, fixupsAllan Haldane1-56/+56
2017-11-09DOC: update structured array docs to reflect #6053Allan Haldane1-193/+470
2017-10-31DOC: fix operation plural in along axis glossarySteven Maude1-1/+1
2017-10-16DOC: Replace PyFITS reference with Astropy and PyTables with h5pyMichael Seifert1-2/+2
2017-08-13DOC, BUG: Fix Python 3.6 invalid escape sequence.Charles Harris1-2/+2
2017-08-12Merge branch 'master' into fix-note-on-quad-precCharles Harris1-2/+2
2017-08-12Merge pull request #9422 from deniederhut/doc/types-formattingCharles Harris1-2/+2
2017-08-11DOC: reverts some escapes [ci-skip]Dillon Niederhut1-2/+2
2017-08-11DOC: Adding backslash between double-backtick and s.Danny Hermes1-1/+1
2017-08-05MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser1-2/+2
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-1/+1
2017-07-27DOC: removes extraneous whitespace with escapesDillon Niederhut1-3/+3
2017-07-26DOC: correct formatting of basic.types.htmlDillon Niederhut1-3/+3
2017-06-10DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers3-39/+40
2017-06-03MAINT: Don't internally use the one-argument whereEric Wieser2-2/+3
2017-05-17DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk1-0/+2
2017-04-27BUG: Support nout == 0 and at methodEric Wieser1-1/+4
2017-04-27DOC,TST: clarify example of ndarray subclass using __array_ufunc__Marten van Kerkwijk1-7/+6
2017-04-27DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk1-15/+18
2017-04-27DOC: clarify use of super and getattrMarten van Kerkwijk1-11/+36
2017-04-27DOC: Describe __array_func__ in subclassingMarten van Kerkwijk1-33/+148
2017-04-27DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk1-0/+4
2017-02-23DOC: Removed broken linkJesse Thoren1-6/+0
2017-02-07DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov1-2/+2
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl9-26/+26
2016-08-11DOC: Update subclassing doc regarding downstream compatgfyoung1-0/+47
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun4-6/+6
2016-01-27MAINT: Fix some typos in a code string and commentsDongjoon Hyun2-2/+2
2016-01-14Fix number sequenceAbdullah Alrasheed1-4/+4
2015-12-23typo corrrected.Daniel1-1/+1
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung3-22/+22
2015-10-25DOC: remove placeholders and incompleteness warningsPauli Virtanen5-50/+0
2015-09-01DOC: be more emphatic about Windows and 64 bitsAnne Archibald1-7/+9
2015-09-01DOC describe the situation of extended precision in numpyAnne Archibald1-0/+37
2015-07-01DOC: Fix docstring warnings in documetation generation.Charles Harris1-5/+2
2015-06-21DOC: Update docs.Gabor Kovacs1-6/+8
2015-06-19BUG: automatically convert recarray dtype to np.recordAllan Haldane1-27/+13
2015-05-27DOC: Fix typo and some grammarVraj Mohan1-2/+2
2015-01-30BUG: recarray __repr__ gives inaccurate representationAllan Haldane1-1/+1
2015-01-26BUG: Fix recarray getattr and getindex return typesAllan Haldane1-0/+4
2015-01-22DOC: improve record/structured array nomenclature & guideAllan Haldane3-29/+114
2014-10-22DOC note the effect of #1866 in byteorder discussionJoel Nothman1-0/+9
2014-04-21DOC: clean up docs in userguide for interfacing to compiled code a bit.Ralf Gommers1-29/+26