Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
/
doc
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
971e2e8
REL: NumPy 1.16.0 release.
by Charles Harris
· 7 years ago
v1.16.0
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
b4770a2
Convert some ' to ` [ci skip]
by John Kirkham
· 7 years ago
9643d0a
DOC, MAINT: Prepare for 1.16.0rc1 release.
by Charles Harris
· 7 years ago
e840659
BUG: Make `arr.ctypes.data` hold a reference to the underlying array.
by Charles Harris
· 7 years ago
6ff5154
Merge pull request #12563 from charris/backport-12554
by Charles Harris
· 7 years ago
c097b1f
DOC: more doc updates for structured arrays
by Allan Haldane
· 7 years ago
45900fe
DOC, MAINT: Make `PYVER = 3` in doc/Makefile.
by Charles Harris
· 7 years ago
2970e41
Merge pull request #12388 from mhvk/linspace-allow-array
by Charles Harris
· 7 years ago
8a11573
ENH: implement matmul on NDArrayOperatorsMixin (#12488)
by Stephan Hoyer
· 7 years ago
58ebb6a
ENH: Allow {lin,log,geom}space start and stop to be arrays.
by Marten van Kerkwijk
· 7 years ago
82428bb
Merge pull request #12219 from mattip/matmul-as-ufunc2
by Eric Wieser
· 7 years ago
b637e65
Merge pull request #12447 from ahaldane/unrevert_multifield_view
by Charles Harris
· 7 years ago
1e2cb50
Merge pull request #11197 from wummo/correct_covariance_scaling
by Marten van Kerkwijk
· 7 years ago
845def0
ENH: add back the multifield copy->view change
by Allan Haldane
· 7 years ago
a2202b9
BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))
by mattip
· 7 years ago
8c9450a
ENH: make matmul into a ufunc
by mattip
· 7 years ago
983bbb5
Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo
by Charles Harris
· 7 years ago
c892733
ENH: Fixups to multi-field assignment helpers
by Allan Haldane
· 7 years ago
1d38e41
Merge pull request #8923 from guoci/histo_ise
by Charles Harris
· 7 years ago
73322a0
BUG/ENH: Fix use of ndpointer in return values
by Eric Wieser
· 7 years ago
1837df7
Removed non-standard scaling of the covariance matrix and added option to disable scaling completely.
by Andreas Nussbaumer
· 7 years ago
219a52c
ENH: Add 'ise' estimator to np.histogram
by guoci
· 7 years ago
a631f5b
Merge pull request #12391 from mattip/deprecate-unique
by Charles Harris
· 7 years ago
e85233f
DEP: remove deprecated numpy.lib.function_base.unique
by mattip
· 7 years ago
5e51083
DOC: Add release notes for ctypes improvements
by Eric Wieser
· 7 years ago
c42846e
NEP: move nep 15 from accepted to final
by mattip
· 7 years ago
067264b
Merge pull request #12362 from shoyer/disable-array-function-by-default
by Charles Harris
· 7 years ago
e34f5bb
Merge pull request #8955 from eric-wieser/obj-identity
by Matti Picus
· 7 years ago
e044ae3
DOC: Add release notes on changes to ufunc.identity
by Eric Wieser
· 7 years ago
d3b2036
ENH: Allow ufunc.identity to be any python object
by Eric Wieser
· 7 years ago
42eaf9a
NEP: clarify the purpose of "types" in __array_function__
by Stephan Hoyer
· 7 years ago
3d49d86
MAINT: disable __array_function__ dispatch unless environment variable set
by Stephan Hoyer
· 7 years ago
d0e2f1a
Merge pull request #11916 from mattip/deprecate-set_numeric_ops
by Charles Harris
· 7 years ago
71802d0
DOC: Update RELEASE_WALKTHROUGH.rst.txt.
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
cc761fe
ENH: Improve support for pathlib.Path objects in load functions (#11348)
by Paul Müller
· 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
e9c6318
Merge pull request #12279 from mattip/nep-0027-final
by Matti Picus
· 7 years ago
7cb9edf
Merge pull request #12120 from tylerjereddy/remainder_timedelta64
by Stefan van der Walt
· 7 years ago
96432ea
Merge pull request #12236 from mattip/nan-warnings
by Charles Harris
· 7 years ago
5ec252b
DOC: update release notes with np.take improvement.
by Stan Seibert
· 7 years ago
2b0c39e
NEP: revise note for NEP 27
by Stephan Hoyer
· 7 years ago
b59819b
tweak and mark NEP 0027 as final
by mattip
· 7 years ago
dd7f694
DOC: add broadcasting article from scipy old-wiki
by mattip
· 7 years ago
b8d9543
DOC: revise release note
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
872372b
Merge pull request #12251 from shoyer/array-function-error-msg
by Allan Haldane
· 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
9660f01
DOC: document __module__ updates for 1.16
by Stephan Hoyer
· 7 years ago
bde5929
Merge pull request #11971 from hmaarrfk/block_single_concatenate_call
by Allan Haldane
· 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
c5f21f6
DOC: Add a release note about the slice based blocking algorithm
by Mark Harfouche
· 7 years ago
a2fb23a
Merge pull request #11175 from mhvk/gufunc-signature-modification2
by Matti Picus
· 7 years ago
04ce41a
Merge branch 'master' into nd_grid_len_test
by Charles Harris
· 7 years ago
d9515e3
Merge pull request #12180 from mattip/nep-sorting
by Charles Harris
· 7 years ago
20cd7a5
Merge pull request #12124 from mattip/rework-float-error-status
by Charles Harris
· 7 years ago
5085831
NEP: Add "Provisional" status and move nep 18 to provisional
by mattip
· 7 years ago
11b9f6c
DEP: Updated unravel_index() kwargs to support `shape`
by Tyler Reddy
· 7 years ago
47d30cb
NEP: change toc title sorting
by mattip
· 7 years ago
aafb0a8
MAINT: remove unused nd_grid __len__
by Tyler Reddy
· 7 years ago
04c76c5
Merge pull request #12173 from shoyer/nep-18-update-notes
by Matti Picus
· 7 years ago
a5e10f8
Merge pull request #12166 from mattip/nep-16
by Eric Wieser
· 7 years ago
c9a6b02
ENH: add timedelta modulus
by Tyler Reddy
· 7 years ago
c8e15ba
MAINT: changes from review
by mattip
· 7 years ago
fdc5288
MAINT: minor adjustment to nep-18
by Stephan Hoyer
· 7 years ago
1f027a6
NEP: change changeset to commit for git
by mattip
· 7 years ago
e104f03
Merge pull request #12165 from shoyer/nep-22-accept
by Matti Picus
· 7 years ago
85b432d
NEP: fixes from review
by mattip
· 7 years ago
869e68d
MAINT: fix build for NEP 16
by Stephan Hoyer
· 7 years ago
b9f7fd6
NEP: mark NEP-16 as withdrawn in favor of a protocol
by Stephan Hoyer
· 7 years ago
21919b6
Add link to first mailing list post
by Nathaniel J. Smith
· 7 years ago
f25b464
New NEP for identifying and coercing duck arrays
by Nathaniel J. Smith
· 7 years ago
79b47c0
NEP: add notes about updates to NEP-18
by Stephan Hoyer
· 7 years ago
9368e34
NEP: Add zero-rank arrays historical info NEP
by mattip
· 7 years ago
2c4c93a
Merge pull request #12148 from shoyer/nep18-release-notes
by Matti Picus
· 7 years ago
a278ab4
NEP: mention "Informational" NEPs in NEP 0
by Stephan Hoyer
· 7 years ago
ba3d351
NEP: mark NEP-22 as accepted
by Stephan Hoyer
· 7 years ago
1205e19
DOC: tweak docs from review
by mattip
· 7 years ago
bba4a7d
Merge pull request #12140 from shoyer/nep-18-array_function_implementation_or_override
by Charles Harris
· 7 years ago
f7ae1c1
DOC: document NEP-18 overrides in release notes
by Stephan Hoyer
· 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
1770059
DOC: fixups for NEP-18 based on the implementation
by Stephan Hoyer
· 7 years ago
367f05a
MAINT: remove macro, platforms that defined it will now fail to build
by mattip
· 7 years ago
97d2b97
MNT added release notes for version 1.16.0
by Pierre Glaser
· 7 years ago
9942b71
Merge pull request #12133 from pierreglaser/centralize-pickle-import
by Charles Harris
· 7 years ago
3626bf4
Merge pull request #12123 from mattip/deprecate-asscalar
by Charles Harris
· 7 years ago
7372f8d
MAINT, TST import pickle from numpy.core.numeric
by Pierre Glaser
· 7 years ago
Next »