Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.15.3
/
doc
tag
d80d4987f4c1997d44431f035cf7fe9327642192
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Oct 22 16:57:58 2018
object
f82c2b62d18b381baefc30f8e8d7788d08a0bd16
NumPy 1.15.3 release
3d646cb
DOC: Prepare for NumPy 1.15.3 release.
by Charles Harris
· 7 years ago
12a6e17
DOC, REL: Prepare for NumPy 1.15.2 release.[ci skip]
by Charles Harris
· 7 years ago
a0f5c30
DOC: Prepare for NumPy 1.15.1 release.
by Charles Harris
· 7 years ago
07c4cd6
BUG: cython sometimes emits invalid gcc attribute
by mattip
· 7 years ago
7c49cfa
BUG: Fix doc source links to unwrap decorators
by Eric Wieser
· 7 years ago
ccfbcc1
REL: NumPy 1.15.0 release.
by Charles Harris
· 7 years ago
v1.15.0
8447d18
DOC: link to TESTS.rst.txt testing guidelines, tweak testing docs
by mattip
· 7 years ago
7af0de9
DOC: Update the 1.15.0 release notes.
by Charles Harris
· 7 years ago
a44b61c
Merge pull request #11529 from eric-wieser/histogramdd-density-no-deprecation
by Charles Harris
· 7 years ago
8ea9e8b
MAINT: Rename histogramdd's normed argument to density, to match histogram
by Eric Wieser
· 7 years ago
9ec2091
DOC: remove NpyIter_Close from release notes
by mattip
· 7 years ago
d5c8e01
ENH: Remove NpyIter_Close
by mattip
· 7 years ago
afb82c2
DOC: document new functions
by mattip
· 7 years ago
816c22c
Merge pull request #11352 from eric-wieser/deprecate-normed-1.15.0
by Charles Harris
· 7 years ago
494e96a
DEP: Actually deprecate the normed argument to histogram
by Eric Wieser
· 7 years ago
07543cc
DOC: Update release notes for 1.15.0.
by Charles Harris
· 7 years ago
e08eced
MAINT: push back multifield copy->view changes to 1.16
by Allan Haldane
· 7 years ago
0c34d3d
Merge pull request #11222 from hmaarrfk/documentation_nditer
by Charles Harris
· 7 years ago
bfaaf9d
Merge pull request #10970 from eric-wieser/cut-down-ctypeslib
by Charles Harris
· 7 years ago
57d17c3
Merge pull request #11018 from mhvk/gufunc-axis-and-keepdims
by Charles Harris
· 7 years ago
41d306a
Merge pull request #10444 from ahaldane/dragon4_otherformats_split
by Charles Harris
· 7 years ago
c5ef411
DOC: Add release note about __array_ufunc__.
by Marten van Kerkwijk
· 7 years ago
2abef6c
DOC: Describe new axis argument.
by Marten van Kerkwijk
· 7 years ago
e782814
ENH: add "axis" argument to generalized ufuncs.
by Marten van Kerkwijk
· 7 years ago
afb3dd8
DOC: Update master after NumPy 1.14.4 release.
by Charles Harris
· 7 years ago
cdc6b68
BUG: Implement float128 dragon4 for IBM double-double (ppc64)
by Allan Haldane
· 7 years ago
f226d8b
DOC: show how to generate release notes in release walkthrough
by Allan Haldane
· 7 years ago
5959bb6
Updated with correct end
by Mark Harfouche
· 7 years ago
69c7f32
NEP: New RNG policy
by Robert Kern
· 7 years ago
d74f4c5
Merge pull request #11146 from mattip/nep-split-out-maskedarray
by Charles Harris
· 7 years ago
ceff8dd
Merge pull request #11225 from mattip/document-recfunctions
by Charles Harris
· 7 years ago
53931bd
defer the NEP, summarize and link to discussion, fix template
by mattip
· 7 years ago
c0eafc1
DOC: add a NEP to split MaskedArray into a seperate package
by mattip
· 7 years ago
0646f01
fixes from review
by mattip
· 7 years ago
5790955
NEP: add 'rst' to nep filename, fixup urls
by mattip
· 7 years ago
1c50f24
Merge pull request #11189 from mrocklin/nep-array-function-protocol
by Matti Picus
· 7 years ago
2f43a3e
DOC: add existing recfunctions documentation to output
by mattip
· 7 years ago
64b8ccc
Reference doc to nditer is python3 friendly
by Mark Harfouche
· 7 years ago
c902049
rename array function protocol to 0018
by Matthew Rocklin
· 7 years ago
71c969b
minor edits
by Matthew Rocklin
· 7 years ago
8876bf2
Fix shape=kwargs typo
by Stephan Hoyer
· 7 years ago
56f79a5
Fix typo
by Stephan Hoyer
· 7 years ago
1ce01f1
Minor updates
by Stephan Hoyer
· 7 years ago
98ef298
Update NEP0 to clarify that discussion should happen on mailing list
by Stefan van der Walt
· 7 years ago
3f62b34
Remove extra "Author:"
by Stephan Hoyer
· 7 years ago
2d0ee48
Merge branch 'master' into npzfile-mappin
by Eric Wieser
· 7 years ago
6246cf1
Merge pull request #11177 from mhvk/gufunc-docs-improvement
by Eric Wieser
· 7 years ago
aef2939
cleanup
by Matthew Rocklin
· 7 years ago
19d9fd5
Renumber NEP to XX until it's likely to merge
by Matthew Rocklin
· 7 years ago
e2091b2
Conform to NEP template
by Matthew Rocklin
· 7 years ago
450cad0
Add first draft of NEP 0016: array function protocol
by Matthew Rocklin
· 7 years ago
d7f4eef
DOC: Further clarification of c-api.
by Marten van Kerkwijk
· 7 years ago
23cb605
Merge pull request #11105 from eric-wieser/take_along_axis-strict
by Marten van Kerkwijk
· 7 years ago
515900d
Merge pull request #10898 from EricCousineau-TRI/prefer-user-copyswapn
by Eric Wieser
· 7 years ago
69a77fb
DOC: Clarify C-API for generalized ufuncs.
by mattip
· 7 years ago
4291c94
DOC: improve docs for PyUFunc_FromFuncAndData.
by mattip
· 7 years ago
69458b0
Merge pull request #9686 from eric-wieser/force-tuple
by Charles Harris
· 7 years ago
7d7c71c
Merge pull request #11145 from mattip/nep-tweak
by Charles Harris
· 7 years ago
8a8be50
BUG: Remove fragile use of __array_interface__ in ctypeslib.as_array
by Eric Wieser
· 7 years ago
a10b427
Merge branch 'master' into force-tuple
by Eric Wieser
· 7 years ago
0addc01
DEP: Deprecate non-tuple multidimensional indices
by Sebastian Berg
· 7 years ago
905e906
ENH: Add (put|take)_along_axis as described in #8708
by Eric Wieser
· 7 years ago
c1fc882
BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)
by Kritika Jalan
· 7 years ago
0bd86db
ENH: Modify intersect1d to return common indices (#10684)
by Christopher
· 7 years ago
2854a42
setting version confuses circleci
by mattip
· 7 years ago
0793aa7
DOC: cleanup NEP creation
by mattip
· 7 years ago
682403e
ENH: Have dtype transfer for equivalent user dtypes prefer user-defined `copyswapn`
by Eric Cousineau
· 7 years ago
8ccabd6
DOC: Describe new keepdims arguments (and axes).
by Marten van Kerkwijk
· 7 years ago
08b38dc
Merge pull request #10991 from eric-wieser/genfromtxt-docs
by Charles Harris
· 7 years ago
9584c2f
DOC: Mention we can return unitinitialized values (#11086)
by Matti Picus
· 7 years ago
b2a699a
Merge pull request #11094 from mattip/fix-11080
by Charles Harris
· 7 years ago
5469af2
Merge branch 'master' into linalg-move-matrix-power
by Charles Harris
· 7 years ago
bb745b7
Merge pull request #11009 from numpy/release_walkthrough_1.14.3notes
by Charles Harris
· 7 years ago
2cf2db3
Merge pull request #11023 from eric-wieser/histogramdd-no-fuzz
by Charles Harris
· 7 years ago
7a01f66
DOC: add numpy.lib.format to docs and link to it
by mattip
· 7 years ago
63cd4da
DOC: Add release notes for histogram[dd] changes.
by Eric Wieser
· 7 years ago
c759466
DOC: create label and ref, fixes broken link
by mattip
· 7 years ago
85282a5
DOC: link to updated module docstring, not NEP
by mattip
· 7 years ago
88e5cb7
Merge pull request #8157 from ahaldane/void_item_memview
by Charles Harris
· 7 years ago
798aee2
Merge pull request #11073 from mattip/doc-11036
by Charles Harris
· 7 years ago
4eebb29
Merge pull request #11056 from bashtage/random-permute-perf
by Charles Harris
· 7 years ago
1e00cc5
DOC: expand reasoning behind npy_*floatstatus_barrer()
by mattip
· 7 years ago
f5758d6
BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)
by Matti Picus
· 7 years ago
324b6df
PERF: Improve performance of random permutation
by Kevin Sheppard
· 7 years ago
6ef356b
DOC: bump scipy-sphinx-theme to current version
by Pauli Virtanen
· 7 years ago
d68e595
MAINT: Change 1.14.1 reference to 1.14.3
by Charles Harris
· 7 years ago
820765d
MAINT: Misc. typos (#11005)
by luzpaz
· 7 years ago
434ff98
DOC: release walkthrough updates from 1.14.3
by Allan Haldane
· 7 years ago
b59aebf
REL: add 1.14.3 changelog
by Allan Haldane
· 7 years ago
d728baa
DOC: create 1.14.3 release note
by Allan Haldane
· 7 years ago
a786915
ENH: Allow stacks of matrices in matrix_power.
by Marten van Kerkwijk
· 7 years ago
0a02ea2
Merge pull request #10949 from mattip/doc-nditer
by Allan Haldane
· 7 years ago
79cd01d
Merge pull request #10980 from mattip/master
by Charles Harris
· 7 years ago
3e53496
DOC: link to governance, convert external link to internal
by mattip
· 7 years ago
7ade27f
DOC: Update genfromtxt docs to use StringIO and u-strings
by Eric Wieser
· 7 years ago
4ea36ff
Merge pull request #10635 from hameerabbasi/ufunc-reduce-identity
by Marten van Kerkwijk
· 7 years ago
b6e8a13
DOC: advise against use of matrix.
by Marten van Kerkwijk
· 7 years ago
246ad1d
Merge branch 'master' into doc-nditer
by Charles Harris
· 7 years ago
ae940f9
Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopy
by Charles Harris
· 7 years ago
eda2b3e
DOC: add quantile, nanquantile to toc
by mattip
· 7 years ago
Next »