Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.0
/
doc
/
source
c2fc934
DOC: fix signature of NpyIter_GetIterNext in capi doc
by Julian Taylor
· 12 years ago
481bf95
Merge pull request #3744 from juliantaylor/doc-update-1.8.x
by Charles Harris
· 12 years ago
1816fa0
DOC: add isclose and partition to reference and link some docs
by Julian Taylor
· 12 years ago
2863c82
DOC: Make savez_compressed show up in the documentation.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
b440929
Update docs
by Jay Bourque
· 12 years ago
f63eb17
Add documentation for new 'at' ufunc method
by Jay Bourque
· 12 years ago
c7dd1e5
MAINT: Refactor nanfunctions.
by Charles Harris
· 12 years ago
9c4c1c4
ENH: add quickselect algorithm and expose it via partition
by Julian Taylor
· 12 years ago
83a3daf
BUG: Document that numpy.int_ doesn't inherit from int on Py3k
by Yury V. Zaytsev
· 12 years ago
b2de377
Fix documentation description of loop spam in interactive interpreter
by Eric Price
· 12 years ago
fb416a0
MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst.
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
b307a8a
Merge branch 'numpy-swig' into gh-3451
by Charles Harris
· 12 years ago
bf0134d
DOC: put release notes in inverse order
by Pauli Virtanen
· 12 years ago
df21983
DOC: use the new scipy-sphinx-theme in the documentation
by Pauli Virtanen
· 12 years ago
cb7c7be
Corrected typos in documentation for PyArray_GETPTR1.
by Daniel
· 12 years ago
f70632f
Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24)
by Egor Zindy
· 12 years ago
3e95144
Fix minor typos in Polynomial class documentation
by Kumar Appaiah
· 12 years ago
0155f8d
DOC: add missing release notes to the reference guide.
by Ralf Gommers
· 12 years ago
ab2741a
DOC: remove module index from reference guide.
by Ralf Gommers
· 12 years ago
0a079b0
DOC: add fmax/fmin to ufuncs list and math routines list
by endolith
· 12 years ago
d85f7aa
Another name change to RegisterLoopForDescr
by Jay Bourque
· 12 years ago
c2f30f9
Change name of RegisterLoopForStructType to RegisterLoopByDescr
by Jay Bourque
· 12 years ago
0e4e930
Update c-api documentation
by Jay Bourque
· 12 years ago
4a1736a
Merge pull request #2701 from seberg/indexing
by seberg
· 12 years ago
1a28542
Update c api documentation
by Jay Bourque
· 12 years ago
1975606
Merge pull request #3220 from pv/linalg-gu
by Charles Harris
· 12 years ago
5b9da00
DOC: Advanced indexing using np.newaxes
by Sebastian Berg
· 12 years ago
5c8b89c
DOC: Document NPY_RELAXED_STRIDES_CHECKING changes
by Sebastian Berg
· 12 years ago
f0a78c7
DOC: document the behavior of generalized N-dim linear algebra functions
by Pauli Virtanen
· 12 years ago
2f7de03
DOC: incorporate @charris' suggestions
by Paul Ivanov
· 12 years ago
7fe071c
DOC: point to the github issues page
by Paul Ivanov
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
a939f2a
Merge pull request #3178 from charris/2to3-apply-import-fixer
by njsmith
· 12 years ago
d3edb4e
Merge pull request #3104 from seberg/nditer-allow-0d
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
179985f
Updated numpy.i testing documentation
by Bill Spotz
· 12 years ago
897f335
Updated the numpy.i documentation
by Bill Spotz
· 12 years ago
5a3ecaf
DOC: Add mention of PyArray_SetBaseObject stealing a reference
by Mark Wiebe
· 13 years ago
b66a15e
DOC: Add documentation clarifying the use of oa_ndim
by Sebastian Berg
· 13 years ago
b73eaab
Add texinfo build target for document
by Takafumi Arakaki
· 13 years ago
398b076
DOC: Remove documentation of non-existing advanced iter NA flags.
by Sebastian Berg
· 13 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 13 years ago
9d8722b
DOC: fix doc/source/conf.py to work with Python 3
by Pauli Virtanen
· 13 years ago
cc83253
MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcode
by Pauli Virtanen
· 13 years ago
864353e
move to www.numpy.org
by Sandro Tosi
· 13 years ago
0022325
Merge pull request #455 from rgommers/devguide-update
by Charles Harris
· 13 years ago
c906fdc
DOC: expand sections on commit messages and merging/rebasing in the devguide.
by Ralf Gommers
· 13 years ago
0dd5a76
DOC: one more edit to the dev-guide.
by Ralf Gommers
· 13 years ago
936fb7c
DOC: remove section "Patching" from dev-guide.
by Ralf Gommers
· 13 years ago
32d13f6
DOC: a few edits to make "Development Workflow" in the dev guide clearer.
by Ralf Gommers
· 13 years ago
5a6601a
DOC: document in dev-guide how to write a good commit message.
by Ralf Gommers
· 13 years ago
cea0a20
FIX: Transition scheme for safer in-place ufunc operations
by Nathaniel J. Smith
· 13 years ago
ead9e09
Use PyMODINIT_FUNC and update docs accordingly.
by cgohlke
· 13 years ago
bc9c0a9
Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert_array_max_ulp into the numpy testing reference documentation.
by Matt Davis
· 13 years ago
bc10053
Merge pull request #350 from jayvius/get-view2
by Travis E. Oliphant
· 13 years ago
c83e5b6
Merge pull request #327 from teoliphant/restore_api
by Travis E. Oliphant
· 13 years ago
a03e8b4
change DeprecationWarning to FutureWarning
by Jay Bourque
· 13 years ago
781468b
Updated reference docs for DeprecationWarning
by Jay Bourque
· 13 years ago
b8a2ea7
DOC: Update API description with suggestions from charris.
by Travis E. Oliphant
· 13 years ago
93e42dd
DOC: update language of C-API deprecations.
by Travis E. Oliphant
· 13 years ago
f369ed6
Merge pull request #332 from nouiz/fillwbyte_doc
by Charles Harris
· 13 years ago
0d59c78
better new doc sentence following code review.
by Frederic
· 13 years ago
6f335e0
Fix-up deprecations language.
by Travis E. Oliphant
· 13 years ago
9a4ef17
Fix the deprecations language.
by Travis E. Oliphant
· 13 years ago
2c9981b
DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).
by Ralf Gommers
· 13 years ago
5df8f24
DOC: merge wiki docs - edits under doc/.
by Ralf Gommers
· 13 years ago
b009f97
Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous.
by Frederic
· 13 years ago
b272bc6
Remove maskna API from ndarray, and all (and only) the code supporting it
by Nathaniel J. Smith
· 13 years ago
b081857
MAINT: port release notes and release script changes from 1.6.x.
by Ralf Gommers
· 13 years ago
d7d6b6c
Stress that all array creation C functions steals a reference to descr.
by Francesc Alted
· 13 years ago
bb50db6
DOC: Add a section documenting 1.6/1.7 datetime64 differences
by Mark Wiebe
· 13 years ago
d73c036
DOC: Update documentation and release notes about C-API deprecations
by Mark Wiebe
· 13 years ago
7270d9e
ENH: Add module containing functions for padding n-dimensional arrays.
by tim cera
· 13 years ago
0168296
DOC: label datetime support as experimental. Closes #2072.
by Ralf Gommers
· 13 years ago
41f7d21
DOC: label the current NA implementation as experimental in 1.7.x
by Ralf Gommers
· 13 years ago
39029f5
DOC: generate links to source code
by Pauli Virtanen
· 14 years ago
f4dd54a
DOC: merge wiki doc edits.
by Ralf Gommers
· 14 years ago
28214cf
DOC: Replace references to macros in old_defines with new.
by Charles Harris
· 14 years ago
4364975
DOC: Improve numpy reference documentation of polynomial classes.
by Charles Harris
· 14 years ago
d3ac8f7
DOC: Document the use of the polynomial convenience classes.
by Charles Harris
· 14 years ago
9d40c7c
DOC: Lower toc number of levels.
by Charles Harris
· 14 years ago
08c8c54
DOC: Add version added to some of the polynomial package modules.
by Charles Harris
· 14 years ago
6bc4374
BUG: Fix up links to classes.
by Charles Harris
· 14 years ago
2e6ef35
DOC: Rearrange the polynomial documents.
by Charles Harris
· 14 years ago
67f24e8
FIX: Changed named to choice, reverted other changes.
by Chris Jordan-Squire
· 14 years ago
8b6c850
ENH: New sample function, bugs in tests fixed
by Chris Jordan-Squire
· 14 years ago
10fac98
ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer for legacy code
by Mark Wiebe
· 14 years ago
f818910
DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatterns
by Mark Wiebe
· 14 years ago
e4a1c55
DOC: missingdata: Updates from pull request feedback
by Mark Wiebe
· 14 years ago
0bfefe3
DOC: missingdata: Updates based on pull request feedback
by Mark Wiebe
· 14 years ago
6706908
DOC: missingdata: Also show what assigning a non-NA value does in each case
by Mark Wiebe
· 14 years ago
b64ace5
DOC: missingdata: Add introductory documentation for NA-masked arrays
by Mark Wiebe
· 14 years ago
3e32ef2
DOC: missingdata: Some tweaks to the NA mask documentation
by Mark Wiebe
· 14 years ago
770c94e
DOC: missingdata: Add example of a C-API function supporting NA masks
by Mark Wiebe
· 14 years ago
847404a
DOC: missingdata: Documenting C API for NA-masked arrays
by Mark Wiebe
· 14 years ago
3710f2b
DOC: nditer: Document NpyIter_IsFirstVisit function
by Mark Wiebe
· 14 years ago
bfda229
ENH: missingdata: Create count_reduce_items function
by Mark Wiebe
· 14 years ago
Next »