Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.1
/
doc
/
source
tag
16d3d444cda41946ff5ecefdc5fa182d3da3e73e
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Jan 31 23:06:07 2019
object
685b9ace06f1dc50e2698099d7a2b6a241379318
NumPy 1.16.1 release.
e8b20fb
DOC: Prepare for 1.16.1 release.
by Charles Harris
· 7 years ago
a8e60db
BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs
by mattip
· 7 years ago
7303292
Merge pull request #12705 from charris/backport-12687
by Charles Harris
· 7 years ago
e05b419
MAINT: Further fixups to uint alignment checks
by Allan Haldane
· 7 years ago
a8a6573
ENH: Better links in documentation
by Eric Larson
· 7 years ago
4488396
Merge pull request #12657 from charris/backport-12641
by Charles Harris
· 7 years ago
f30635b
DOC: update 2018 -> 2019
by mattip
· 7 years ago
785d7f6
BUG: fix uint alignment asserts in lowlevel loops
by Allan Haldane
· 7 years ago
c097b1f
DOC: more doc updates for structured arrays
by Allan Haldane
· 7 years ago
e34f5bb
Merge pull request #8955 from eric-wieser/obj-identity
by Matti Picus
· 7 years ago
d3b2036
ENH: Allow ufunc.identity to be any python object
by Eric Wieser
· 7 years ago
d0e2f1a
Merge pull request #11916 from mattip/deprecate-set_numeric_ops
by Charles Harris
· 7 years ago
bc81177
Merge pull request #12250 from mattip/add-docs-to-toc
by Ralf Gommers
· 7 years ago
e7e41c6
DOC: NumPy 1.15.4 post release documentation update.
by Charles Harris
· 7 years ago
29c651d
Merge pull request #12268 from mattip/broadcast-tutorial
by Ralf Gommers
· 7 years ago
8cdc8d6
DOC: fixes from review, fix references
by mattip
· 7 years ago
7cb9edf
Merge pull request #12120 from tylerjereddy/remainder_timedelta64
by Stefan van der Walt
· 7 years ago
dd7f694
DOC: add broadcasting article from scipy old-wiki
by mattip
· 7 years ago
1490fc8
DOC: move C style guide to dev section
by mattip
· 7 years ago
00e8e16
DOC: remove duplicate and outdated DOC
by mattip
· 7 years ago
aeefb51
DOC: remove old docs while adding bits of it where appropriate (part one)
by mattip
· 7 years ago
d17edb3
DOC: fixes from review
by mattip
· 7 years ago
fc60b27
DOC: add missing docs
by mattip
· 7 years ago
30e9951
DOC: Update docs after NumPy 1.15.3 release.
by Charles Harris
· 7 years ago
73c5a5a
DEP: deprecate np.set_numeric_ops and friends
by mattip
· 7 years ago
a2fb23a
Merge pull request #11175 from mhvk/gufunc-signature-modification2
by Matti Picus
· 7 years ago
c9a6b02
ENH: add timedelta modulus
by Tyler Reddy
· 7 years ago
c8e15ba
MAINT: changes from review
by mattip
· 7 years ago
1205e19
DOC: tweak docs from review
by mattip
· 7 years ago
7ef2b3a
MAINT: formatting, remove version, rework flags
by mattip
· 7 years ago
db8e645
DOC: minor tweak to CoC (update NumFOCUS contact address).
by Ralf Gommers
· 7 years ago
b0308d1
:DOC: update to reflect API changes
by mattip
· 7 years ago
38af6dd
DOC: Document how memory alignment works as of 1.14
by Allan Haldane
· 7 years ago
d28b37b
DOC: use "import numpy as np" style
by Mike Toews
· 7 years ago
acb6904
DOC: Post NumPy 1.15.2 release updates.[ci skip]
by Charles Harris
· 7 years ago
a6a0b0f
DOC: warn about directly using PyUFuncObject and PyArray_Descr
by mattip
· 7 years ago
2ae3ae2
DOC: update for changes in d8a8e4536
by mattip
· 7 years ago
466e532
merge master into gufunc-signature-modification2
by mattip
· 7 years ago
fc4a457
DOC: Adjust the gufunc signature examples
by Matti Picus
· 7 years ago
036392f
DOC: Add documentation of PyUFuncObject members
by Matti Picus
· 7 years ago
31b207e
STY: string trailing spaces
by Eric Wieser
· 7 years ago
552b4eb
Merge 'master' into branch
by mattip
· 7 years ago
99f7ad5
Merge pull request #11929 from derek-kim/master
by Matti Picus
· 7 years ago
6ab8bd1
DOC: #defining -> #define / Added a short explanation for Numeric, which
by Derek Kim
· 7 years ago
457f379
DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)
by Yug Khanna
· 7 years ago
0346b1b
DOC: dtype offset is limited to int
by mattip
· 7 years ago
6ab8b85
DOC: add a Code of Conduct document.
by Ralf Gommers
· 7 years ago
77a82d7
Merge pull request #11800 from mattip/f2py-exe
by Charles Harris
· 7 years ago
2118483
DOC: change f2py2e -> numpy.f2py [ci skip]
by mattip
· 7 years ago
d210300
DOC: Polybase augmented assignment notes (#11806)
by Jeff
· 7 years ago
ea666b6
DOC: formatting, de-emphasize f2pyfe [ci skip]
by mattip
· 7 years ago
ace2aa6
DOC: document use when f2py is not in the PATH
by mattip
· 7 years ago
555f2d7
DOC: Update docs after 1.15.1 release.
by Charles Harris
· 7 years ago
210c361
DOC: reflow paragraph to 80 columns
by mattip
· 7 years ago
fe12622
DOC: reduce warnings and cleanup redundant c-api documentation
by mattip
· 7 years ago
a591b4a
Merge pull request #11644 from eric-wieser/fix-source-links
by Charles Harris
· 7 years ago
0e5864c
BUG: Fix doc source links to unwrap decorators
by Eric Wieser
· 7 years ago
e2f13cc
DOC: Cleanup messy trailing spaces in dev env setup
by C.A.M. Gerlach
· 7 years ago
0fdd813
DOC: Make Spyder name a link in dev env setup
by C.A.M. Gerlach
· 7 years ago
bd0caf2
DOC: add Stefan van der Walt to Steering Council
by Ralf Gommers
· 7 years ago
8788119
DOC: updates and fixes for gufunc descriptions.
by mattip
· 7 years ago
f7766b4
ENH: test, document, implement flexible signature.
by mattip
· 7 years ago
b047f38
Merge pull request #11084 from mattip/test-documentation
by Ralf Gommers
· 7 years ago
280eff2
Tiny typo on numpy/reference/arrays.dtypes.html
by Lilian Besson
· 7 years ago
26b2a5c
Merge pull request #11347 from mattip/less-sphinx-warnings
by Ralf Gommers
· 7 years ago
f933615
DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs
by mattip
· 7 years ago
6d601e5
fixes from review
by mattip
· 7 years ago
82bc85d
ENH: Remove NpyIter_Close
by mattip
· 7 years ago
387c089
WIP: DOC: slightly tweak the directions to create a release (#11312)
by Matti Picus
· 7 years ago
83828f5
HTTP -> HTTPS, and other linkrot fixes
by Mike Toews
· 7 years ago
93fd4a0
DOC: document new functions
by mattip
· 7 years ago
d4b43bb
DOC: typos, small fixes
by mattip
· 7 years ago
d416eda
DOC: quiet warnings about "document not in any toctree"
by mattip
· 7 years ago
40f17c1
use `:orphan:` to quiet warnings when building documentation
by mattip
· 7 years ago
f1bc29b
DOC: Update master after NumPy 1.14.5 release.
by mattip
· 7 years ago
79ba289
REL: Setup master for 1.16 development.
by Charles Harris
· 7 years ago
0c34d3d
Merge pull request #11222 from hmaarrfk/documentation_nditer
by Charles Harris
· 7 years ago
57d17c3
Merge pull request #11018 from mhvk/gufunc-axis-and-keepdims
by Charles Harris
· 7 years ago
2abef6c
DOC: Describe new axis argument.
by Marten van Kerkwijk
· 7 years ago
afb3dd8
DOC: Update master after NumPy 1.14.4 release.
by Charles Harris
· 7 years ago
5959bb6
Updated with correct end
by Mark Harfouche
· 7 years ago
0646f01
fixes from review
by mattip
· 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
6246cf1
Merge pull request #11177 from mhvk/gufunc-docs-improvement
by Eric Wieser
· 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
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
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
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
7a01f66
DOC: add numpy.lib.format to docs and link to it
by mattip
· 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
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
Next »