Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
/
doc
/
source
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
8daad29
Merge pull request #10159 from charris/update-1.14-notes
by Charles Harris
· 8 years ago
14913ed
DOC: Update 1.14.0 release notes.
by Charles Harris
· 8 years ago
605cf1f
DOC: Document the NumPy 1.13.3 release.
by Charles Harris
· 8 years ago
3a76ffc
DOC: Update macro names.
by Charles Harris
· 8 years ago
1649929
make example backward compatable
by mattip
· 8 years ago
ae08584
make example backward compatable
by mattip
· 8 years ago
5b636c4
return values
by mattip
· 8 years ago
1ab78a5
document new API function
by mattip
· 8 years ago
0128827
DOC: Add documentation for datetime_data
by Eric Wieser
· 8 years ago
ddb61c2
DOC: Add documentation for datetime_as_string
by Eric Wieser
· 8 years ago
05b6505
DOC:: Clarify the two ufunc signature types.
by Charles Harris
· 8 years ago
f7347ab
MAINT: Fix use of parenthesis.
by Charles Harris
· 8 years ago
ebc8aef
DOC: Update ufunc documentation to mention generalized ufuncs.
by Marten van Kerkwijk
· 8 years ago
59f041a
Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath.
by Kexuan Sun
· 8 years ago
72ba6f1
Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath.
by Kexuan Sun
· 8 years ago
365fc9d
Merge pull request #10021 from eric-wieser/no-dtype-bool-repr
by Allan Haldane
· 8 years ago
c9fad87
DOC: Add copy of deprecated defindex.html template.
by Charles Harris
· 8 years ago
ac6b1a9
ENH: don't show boolean dtype, as it is implied
by Eric Wieser
· 8 years ago
87349f6
DOC: Add NEP to drop Python2.7 to documentation.
by Charles Harris
· 8 years ago
e7dd2b1
MAINT: Improve wording of documentation.
by Charles Harris
· 8 years ago
88f78ab
DOC: reword PyArray_DiscardWritebackIfCopy description
by mattip
· 8 years ago
1368cbb
DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639)
by Matti Picus
· 8 years ago
a2bddfa
Merge pull request #9953 from eric-wieser/add-unsized
by Charles Harris
· 8 years ago
a50f472
DOC: update documentation for dragon4
by Allan Haldane
· 8 years ago
7cfbaf6
MAINT: Add a PyDataType_ISUNSIZED macro
by Eric Wieser
· 8 years ago
47a8fbb
DOC: Refine SVD documentation (#9845)
by Toon Verstraelen
· 8 years ago
56a7c29
DOC: Some minor fixes regarding import_array
by Michael Seifert
· 8 years ago
6979040
DOC: update other MATLAB ode recommendation
by xoviat
· 8 years ago
ff93d4d
DOC: update scipy.integrate recommendation
by xoviat
· 8 years ago
aa7c336
DOC: Update after NumPy 1.13.2 release.
by Charles Harris
· 8 years ago
125572e
Merge pull request #9683 from MSeifert04/doc_add_polyutils
by Charles Harris
· 8 years ago
5b10de7
DOC: Add polyutils subpackage to reference documentation [skip ci]
by Michael Seifert
· 8 years ago
0d5d722
Fixing typo "Porland" -> "Portland" in `building` doc.
by Danny Hermes
· 8 years ago
ff8b298
Merge pull request #9643 from rgommers/council-members
by seberg
· 8 years ago
afc141d
DOC: add new steering council members.
by Ralf Gommers
· 8 years ago
71c000e
DOC: Simplify terminology
by Nathaniel J. Smith
· 8 years ago
a373d19
DOC: clarify wording in tutorial
by Nathaniel J. Smith
· 8 years ago
1ffaa20
DOC: removes broken docstring example (source code, png, pdf) links
by James Bourbeau
· 8 years ago
cc781ee
ENH: Show domain and window as kwargs in repr
by Eric Wieser
· 8 years ago
ada5d5c
Replace xrange by range in quickstart docs
by Matheus Portela
· 8 years ago
80e4105
Merge pull request #9426 from eric-wieser/add-einsum_path-doc
by Ralf Gommers
· 8 years ago
9d4d660
DOC: Add a link to einsum_path
by Eric Wieser
· 8 years ago
3484c83
Merge pull request #9407 from rgommers/testingdocs
by seberg
· 8 years ago
8024f8c
DOC: add ``suppress_warnings`` to the testing routine listing.
by Ralf Gommers
· 8 years ago
0793c81
Merge pull request #9392 from jaimefrio/updateifcopy_doc
by Julian Taylor
· 8 years ago
4a0f10f
Merge pull request #9389 from jaimefrio/newfromdescr_doc_link
by Julian Taylor
· 8 years ago
3f3317a
DOC: document how to free memory from PyArray_IntpConverter.
by Jaime Fernandez
· 8 years ago
eabe143
DOC: UPDATEIFCOPY raises an error if not an array.
by Jaime Fernandez
· 8 years ago
7121a4e
DOC: Fix reference, PyArray_DescrNew -> PyArray_NewFromDescr
by Jaime Fernandez
· 8 years ago
1cdc1fa
DOC: Document the internal workings of PY_ARRAY_UNIQUE_SYMBOL
by Jaime Fernandez
· 8 years ago
d084027
DOC: Fix missing asterisks in git development_setup doc page
by Andras Deak
· 8 years ago
0f0ded8
DOC: add @ operator in array vs. matrix comparison doc [skip ci]
by Michael Seifert
· 8 years ago
79402fd
DOC: update f2py front page and some doc build metadata.
by Ralf Gommers
· 8 years ago
e7143e7
DOC: Add isnat/positive ufunc to documentation [skip ci]
by Michael Seifert
· 8 years ago
34075a5
DOC: BLD: fix lots of Sphinx warnings/errors.
by Ralf Gommers
· 8 years ago
fa913a8
Merge pull request #5580 from jakirkham/fix_masked_array_views
by Charles Harris
· 8 years ago
1608e53
BUG: KeyboardInterrupt is swallowed all over the place
by Eric Wieser
· 8 years ago
090d46e
DOC: Remove all references to bigndarray (#9205)
by Konrad Kapp
· 8 years ago
9d48c35
git:// to https://
by Shitian Ni
· 8 years ago
cb731dc
updated development git document on protocols
by Shitian Ni
· 8 years ago
d0c15fa
Merge pull request #9149 from k-kapp/fix-issue-9148/master
by Charles Harris
· 8 years ago
1a1a211
DOC: Fixed broken link to scipy developer zone
by Nicholas Del Grosso
· 8 years ago
d1ff805
DOC: Fix some very minor spelling/grammar mistakes in docs (#9152)
by Konrad Kapp
· 8 years ago
e871d00
DOC: better link display text for Developer Zone.
by nickdg
· 8 years ago
f46fabb
DOC: Fix incorrect function signature in UFunc documentation.
by k_kapp@yahoo.com
· 8 years ago
d090484
DOC: Update ufunc documentation (#9141)
by Shitian Ni
· 8 years ago
ca49f0b
DOC: update documentation allowing tuple of one in reduce, etc.
by Marten van Kerkwijk
· 8 years ago
beb4ae2
Merge pull request #9026 from eric-wieser/ufunc_docstrings
by Charles Harris
· 8 years ago
ef56845
ENH: Spelling fixes
by Ville Skyttä
· 8 years ago
ba6c1af
DOC: Refer to main ufunc docs for kwargs
by Eric Wieser
· 8 years ago
c9d1f9e
ENH: add np.divmod ufunc
by Stephan Hoyer
· 8 years ago
491ddf4
Merge pull request #9024 from zengi/patch-1
by Charles Harris
· 8 years ago
0c33b29
Merge pull request #9039 from eric-wieser/as-strided_docs
by Charles Harris
· 8 years ago
69b0c42
ENH: Add isin, genereralizing in1d to ND arrays (#8423)
by B R S Recht
· 8 years ago
02805d8
DOC: actually produce docs for as_strided
by Eric Wieser
· 8 years ago
d46df62
Merge pull request #8967 from shoyer/positive
by Eric Wieser
· 8 years ago
8db9662
ENH: add np.positive ufunc and use it for ndarray.__pos__
by Stephan Hoyer
· 8 years ago
777534d
DOC: update docs for __array_ufunc__ = None
by Stephan Hoyer
· 8 years ago
de6b269
Correction in default stop index value for negative stepping.
by zengi
· 8 years ago
d3ff023
DOC: clarify recommendations for subclasses, deprecations.
by Marten van Kerkwijk
· 8 years ago
02600d3
ENH: Add NDArrayOperatorsMixin mixin class.
by Stephan Hoyer
· 8 years ago
36e8494
REVERT: remove __array_ufunc__ override for np.matmul.
by Marten van Kerkwijk
· 8 years ago
2b6c7fd
REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.
by Marten van Kerkwijk
· 8 years ago
856da73
DOC: remove left-over piece discussing binops
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
1147894
MAINT: Update array_ufunc NEP.
by Pauli Virtanen
· 8 years ago
71201d2
DOC: Describe __array_func__ in subclassing
by Marten van Kerkwijk
· 8 years ago
79bb733
DOC: Style and sphinx fixes for arrays.classes.rst.
by Charles Harris
· 8 years ago
6a3ca31
DOC: describe current implementation of __array_ufunc__.
by Marten van Kerkwijk
· 8 years ago
c7b25e2
ENH: Remove position arg from __array_ufunc__.
by Charles Harris
· 8 years ago
fcd11d2
ENH: Rename __numpy_ufunc__ to __array_ufunc__.
by Charles Harris
· 8 years ago
cb640fa
Merge pull request #8942 from juliantaylor/string-doc
by Eric Wieser
· 8 years ago
0107956
DOC: stop refering to 'S' dtype as string
by Julian Taylor
· 8 years ago
f5c27d4
ENH: Add a block function for creating stacked block arrays.
by Stefan Otte
· 8 years ago
f81a7a3
DEP: Remove alter/restore dot methods
by Mads Ohm Larsen
· 8 years ago
f59df3a
DOC: Fix incorrect call to set_printoptions
by Eric Wieser
· 8 years ago
dde4ac0
DOC: fix links to flags
by Eric Wieser
· 8 years ago
eb6bbc8
DOC: Add missing context argument
by Eric Wieser
· 8 years ago
77eab40
Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warnings
by Eric Wieser
· 8 years ago
Next »