Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
/
numpy
/
doc
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
08469bb
BUG: 1.14 multifield-indexing adds padding bytes
by Allan Haldane
· 8 years ago
ac6b1a9
ENH: don't show boolean dtype, as it is implied
by Eric Wieser
· 8 years ago
de26584
Merge pull request #9056 from ahaldane/structure_docs
by Charles Harris
· 8 years ago
a08da3f
DOC: update structured array docs to reflect #6053, fixups
by Allan Haldane
· 8 years ago
c43e0e5
DOC: update structured array docs to reflect #6053
by Allan Haldane
· 8 years ago
3d3ec00
DOC: fix operation plural in along axis glossary
by Steven Maude
· 8 years ago
d03de27
DOC: Replace PyFITS reference with Astropy and PyTables with h5py
by Michael Seifert
· 8 years ago
d12b8d8
DOC, BUG: Fix Python 3.6 invalid escape sequence.
by Charles Harris
· 8 years ago
0192129
Merge branch 'master' into fix-note-on-quad-prec
by Charles Harris
· 8 years ago
1f291b8
Merge pull request #9422 from deniederhut/doc/types-formatting
by Charles Harris
· 8 years ago
01d5886
DOC: reverts some escapes [ci-skip]
by Dillon Niederhut
· 8 years ago
b094453
DOC: Adding backslash between double-backtick and s.
by Danny Hermes
· 8 years ago
fb004f8
MAINT: Stop using the undocumented coercion-then-downcast feature of subdtype
by Eric Wieser
· 8 years ago
2b781f8
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
by Eric Wieser
· 8 years ago
3d58387
DOC: removes extraneous whitespace with escapes
by Dillon Niederhut
· 8 years ago
ec3710f
DOC: correct formatting of basic.types.html
by Dillon Niederhut
· 8 years ago
34075a5
DOC: BLD: fix lots of Sphinx warnings/errors.
by Ralf Gommers
· 8 years ago
cbaa809
MAINT: Don't internally use the one-argument where
by Eric Wieser
· 8 years ago
ca49f0b
DOC: update documentation allowing tuple of one in reduce, etc.
by Marten van Kerkwijk
· 8 years ago
a431743
BUG: Support nout == 0 and at method
by Eric Wieser
· 8 years ago
1fc6e63
DOC,TST: clarify example of ndarray subclass using __array_ufunc__
by Marten van Kerkwijk
· 8 years ago
5f9252c
DOC: implement many smaller and bigger changes suggested in review.
by Marten van Kerkwijk
· 8 years ago
6b41d11
DOC: clarify use of super and getattr
by Marten van Kerkwijk
· 8 years ago
71201d2
DOC: Describe __array_func__ in subclassing
by Marten van Kerkwijk
· 8 years ago
6a3ca31
DOC: describe current implementation of __array_ufunc__.
by Marten van Kerkwijk
· 8 years ago
498cd6d
DOC: Removed broken link
by Jesse Thoren
· 8 years ago
6633f69
DOC: fix typo in 'Indexing Multi-dimensional arrays'
by Kirill Balunov
· 9 years ago
2a55233
DOC: change Numpy to NumPy in dosctrings and comments
by Pierre de Buyl
· 9 years ago
127ecd1
DOC: Update subclassing doc regarding downstream compat
by gfyoung
· 9 years ago
2556b9f
DOC: Fix more typos in docs and comments.
by Dongjoon Hyun
· 9 years ago
73a2fd1
MAINT: Fix some typos in a code string and comments
by Dongjoon Hyun
· 10 years ago
2b732ba
Fix number sequence
by Abdullah Alrasheed
· 10 years ago
e5d61d6
typo corrrected.
by Daniel
· 10 years ago
8bc592f
DOC: Use print only as function when print_function is imported from __future__
by gfyoung
· 10 years ago
9d63530
DOC: remove placeholders and incompleteness warnings
by Pauli Virtanen
· 10 years ago
088302a
DOC: be more emphatic about Windows and 64 bits
by Anne Archibald
· 10 years ago
edfe2f6
DOC describe the situation of extended precision in numpy
by Anne Archibald
· 10 years ago
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
Next »