Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.21.3
/
doc
tag
efe3349b8222c68863564c5f0bf5a7d332511050
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed Oct 20 01:00:59 2021
object
d4d0584ccb508cad69288b504e6c8b04aa0d5caf
NumPy 1.21.3 release
649a2f6
REL: Prepare for 1.21.3 release.
by Charles Harris
· 3 years, 11 months ago
a26be10
BUG: Correct incorrect advance in PCG with emulated int128
by Kevin Sheppard
· 3 years, 11 months ago
38be4cb
REL: prepare 1.21.x for further development
by Charles Harris
· 4 years, 1 month ago
e769d64
REL: Prepare for 1.21.2 release.
by Charles Harris
· 4 years, 1 month ago
c72ef5b
Update 19513.new_feature.rst
by Charles Harris
· 4 years, 1 month ago
12597ea
add release note for numpy windows/arm64 support
by Niyas Sait
· 4 years, 1 month ago
cb088ec
REL: prepare 1.21.x for further development
by Charles Harris
· 4 years, 2 months ago
7031a82
REL: Prepare for NumPy 1.21.1 release.
by Charles Harris
· 4 years, 2 months ago
573dc7b
BUILD: update OpenBLAS to v0.3.17
by mattip
· 4 years, 2 months ago
a304101
MAINT: bump scipy-mathjax
by Charles Harris
· 4 years, 2 months ago
1cfefdf
REL: prepare 1.21.x for further development
by Charles Harris
· 4 years, 2 months ago
34aebc2
MAINT: Update 1.21.0-notes.rst
by Charles Harris
· 4 years, 2 months ago
493b64b
MAINT: Update 1.21.0-changelog.rst
by Charles Harris
· 4 years, 2 months ago
07d7e72
MAINT: Remove accidentally created directory.
by Charles Harris
· 4 years, 2 months ago
be642f5
DOC: fix duplicate navbar in development documentation index (#19264)
by Melissa Weber Mendonça
· 4 years, 3 months ago
2aab9c8
MAINT: replace imgmath with mathjax for docs (#19036)
by Melissa Weber Mendonça
· 4 years, 3 months ago
5567fa9
DOC: Prepare for NumPy 1.20.0rc2 release.
by Charles Harris
· 4 years, 3 months ago
9fa3b04
Merge pull request #19194 from charris/backport-19174
by Charles Harris
· 4 years, 3 months ago
82622df
MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal level
by Sebastian Berg
· 4 years, 3 months ago
bbdc753
NEP: Accept NEP 35 as final
by Sebastian Berg
· 4 years, 3 months ago
334b7cd
API: Delay string and number promotion deprecation/future warning
by Sebastian Berg
· 4 years, 3 months ago
86a4dd0
DOC: Create 1.21.0 release note
by Charles Harris
· 4 years, 3 months ago
11c7008
DOC: Create 1.21.0-changelog.rst
by Charles Harris
· 4 years, 3 months ago
4c6858a
DOC: Forward port missing 1.18.5 release note.
by Charles Harris
· 4 years, 3 months ago
4732c24
Merge pull request #19049 from seberg/clang-fperr-bug
by Charles Harris
· 4 years, 3 months ago
a303b33
DOC: Add release note about clang floating point error flag change
by Sebastian Berg
· 4 years, 3 months ago
290a034
DEP: Deprecate error clearing for special method in array-coercion (#19001)
by Sebastian Berg
· 4 years, 4 months ago
e108c76
Merge pull request #18676 from seberg/new-promotion-partial-weak-scalars
by Charles Harris
· 4 years, 4 months ago
319a299
Merge pull request #19043 from DFEvans/patch-1
by Charles Harris
· 4 years, 4 months ago
098b4d1
Merge pull request #16987 from scimax/master
by Charles Harris
· 4 years, 4 months ago
f9cf25e
Update 17727.performance.rst
by Daniel Evans
· 4 years, 4 months ago
aab6147
MAINT: Python3 classes do not need to inherit from object
by Mike Taves
· 4 years, 4 months ago
39110f3
DEP: Deprecate 4 `ndarray.ctypes` methods (#19031)
by Bas van Beek
· 4 years, 4 months ago
1fcded9
Merge pull request #18935 from BvB93/generic-alias
by Charles Harris
· 4 years, 4 months ago
b129f29
DOC: Use versionadded tag instead of inline comment to specify minimum version needed for random c-api
by zoj
· 4 years, 4 months ago
72cc4db
DOC: Clarify minimum numpy version needed to use random c-api
by zoj
· 4 years, 4 months ago
b47a92a
Merge pull request #19018 from 8bitmp3/patch-1
by Sebastian Berg
· 4 years, 4 months ago
7b4a60f
Merge pull request #18999 from seberg/raise-futurewarning-string-promotion
by Matti Picus
· 4 years, 4 months ago
a527b5a
Fix "NumPy" <- "numpy" in NumPy Fundamentals - Indexing
by 8bitmp3
· 4 years, 4 months ago
5eb5802
Merge pull request #18880 from seberg/make-signature-resolve-more-strict-and-fix-nextafter
by Matti Picus
· 4 years, 4 months ago
fb4ea91
DOC: Improve description of array scalar in glossary (#18965)
by Marta Lemanczyk
· 4 years, 4 months ago
1a828f5
DEP: Ensure the string promotion FutureWarning is raised
by Sebastian Berg
· 4 years, 4 months ago
834b118
MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`
by Sebastian Berg
· 4 years, 4 months ago
aaaa975
DOC,TST: Fix documentation and add tests
by Sebastian Berg
· 4 years, 4 months ago
2e8c461
REL: Add a release note for `npt.NDArray`
by Bas van Beek
· 4 years, 4 months ago
fb586a4
Merge pull request #18936 from bashtage/update-perf-prng
by Matti Picus
· 4 years, 4 months ago
74a65e1
Merge pull request #18963 from hollycorbett/polybase_deprecated_removal
by Charles Harris
· 4 years, 4 months ago
2adb6bc
DOC: touchups to release note.
by Ross Barnowski
· 4 years, 4 months ago
99b396b
Merge pull request #18957 from katleszek/doc-datetime
by Matti Picus
· 4 years, 4 months ago
67db8f7
DOC: Update performance for new PRNG
by Kevin Sheppard
· 4 years, 4 months ago
dfe38fd
Merge pull request #18980 from trallard/trallard/docs-patch
by Matti Picus
· 4 years, 4 months ago
3232204
DOC: Make screenshot labels bigger
by Tania Allard
· 4 years, 4 months ago
70d3224
DOC: Make FAQ titles
by Tania Allard
· 4 years, 4 months ago
9e37c8e
DOC: Remove extra --
by Tania Allard
· 4 years, 4 months ago
a44e511
DOC: Fix lists indentation
by Tania Allard
· 4 years, 4 months ago
12c2f00
DOC: Fix indentation
by Tania Allard
· 4 years, 4 months ago
011028e
REL: Update main after 1.20.3 release.
by Charles Harris
· 4 years, 4 months ago
6721946
DOC: Fix list indentation
by Tania Allard
· 4 years, 4 months ago
0bd5555
DOC: Fix lists and add images
by Tania Allard
· 4 years, 4 months ago
71cf786
DOC: Add troubleshoot items
by Tania Allard
· 4 years, 4 months ago
7ef9da0
DEP: Remove PolyBase from np.polynomial.polyutils
by Holly Corbett
· 4 years, 4 months ago
38bdff0
DOC: Update a page title with proper case (#18962)
by Misal Raj
· 4 years, 4 months ago
d3b03c8
Merge pull request #18956 from lbogula/copyright-change
by Ralf Gommers
· 4 years, 4 months ago
00aea7a
DOC resolves #14299 rephrasing
by Kasia
· 4 years, 4 months ago
353cb87
DOC: resolves #14299 - deleting the note
by Kasia
· 4 years, 4 months ago
eb23197
DOC: change copyright SciPy to NumPy
by lbogula
· 4 years, 4 months ago
4deb8ee
DOC: Improve datetime64 docs #14299
by Kasia
· 4 years, 4 months ago
b5e09ff
DOC: Improve datetime64 docs #14299
by Kasia
· 4 years, 4 months ago
6f34b4e
DOC: Update beginners docu for sum function with axis
by EvaJau
· 4 years, 4 months ago
ec8d875
Merge pull request #18927 from mattip/nep49-2
by Charles Harris
· 4 years, 4 months ago
56c5baf
Merge pull request #18934 from BvB93/rel
by Charles Harris
· 4 years, 4 months ago
3914cc0
Merge pull request #18930 from charris/fix-changelog-script
by Charles Harris
· 4 years, 4 months ago
af1344d
DOC: Update 1.17.0-changelog.rst.
by Charles Harris
· 4 years, 4 months ago
4daba31
DOC: Update 1.18.0-changelog.rst.
by Charles Harris
· 4 years, 4 months ago
cf56aeb
DOC: Update 1.19.0-changelog.rst.
by Charles Harris
· 4 years, 4 months ago
0edc084
DOC: Update 1.20.0-changelog.rst.
by Charles Harris
· 4 years, 4 months ago
5355d10
REL: Add a release note for #18838
by Bas van Beek
· 4 years, 4 months ago
c2f2fa0
DOC: Update release notes based on Matti's review/comments
by Sebastian Berg
· 4 years, 4 months ago
00064c7
DOC: fix clone over ssh instructions #18917 (#18918)
by legoffant
· 4 years, 4 months ago
3c4e5af
DOC: Updates based on Marten's review
by Sebastian Berg
· 4 years, 4 months ago
6a673d0
NEP: add mailing list thread, fixes from review
by mattip
· 4 years, 4 months ago
73a0892
Merge pull request #18906 from rkern/enh/pcg64dxsm
by Charles Harris
· 4 years, 4 months ago
8eb8360
DOC: Try to clarify release notes a bit
by Sebastian Berg
· 4 years, 4 months ago
e684d66
Update doc/source/reference/ufuncs.rst
by Sebastian Berg
· 4 years, 4 months ago
aa6733b
DOC: refine wording for clarity
by Robert Kern
· 4 years, 4 months ago
8e4d3e1
DOC: fixes in response to comments.
by Robert Kern
· 4 years, 4 months ago
dc8cd57
DOC: Add release note.
by Robert Kern
· 4 years, 4 months ago
5d380b9
STY: Add spaces after commas.
by Charles Harris
· 4 years, 4 months ago
a599739
Merge pull request #18874 from Matthew-Badin/enable-accelerate
by Charles Harris
· 4 years, 4 months ago
781254a
DOC: Add PCG64DXSM to performance-measuring script.
by Robert Kern
· 4 years, 4 months ago
32ebda5
DOC: nuance recommendations for PCG64.
by Robert Kern
· 4 years, 4 months ago
8194336
DOC: math formatting.
by Robert Kern
· 4 years, 4 months ago
771ce9d
DOC: Document PCG64DXSM.
by Robert Kern
· 4 years, 4 months ago
06fffd9
DOC: Add release note.
by Matthew Badin
· 4 years, 4 months ago
70dd918
Merge pull request #18893 from cmarmo/saved-replies
by Charles Harris
· 4 years, 4 months ago
ca2a803
Highlight markdown syntax.
by Chiara Marmo
· 4 years, 4 months ago
2e38b8f
Grammatical fixups for ufuncs refguide.
by Ross Barnowski
· 4 years, 4 months ago
62e1c86
Grammatical fixups for release note.
by Ross Barnowski
· 4 years, 4 months ago
5ccd7e8
Fix markdown formatting. Remove unuseful 'py'.
by Chiara Marmo
· 4 years, 4 months ago
127b1a7
DOC,API: Fix the documentation.
by Sebastian Berg
· 4 years, 4 months ago
Next »