Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.10.1
/
doc
0d6d986
DOC: Create 1.10.1 release notes.
by Charles Harris
· 10 years ago
78497f4
DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master.
by Charles Harris
· 10 years ago
b3e390c
DOC: Add warning that the InnerStridesArray may change.
by Sebastian Berg
· 10 years ago
31003cb
DOC: synchronize 1.9.2 release notes with master
by Julian Taylor
· 10 years ago
ccb06f5
Merge pull request #6150 from charris/update-howto-release
by Charles Harris
· 10 years ago
1ac821f
DOC: fix typo
by endolith
· 10 years ago
de81da9
MAINT: fix broken and outdated link in HOWTO_DOCUMENT. Closes gh-6107.
by Ralf Gommers
· 10 years ago
5eeb3c4
Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups
by Charles Harris
· 10 years ago
acd85d5
MAINT: Continue to export some testing functions from ma.testutils.
by Charles Harris
· 10 years ago
7b0b5d1
MAINT: adapt parallel build option names to python3.5
by Julian Taylor
· 10 years ago
e9a7534
Merge pull request #6031 from pitrou/argmin_nat
by Jaime
· 10 years ago
f940a9e
DOC: Fix bad rst list formats in internals.code-explanations.rst.
by Charles Harris
· 10 years ago
dd5fd83
DOC: Remove reference to routines.ctypeslib.rst from index.rst.
by Charles Harris
· 10 years ago
a70842c
DOC: Remove a reference to __array_priority__.
by Charles Harris
· 10 years ago
276a4e1
DOC: Fix list markup in source/reference/arrays.ndarray.rst.
by Charles Harris
· 10 years ago
1393a57
DOC: Remove references to removed setasflat ndarray method.
by Charles Harris
· 10 years ago
6646bdf
DOC: Fix outdated sphinx directives.
by Charles Harris
· 10 years ago
50b12ec
Update release notes
by Antoine Pitrou
· 10 years ago
16cdeff
Merge pull request #5865 from jaimefrio/where_writeable
by Charles Harris
· 10 years ago
a320fd7
BUG: Added proper handling of median and percentile when nan's are present in array to close issue #586.
by empeeu
· 10 years ago
7576ae2
DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better.
by Charles Harris
· 10 years ago
949df02
DOC: Document bogus stride fix for release.
by Charles Harris
· 10 years ago
39b7b08
MAINT: Update version info for Numpy 1.10.
by Charles Harris
· 10 years ago
f0c898b
Merge pull request #5490 from charris/cleanup-gh-4986
by Charles Harris
· 10 years ago
4e5545f
DOC: Update docs.
by Gabor Kovacs
· 10 years ago
0bf3045
Merge pull request #5991 from charris/1.10-deprecated-removal-risky
by Charles Harris
· 10 years ago
81d53e4
ENH: Add a norm keyword and tests for fft transforms
by Joseph Martinot-Lagarde
· 10 years ago
bac2fdf
DEP,MAINT: Remove old_behavior keyword from numeric.correlate.
by Charles Harris
· 10 years ago
ec4e91b
DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.
by Charles Harris
· 10 years ago
e3b2bc0
Merge pull request #5990 from charris/1.10-deprecated-removal
by Charles Harris
· 10 years ago
e22ae74
MAINT: Rearrange 1.10-notes a bit.
by Charles Harris
· 10 years ago
e1693d4
DEP,MAINT: Remove support for a._format array printing.
by Charles Harris
· 10 years ago
3ed8030
DEP,MAINT: Remove try_run and get_output.
by Charles Harris
· 10 years ago
16f1622
DEP,MAINT: Remove deprecated splitcmdline.
by Charles Harris
· 10 years ago
f686192
DEP,MAINT: Raise IndexError if axis != 0 when concatenating 1-D arrays.
by Charles Harris
· 10 years ago
5b8ec89
DEP,MAINT: Remove deprecated functions from npy_3kcompat.h
by Charles Harris
· 10 years ago
a93b862
BUG: automatically convert recarray dtype to np.record
by Allan Haldane
· 10 years ago
1a4d943
BUG Ensure masked object arrays can always return single items.
by Marten van Kerkwijk
· 10 years ago
53b8c2a
MAINT: document change to bytestring index behavior
by Allan Haldane
· 10 years ago
7e04882
Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methods
by Charles Harris
· 10 years ago
899a2a2
Merge pull request #5964 from charris/fixup-gh-5864
by Charles Harris
· 10 years ago
6bf0e41
MAINT: Remove NotImplemented handling from ufuncs (almost)
by Nathaniel J. Smith
· 10 years ago
338d047
ENH: allow subclass overrides by removing explicit ndarray methods
by Marten van Kerkwijk
· 10 years ago
1a82c6d
DOC: Extend github source links to line ranges
by Jan Schlüter
· 10 years ago
24fcc25
DOC: Mention support for the '@' operator in the 1.10 release notes.
by Charles Harris
· 10 years ago
91e8cd2
DOC: Document '@' and matmul.
by Charles Harris
· 10 years ago
36b9404
Merge pull request #4586 from mhvk/ma/subclass-item-setting-getting
by Charles Harris
· 10 years ago
0794d8f
Merge pull request #5914 from sirtom67/master
by Charles Harris
· 10 years ago
929e41d
DOC: add nanmedian/nanpercentile to reference docs
by Joris Van den Bossche
· 10 years ago
a49ad15
New typemap for in-place arrays of arbitrary number of dimensions:
by Tom Krauss
· 10 years ago
fd720e1
Merge pull request #5913 from charris/minor-gitwash-correction
by Jaime
· 10 years ago
21c59aa
DOC: Commit message lines should not excede 72 characters.
by Charles Harris
· 10 years ago
780cd6e
BUG: np.nonzero behaving differently for 1-D arrays
by Jaime Fernandez
· 10 years ago
9ceb5cd
Merge pull request #4960 from tpoole/weighted_cov
by Charles Harris
· 10 years ago
d87d2ca
ENH: add 'fweights' and 'aweights' arguments to covariance calculations.
by tpoole
· 10 years ago
18c89db
Merge pull request #5605 from shoyer/stack
by Charles Harris
· 10 years ago
93d3b8d
ENH: add np.stack
by Stephan Hoyer
· 10 years ago
498acae
DOC: Document string dtype descriptor behavior
by Jaime Fernandez
· 10 years ago
d3a2991
DOC: Document changes in #5840 and #5841 in release notes
by Jaime Fernandez
· 10 years ago
b282d2a
Merge pull request #5791 from charris/indexing-explanations-cleanup
by Charles Harris
· 10 years ago
0d31348
MAINT: Spelling and style fixes to internals.code-explanations.rst.
by Charles Harris
· 10 years ago
a8b1c0c
Merge pull request #5597 from zerothi/ENH-distutils
by Charles Harris
· 10 years ago
6981594
DOC: Update indexing implementation explanations.
by Sebastian Berg
· 10 years ago
7a84c56
ENH: Let MaskedArray getter, setter respect baseclass overrides
by Marten van Kerkwijk
· 10 years ago
cca2c1a
ENH: cache dtype.__hash__
by Antoine Pitrou
· 10 years ago
8d47d69
ENH sync ndarray methods doc/args with numpy function doc/args
by Allan Haldane
· 10 years ago
59be917
Merge pull request #5683 from matthew-brett/deprecate-bias-ddof
by Charles Harris
· 10 years ago
dafb597
DOC: add array2string to reference guide and explain relation to array_repr/str
by Ralf Gommers
· 10 years ago
594c64c
ENH: deprecate bias and ddof arguments to corrcoef
by Matthew Brett
· 10 years ago
c60f1c6
Merge pull request #5682 from matthew-brett/add-clear-catch-warnings-cm
by Charles Harris
· 10 years ago
4c9e5bd
DOC: `clear_and_catch_warnings` release note
by Matthew Brett
· 10 years ago
cb2405f
DOC: 'signature' preferred over 'sig' as ufunc keyword argument
by Jaime Fernandez
· 10 years ago
3a39a0e
ENH: Strict checking of ufunc keyword argument names
by Jaime Fernandez
· 10 years ago
0784049
DOC: adjust wording of random data note
by endolith
· 10 years ago
82c03c2
Add note about random seeds
by endolith
· 10 years ago
f932388
DOC: update release notes vs np.load, np.save pickle kwargs
by Pauli Virtanen
· 10 years ago
bc034dc
Merge pull request #5621 from jaimefrio/ufunc_out_tuple
by Charles Harris
· 10 years ago
bb3ae05
ENH: ufuncs can take a tuple of arrays as 'out' kwarg
by Jaime Fernandez
· 10 years ago
f6853ed
Merge pull request #5627 from gertingold/slogdet
by Charles Harris
· 10 years ago
1b9813c
DOC: Give version when various linalg functions accepted stacked arrays.
by Gert-Ludwig Ingold
· 10 years ago
2c3ef4c
BUG: genfromtxt gave OverflorError for large integers
by Thomas Robitaille
· 10 years ago
05b5335
ENH: add broadcast_to function
by Stephan Hoyer
· 11 years ago
98add16
ENH: rpath and runtime_library_dirs equivalent
by Nick Papior Andersen
· 11 years ago
f917960
BUG: PEP corrections and streamlined with numpy dev line
by Nick Papior Andersen
· 11 years ago
e87ad6e
ENH: Added tests to the extra options read in
by Nick Papior Andersen
· 11 years ago
c2681a5
DOC: Update release notes on allclose/isclose changes.
by chebee7i
· 11 years ago
172ad3e
Merge pull request #5440 from chebee7i/yieldssection
by Charles Harris
· 11 years ago
ec116c4
DOC: Mention numpydoc 0.6.
by chebee7i
· 11 years ago
d64d4a5
DOC: Replace "Parameters" with "Returns".
by chebee7i
· 11 years ago
0516465
DOC: Document loadtxt support for float.hex float representation.
by Charles Harris
· 11 years ago
35d01b2
Merge pull request #5518 from charris/simple-gh-3010
by Charles Harris
· 11 years ago
f9c3776
DOC: Document changes in npymath library.
by Charles Harris
· 11 years ago
72f409c
Merge pull request #5536 from stefaneng/patch-1
by Charles Harris
· 11 years ago
4cccb9b
SWIG testing: clarify location and number of tests
by Sandro Tosi
· 11 years ago
c09d8dc
genfromtxt example in user docs missing delimiter
by Stefan Eng
· 11 years ago
6a92319
Correct my email address
by Blake Griffith
· 11 years ago
b3f0d25
DOC: Update PyArray_ArrFuncs documentation
by jaimefrio
· 11 years ago
a7743d4
DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterface
by jaimefrio
· 11 years ago
fbcc24f
Merge pull request #5505 from ahaldane/recarray_returntype
by Charles Harris
· 11 years ago
3cd9e73
BUG: Fix recarray getattr and getindex return types
by Allan Haldane
· 11 years ago
Next »