Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.19.0
/
doc
tag
b11fd76461ec1e47f5036a56d371e279af424726
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jun 20 20:06:57 2020
object
92ebe1e9a6aeb47a881a1226b08218175776f9ea
NumPy 1.19.0 release
7a06267
DOC: Update 1.19.0-changelog.rst for 1.19.0 release.
by Charles Harris
· 5 years ago
a9a7993
DOC: Add release note.
by Charles Harris
· 5 years ago
911fb15
REL: Prepare for the NumPy 1.19.0rc2 release.
by Charles Harris
· 5 years ago
75f3c5b
DOC: Fix troubleshooting code snippet when env vars are empty
by Sebastian Berg
· 5 years ago
4d2702d
Merge pull request #16412 from charris/backport-16408
by Charles Harris
· 5 years ago
6b50566
Merge pull request #16413 from charris/backport-16404
by Charles Harris
· 5 years ago
670fcd3
MAINT,DOC: add index for user docs. (#16373)
by Ross Barnowski
· 5 years ago
94cb719
DOC,BLD: Update make dist html target.
by Ross Barnowski
· 5 years ago
266675c
DOC,BLD: Update sphinx conf to use xelatex.
by Ross Barnowski
· 5 years ago
991607e
REL: Create 1.19.0 release notes.
by Charles Harris
· 5 years ago
cac18ae
REL: Create 1.19.0-changelog.rst
by Charles Harris
· 5 years ago
bd8be54
Merge pull request #16269 from tbm/typo
by Matti Picus
· 5 years ago
0a28931
DOC: Fix typos and cosmetic issues
by Martin Michlmayr
· 5 years ago
892a3fa
DOC: Updated the f2py section of the "Using Python as Glue" page. (#16258)
by Siba Smarak Panigrahi
· 5 years ago
3ba84d2
BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)
by Ryan
· 5 years ago
50ce0fc
Merge pull request #16197 from timhoffm/doc-stack
by Sebastian Berg
· 5 years ago
59e8fc6
Merge pull request #16228 from anirudh2290/compilers_supported_doc
by Sebastian Berg
· 5 years ago
e3da155
DOC: Add PyDev instructions to troubleshooting doc
by Ross Barnowski
· 5 years ago
ee0d585
DOC: Add Clang and MSVC to supported compilers list
by Anirudh Subramanian
· 5 years ago
5f7114c
ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102)
by Erik Welch
· 5 years ago
77410e2
Merge pull request #16153 from bashtage/fix-mt19937-jump
by Charles Harris
· 5 years ago
5294c82
DOC: improve development debugging doc (#16083)
by Chunlin
· 5 years ago
344f0f2
DOC: Add release note
by Kevin Sheppard
· 5 years ago
84a4c4b
Merge pull request #16068 from seberg/string-to-bool-regression
by Charles Harris
· 5 years ago
09c294f
DOC: Release note for subtle C-API datetime cast fix
by Sebastian Berg
· 5 years ago
ba9f93d
ENH: Add equal_nan keyword argument to array_equal (gh-16128)
by Ross Barnowski
· 5 years ago
25009fe
DOC: update people listed under Institutional Partners
by Ralf Gommers
· 5 years ago
0cc6c2b
DOC: update the Code of Conduct committee members
by Ralf Gommers
· 5 years ago
a1800a7
DOC: Unify cross-references between array joining methods
by Tim Hoffmann
· 5 years ago
666b179
Merge pull request #16078 from rossbar/doc/axis_to_new_or_different
by Matti Picus
· 5 years ago
a51ac26
Mark tests as a subpackage rather than data.
by Hameer Abbasi
· 5 years ago
30bf46c
Merge pull request #16122 from anirudh2290/nep_41_correct_link
by Sebastian Berg
· 5 years ago
afc168c
DOC: Fix sphinx links in NEP 40 in NEP 41
by Anirudh Subramanian
· 5 years ago
14c3c18
Merge pull request #16144 from charris/post-1.18.4-release
by Charles Harris
· 5 years ago
2f3342e
DOC: Add VSCode help link to importerror troubleshooting
by Sebastian Berg
· 5 years ago
a6038fe
REL: Update master after NumPy 1.18.4 release
by Charles Harris
· 5 years ago
22724ba
Merge pull request #15769 from seberg/hugepages-allow-toggling
by Matti Picus
· 5 years ago
6c9ecdf
DOC: Added page describing how to contribute to the docs team (#16069)
by Melissa Weber Mendonça
· 5 years ago
100e7b8
Merge pull request #16014 from seberg/import-error-info
by Charles Harris
· 5 years ago
4200221
Merge pull request #16119 from seberg/misplaced-fragment
by Charles Harris
· 5 years ago
5f72686
DOC: Move misplaced news fragment for gh-13421
by Sebastian Berg
· 5 years ago
4753652
ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)
by sslivkoff
· 5 years ago
44e26f2
BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#14924)
by Benjamin Trendelkamp-Schroer
· 5 years ago
909d6b8
Merge pull request #16097 from gamboon/patch-1
by Matti Picus
· 5 years ago
8f83fa5
Fix other comments from Ross and make it ImportError specific
by Sebastian Berg
· 5 years ago
b7f2b97
Apply suggestions from code review
by Sebastian Berg
· 5 years ago
5f65c90
NEP 41: Accept NEP 41 and add DType<->scalar duplication paragraph
by Sebastian Berg
· 5 years ago
d530d23
DOC: Change import error "howto" to link to troubleshooting docs
by Sebastian Berg
· 5 years ago
b1bcaa1
trivial: Improve grammar on a comment in the quickstart
by gamboon
· 5 years ago
389f56c
Merge pull request #16084 from mattip/protocols
by Ralf Gommers
· 5 years ago
a695a9f
Merge pull request #16079 from rossbar/bld/shorten_doc_build
by Warren Weckesser
· 5 years ago
2817f1a
DOC: Moved timeit examples under relevant bullet point.
by Ross Barnowski
· 5 years ago
f80584a
DOC, BLD: update release howto and walkthrough for ananconda.org storage (#16054)
by Matti Picus
· 5 years ago
017f717
Merge pull request #16053 from anirudh2290/nep_40_doc_change_2
by Charles Harris
· 5 years ago
b751304
DOC,BLD: Limit timeit iterations in random docs.
by Ross Barnowski
· 5 years ago
63673a8
DOC: Added `permutation` to methods with axis kwarg.
by Ross Barnowski
· 5 years ago
228e193
DOC: Added bullet about axis kwarg to rng overview docs.
by Ross Barnowski
· 5 years ago
e2db0a8
DOC: tweak neps/scope.rst
by mattip
· 5 years ago
6ee4917
DOC: Add missing bracket (gh-16051)
by Chunlin
· 5 years ago
31910e1
NEP, DOC: Small typo fixes to the doc
by Anirudh Subramanian
· 5 years ago
96c21f0
Merge pull request #15648 from xiegengxin/avx512-exp-float64
by Matti Picus
· 5 years ago
897431c
DOC: Clarify single-segment arrays in np reference (#16011)
by Anirudh Subramanian
· 5 years ago
630f094
DOC: initialise random number generator before first use in quickstart (#16025)
by shreepads
· 5 years ago
8dfaa4a
DOC: update first section of NEP 37 (``__array_function__`` downsides) (#16015)
by Ralf Gommers
· 5 years ago
bcd3d94
REL: Update master after 1.18.3 release.
by Charles Harris
· 5 years ago
73e7d8e
DOC: add note on flatten ordering in matlab page (#16001)
by Pierre de Buyl
· 5 years ago
b38ccec
NEP: Improve Value Based Casting paragraph in NEP 40 (#16000)
by Anirudh Subramanian
· 5 years ago
b489287
Merge pull request #14530 from ChrisBarker-NOAA/ChrisBarker-NEP-30-copy-editing
by Ralf Gommers
· 5 years ago
45b457e
DOC: fix a NEP reference, number was incorrect (36 -> 35); update link
by Ralf Gommers
· 5 years ago
d9e6494
DOC: a few typos and copy editing in NEP 30
by Chris Barker
· 5 years ago
9e33487
DOC: rename NEP 34 file for consistency
by Ralf Gommers
· 5 years ago
e44d0ec
Merge pull request #14715 from pentschev/nep-like-parameter
by Ralf Gommers
· 5 years ago
9005d7d
DOC: Update documentation w.r.t. NPY_RELAXED_STRIDES_CHECKING (gh-15907)
by Sebastian Berg
· 5 years ago
1f36506
BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)
by Hameer Abbasi
· 5 years ago
6bd0cb9
MAINT: Fixed some spelling mistakes in 15648.improvement.rst
by Gengxin Xie
· 5 years ago
f8c598a
DOC: Correct private function name to PyArray_AdaptFlexibleDType
by Anirudh Subramanian
· 5 years ago
1cabf5b
DOC: Release note about upcoming changes
by Gengxin Xie
· 5 years ago
569dfcd
Merge pull request #15872 from Balandat/fix_eigh_mvn_sampling
by Charles Harris
· 5 years ago
72457f0
Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normal
by Max Balandat
· 5 years ago
063b314
Merge pull request #15749 from panpiort8/masked_array_docs
by Matti Picus
· 5 years ago
3d34de6
Update doc/source/reference/maskedarray.baseclass.rst
by Matti Picus
· 5 years ago
c67396b
NEP: Add paragraph to NEP 41 about no array-object use and fix links (gh-15834)
by Sebastian Berg
· 5 years ago
2ac14a1
Merge pull request #15894 from Qiyu8/missingMaApi
by Matti Picus
· 5 years ago
3f6dba4
DOC: Fixed order of items and link to mailing list in dev docs index. (#15901)
by Melissa Weber Mendonça
· 5 years ago
3d07ec1
DOC: Add missing doc of numpy.ma.apply_over_axes in API list.
by Qiyu8
· 5 years ago
ad5d58c
Merge pull request #15867 from eric-wieser/deprecate-tostring
by Matti Picus
· 5 years ago
6df5d8f
Update doc/release/upcoming_changes/15867.deprecation.rst
by Eric Wieser
· 5 years ago
170d1bb
ENH: Add keepdims argument to count_nonzero (gh-15870)
by Warren Weckesser
· 5 years ago
642181c
Merge pull request #15882 from eric-wieser/reject-illegal-strides-in-ndarray.__new__
by Matti Picus
· 5 years ago
b88415e
BUG: Do not ignore empty tuple of strides in ndarray.__new__
by Eric Wieser
· 5 years ago
7668a33
DEP: Deprecate ndarray.tostring()
by Eric Wieser
· 5 years ago
078ac01
DOC, TST: enable refguide_check in circleci (#15848)
by Pierre de Buyl
· 5 years ago
22356fc
Merge pull request #15843 from melissawm/new-docs-index
by Charles Harris
· 5 years ago
0797dc0
DOC: fix typo in C-API reference
by Gabriel Gerlero
· 5 years ago
4527f99
DOC: First steps towards docs restructuring (NEP 44)
by Melissa Weber Mendonca
· 5 years ago
1cb3871
DOC: fix remaining doc files for refguide_check (#15720)
by Pierre de Buyl
· 5 years ago
1c58504
MAINT: simplify code that assumes str/unicode and int/long are different types (#15816)
by Eric Wieser
· 5 years ago
cf88aa2
DOC: document inconsistent mask results in MaskedArray
by Pan Jan
· 5 years ago
b03c575
DEP: Do not cast boolean indices to integers in np.delete (#15815)
by Eric Wieser
· 5 years ago
7d0b3ef
Merge pull request #15802 from eric-wieser/simplify-insert
by Eric Wieser
· 5 years ago
Next »