Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.10.3
/
numpy
/
doc
tag
b617b914db4fd9da3b6d19db634e2813754c2c77
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed Jan 06 22:41:21 2016
object
ea8aa221f98d0bbd24884e9d6e31fbb613f478f1
Numpy 1.10.3 release
f5e9adb
DOC: Fix docstring warnings in documetation generation.
by Charles Harris
· 10 years ago
4e5545f
DOC: Update docs.
by Gabor Kovacs
· 10 years ago
a93b862
BUG: automatically convert recarray dtype to np.record
by Allan Haldane
· 10 years ago
eb4c08d
DOC: Fix typo and some grammar
by Vraj Mohan
· 10 years ago
73a74e9
BUG: recarray __repr__ gives inaccurate representation
by Allan Haldane
· 11 years ago
3cd9e73
BUG: Fix recarray getattr and getindex return types
by Allan Haldane
· 11 years ago
1bd0b4e
DOC: improve record/structured array nomenclature & guide
by Allan Haldane
· 11 years ago
f107a98
DOC note the effect of #1866 in byteorder discussion
by Joel Nothman
· 11 years ago
d7f7616
DOC: clean up docs in userguide for interfacing to compiled code a bit.
by Ralf Gommers
· 11 years ago
9b68fe7
Update link to EricsBroadcastingDoc
by Roman Nekhoroshev
· 11 years ago
9573f78
Merge pull request #4362 from njsmith/master
by Charles Harris
· 11 years ago
f8bcb88
[DOC] Fix small inaccuracy in broadcasting docs
by njsmith
· 11 years ago
2facd5c
ENH: add tobytes and stop using tostring in documentation
by Julian Taylor
· 12 years ago
0debb6b
DOC: further tweaks to boolean indexing doc to improve clarity
by Gary Oberbrunner
· 12 years ago
a5038d9
DOC: further improvements for boolean array indexing doc
by Gary Oberbrunner
· 12 years ago
acfe123
DOC: Improved doc for boolean array indexing
by Gary Oberbrunner
· 12 years ago
e1e021d
DOC: Add an example of casting array type and byte order using astype.
by Miguel de Val-Borro
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
eacca11
DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.
by Jesús Gómez
· 12 years ago
c0a61b2
Update structured_arrays.py
by hklemm
· 12 years ago
7ece0dd
DOC: Clarify and add C-compatible integer types to list of dtypes
by Sebastian Berg
· 12 years ago
dec4f4b
MAINT: Apply 2to3 idioms fixer.
by Charles Harris
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 12 years ago
9e7f462
DOC: Add missing minus sign
by Ondřej Čertík
· 13 years ago
1451b41
DOC: fix build issues (with latex or newest sphinx)
by Pauli Virtanen
· 14 years ago
dc22394
ENH: Change the default error handling to warn instead of print, except for underflow, which remains ignored.
by Robert Kern
· 14 years ago
51b5c58
DOC: add a few more wiki edits, and move umath docs to correct place.
by rgommers
· 14 years ago
7ef5d60
DOC: merge wiki changes, structured array doc.
by rgommers
· 14 years ago
9b72aa9
DOC: core: Update docs for half/float16 type
by Mark Wiebe
· 15 years ago
1c71673
updated documentation from pydoc website (thanks to everyone who contributed!)
by Jarrod Millman
· 16 years ago
e2bb094
more docstring updates from pydoc website (thanks to everyone who contributed!)
by Jarrod Millman
· 16 years ago
4717bd0
small doctest fixes
by Paul Ivanov
· 16 years ago
e4f233e
fixed a whole bunch of doctests
by Paul Ivanov
· 16 years ago
7e61011
Remove unnecessary variables from doc.constants (from Ralf Gommers).
by Pauli Virtanen
· 16 years ago
295e24a
doc.constants: work around some Sphinx formatting issues
by Pauli Virtanen
· 16 years ago
3cebdec
Proper escaping in doc.byteswapping
by Pauli Virtanen
· 16 years ago
7e04bd5
Small doc rephrase
by Matthew Brett
· 16 years ago
3e1dd88
ENH: add byteswapping tutorial
by Matthew Brett
· 16 years ago
94b196f
Docstring update: numpy.doc
by Pauli Virtanen
· 16 years ago
0abf640
fix a minor mistake in the previous commit
by Darren Dale
· 16 years ago
ae6aa8d
add comment about __array_prepare__ to 1.4 release notes
by Darren Dale
· 16 years ago
9e053da
add support for __array_prepare__
by Darren Dale
· 16 years ago
cf8817e
Fixing internal links
by Matthew Brett
· 16 years ago
f7ad19b
After thinking, a more general understanding of slicing etc
by Matthew Brett
· 16 years ago
c3c126b
and more tiny doc typos
by Matthew Brett
· 16 years ago
4028921
Experimenting with __array_wrap__
by Matthew Brett
· 16 years ago
aeb8d58
Tiny doc rearrangement
by Matthew Brett
· 16 years ago
53cd4c5
Further extension of doctests for inheritance
by Matthew Brett
· 16 years ago
782ad59
Small edits to subclassing doc to make classes more explicit
by Matthew Brett
· 16 years ago
377ade5
Moving more to doctests, more explanation of views, slices
by Matthew Brett
· 16 years ago
aee35b2
Moving some examples to doctest format; removed debugging cruft in example
by Matthew Brett
· 16 years ago
061580d
Some clearer explanation of __array_finalize__
by Matthew Brett
· 16 years ago
87fa5ae
Merge from doc wiki
by Pauli Virtanen
· 16 years ago
7b751f6
Merge from the doc wiki
by Pauli Virtanen
· 16 years ago
e8eb240
Document constants in numpy.doc.constants
by Pauli Virtanen
· 17 years ago
18594cd
Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement)
by Pauli Virtanen
· 17 years ago
d29107a
reindenting prior to release
by Jarrod Millman
· 17 years ago
c84e0c0
Import documentation topic modules when numpy.doc is imported, so that they are easier to use. Add instructions how to view each topic.
by Pauli Virtanen
· 17 years ago
6aa2c46
Point to example
by Matthew Brett
· 17 years ago
4f7b154
Document on subclassing
by Matthew Brett
· 17 years ago
46facee
Move book to docs directory.
by Stefan van der Walt
· 17 years ago
5c86844
Move documentation outside of source tree. Remove `doc` import from __init__.
by Stefan van der Walt
· 17 years ago
a172a77
Add Guide to NumPy to numpy svn.
by Travis Oliphant
· 17 years ago
96a6fcc
Correctly handle Fortran-contiguous arrays in SWIG wrappers.
by Stefan van der Walt
· 17 years ago
6647bf7
Merge from documentation editor.
by Stefan van der Walt
· 17 years ago
7a47bfa
Add numpy.doc.jargon entry.
by Stefan van der Walt
· 17 years ago
9ad992f
Add place-holder for doc.glossary.
by Stefan van der Walt
· 17 years ago
f2abd63
Sort numpy.doc names.
by Stefan van der Walt
· 17 years ago
9a27253
Add stubs for reference documentation.
by Stefan van der Walt
· 17 years ago
88b409f
Fix example docstring.
by Stefan van der Walt
· 17 years ago
c114dd8
Add numpy.doc topical documentation framework.
by Stefan van der Walt
· 17 years ago
757b1fb
Example of real docstring.
by Stefan van der Walt
· 17 years ago
c8f88c0
Clean up test output such that a completely-passing test suite has no extraneous output.
by Robert Kern
· 17 years ago
af7f89e
Restore old test framework classes.
by Alan McIntyre
· 17 years ago
d2d7e7f
Put import_array() back into the .pyx file.
by Fernando Perez
· 17 years ago
e4b8851
Move the import_array() call directly into c_numpy.pxd.
by Fernando Perez
· 17 years ago
a5f0cf1
Use a colon instead of a semi-colon to separate index levels.
by Stefan van der Walt
· 17 years ago
ab3df7f
Updated Cython code to use .pxd files with cimport instead of .pxi/include.
by Fernando Perez
· 17 years ago
1a4abae
Add `Methods` section to documentation standard.
by Stefan van der Walt
· 17 years ago
3a917b8
Update documentation standard.
by Stefan van der Walt
· 17 years ago
c331857
Switched to use nose to run tests. Added test and bench functions to all modules.
by Alan McIntyre
· 17 years ago
327a4d2
How to use variables in math markup.
by Stefan van der Walt
· 17 years ago
4bf8efd
Update examples section.
by Stefan van der Walt
· 17 years ago
6cdeb71
Update documentation standard.
by Stefan van der Walt
· 17 years ago
e66e9ca
Spell out namespace convention in Examples and See Also sections in docstrings
by Pauli Virtanen
· 17 years ago
9525f46
fixed whitespace w/ reindent
by Jarrod Millman
· 17 years ago
51adbb4
Indexing tag was correct. Revert.
by Stefan van der Walt
· 17 years ago
b4e7ec3
Fix typo in indexing tag.
by Stefan van der Walt
· 17 years ago
fa66a9b
Minor update to example docstring.
by Stefan van der Walt
· 17 years ago
4ee16c3
Update documentation format and example.
by Stefan van der Walt
· 17 years ago
4116872
Update example. Fix reference.
by Stefan van der Walt
· 17 years ago
a715ab0
Update documentation standard.
by Stefan van der Walt
· 17 years ago
96b7ac6
Replace tabs with spaces.
by Charles Harris
· 17 years ago
0f714da
Remove trailing whitespace.
by Charles Harris
· 17 years ago
54a6ea5
Remove trailing whitespace.
by Charles Harris
· 17 years ago
1e17c6a
Fix grammar.
by Charles Harris
· 17 years ago
8c66331
ran reindent in preparation for the 1.1 release
by Jarrod Millman
· 17 years ago
f7e4d33
adding abreviation for pyplot
by Jarrod Millman
· 17 years ago
Next »