Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.20.0
/
doc
/
source
tag
3deab6b8323560b9870cd56657d8492638992afe
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jan 30 19:27:33 2021
object
fb215c76967739268de71aa4bda55dd1b062bc2e
NumPy 1.20.0 release
ccd7337
DOC: Prepare for the NumPy 1.20.0 release.
by Charles Harris
· 4 years, 7 months ago
cc2b7db
Fix ref to user guide in release notes.
by Ross Barnowski
· 4 years, 7 months ago
33b4b26
Apply suggestions from code review
by Sebastian Berg
· 4 years, 7 months ago
9b1e38d
Update doc/source/release/1.20.0-notes.rst
by Sebastian Berg
· 4 years, 7 months ago
4754ded
DOC: Clarify the type alias deprecation message
by Sebastian Berg
· 4 years, 7 months ago
cb2906d
REL: Update 1.20.x after 1.19.5 release.
by Charles Harris
· 4 years, 8 months ago
8db0167
REL: Prepare for 1.20.0rc2 release.
by Charles Harris
· 4 years, 8 months ago
e637f31
BLD, BUG: Fix detecting aarch64 on macOS
by Sayed Adel
· 4 years, 8 months ago
d3104b9
DEP: Futurewarn on requiring __len__ on array-likes
by Sebastian Berg
· 4 years, 8 months ago
d93437b
DOC: Update release notes to mention `type(dtype) is not np.dtype`
by Sebastian Berg
· 4 years, 9 months ago
82ccece
DOC: Update changelog and notes for 1.20.0
by Charles Harris
· 4 years, 9 months ago
21ac9d3
DOC: Update changelog and release notes.
by Charles Harris
· 4 years, 9 months ago
fb14643
DOC: Prepare NumPy 1.20.0 release notes.
by Charles Harris
· 4 years, 9 months ago
f47b9c1
DOC: Run towncrier to produce unedited release notes.
by Charles Harris
· 4 years, 9 months ago
af4b110
ENH,API: Store exported buffer info on the array (#16938)
by Sebastian Berg
· 4 years, 9 months ago
3cfcd22
MAINT: Rewrite can-cast logic in terms of NEP 42
by Sebastian Berg
· 4 years, 9 months ago
8fee756
BUG: ensure _UFuncNoLoopError can be pickled (#17377)
by bernie gray
· 4 years, 9 months ago
7235d30
API: Do not import sliding_window_view to main namespace
by Sebastian Berg
· 4 years, 10 months ago
43f8086
ENH: Implement sliding window (gh-17394)
by Klaus Zimmermann
· 4 years, 10 months ago
e961153
DOC: Add ``ma.isMaskedArray`` and aliases
by takanori-pskq
· 4 years, 10 months ago
b219f69
DOC: Modify Templates (#17691)
by Takanori H
· 4 years, 10 months ago
f8c608c
Add info on transopose to absolute beginners tutorial (#17703)
by prateek arora
· 4 years, 10 months ago
220f3fe
REL: Update master after 1.19.4 release.
by Charles Harris
· 4 years, 10 months ago
0ae2811
REL: Update master after 1.19.3 release.
by Charles Harris
· 4 years, 10 months ago
688817e
Update doc/source/reference/c-api/array.rst
by Takanori H
· 4 years, 10 months ago
d212ee4
DOC: Fix some references
by takanori-pskq
· 4 years, 10 months ago
3b557bc
DOC: Don't use Python highlighting for non-python code
by Eric Wieser
· 4 years, 10 months ago
119a033
Merge pull request #17627 from takanori-pskq/i13114-array-struct
by Matti Picus
· 4 years, 10 months ago
56388f8
Merge pull request #17630 from takanori-pskq/i13114-capsule
by Matti Picus
· 4 years, 10 months ago
043a042
Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identity
by Matti Picus
· 4 years, 10 months ago
70c3565
DOC: Add ``identity_value`` to ``PyUFuncObject``
by takanori-pskq
· 4 years, 10 months ago
54a61a8
DOC: Replace ``PyCObject`` with ``PyCapsule``
by takanori-pskq
· 4 years, 10 months ago
feefb2b
DOC: Add entries for macros
by takanori-pskq
· 4 years, 10 months ago
bc90452
DOC: Fix the references for ``__array_*__``
by takanori-pskq
· 4 years, 10 months ago
b0f1cc1
DOC: Tidy up references to str_ / bytes_
by Eric Wieser
· 4 years, 10 months ago
becc3bc
DOC: Fixup for ``PyUFunc_*``
by takanori-pskq
· 4 years, 10 months ago
11c5796
Update doc/source/reference/random/c-api.rst
by Takanori H
· 4 years, 10 months ago
d38d0c9
Update doc/source/user/basics.rec.rst
by Takanori H
· 4 years, 10 months ago
15bb98c
DOC: Fixup for PR #17614
by takanori-pskq
· 4 years, 10 months ago
14bb267
DOC: Fix some references
by takanori-pskq
· 4 years, 10 months ago
b20b06f
DOC: Fix the document for arrays interface
by takanori-pskq
· 4 years, 10 months ago
395b754
Merge pull request #17570 from takanori-pskq/i13114-feature-version
by Matti Picus
· 4 years, 10 months ago
44b7698
DOC: Fixup
by takanori-pskq
· 4 years, 10 months ago
8bb56b7
DOC: Fix typos (general documentation)
by Alexander Kuhn-Regnier
· 4 years, 10 months ago
136185c
DOC: Added a PR "Reviewer guidelines" document. (#17252)
by Melissa Weber Mendonça
· 4 years, 10 months ago
7b0a764
ENH: add function to get broadcast shape from a given set of shapes. (#17535)
by madhulikajc
· 4 years, 11 months ago
44be966
DOC: Fix Boolean array indexing typo
by Ben Derrett
· 4 years, 11 months ago
d87800a
DOC: Add the entry for ``NPY_FEATURE_VERSION``
by takanori-pskq
· 4 years, 11 months ago
33ce3d7
DOC: Fix typos
by takanori-pskq
· 4 years, 11 months ago
4ccfbe6
Merge pull request #17559 from takanori-pskq/i16217-remove-directives
by Matti Picus
· 4 years, 11 months ago
faaf299
DOC: Remove directives for some constants
by takanori-pskq
· 4 years, 11 months ago
82c03d3
Apply suggestions from code review
by Eric Wieser
· 4 years, 11 months ago
d28af3d
DOC: Fix wrong blockquotes
by takanori-pskq
· 4 years, 11 months ago
9af9a96
Merge pull request #17523 from bjnath/new-docpage-top-links
by Charles Harris
· 4 years, 11 months ago
18da0ef
DOC: Add missing types to C function docs (#17549)
by Takanori H
· 4 years, 11 months ago
588a517
DOC: Fix typo (#17534)
by Takanori H
· 4 years, 11 months ago
50811dc
DOC: Explain :orphan: in PR #17523
by Ben Nathanson
· 4 years, 11 months ago
9c2ae9e
DOC: Fix Boolean types in C functions
by takanori-pskq
· 4 years, 11 months ago
822e00b
Merge pull request #17520 from bjnath/show-real-license
by Ralf Gommers
· 4 years, 11 months ago
997d6ec
DOC: Delete unused file in PR #17523
by Ben Nathanson
· 4 years, 11 months ago
c6dc9d6
DOC: Update top links in landing page
by Ben Nathanson
· 4 years, 11 months ago
84a4fcb
DOC: Fix empty 'C style guide' page (#17503)
by Ben Nathanson
· 4 years, 11 months ago
73c555f
DOC: Display real license on license page
by Ben Nathanson
· 4 years, 11 months ago
7396e03
DOC: Fix random links in release note (#17483)
by Takanori H
· 5 years ago
20d5999
DOC: Rename 'Quickstart tutorial' (#17504)
by Ben Nathanson
· 5 years ago
d868325
DOC: Use consistent lowercase on docs landing page
by Ben Nathanson
· 5 years ago
2a267e6
DOC: Fixing references in ma docstrings (#16300)
by Takanori H
· 5 years ago
2378c3c
Merge pull request #17481 from takanori-pskq/i13114-fix-structures-member
by Matti Picus
· 5 years ago
2c0df1e
DOC: Fix the entries for members of structures
by takanori-pskq
· 5 years ago
dc3e276
DOC: rm numpy. from type alias attr definitions.
by Ross Barnowski
· 5 years ago
3879e95
DOC: Fix broken references
by Eric Wieser
· 5 years ago
96cb096
DOC: add some missing scalar aliases
by Eric Wieser
· 5 years ago
c20f08a
Merge pull request #17464 from takanori-pskq/i13114-add-entries
by Matti Picus
· 5 years ago
3c5de8a
Fix: Remove the link for `PyArrayMapIterObject`
by takanori-pskq
· 5 years ago
04ad2ce
Fixup
by takanori-pskq
· 5 years ago
23e42e9
Merge pull request #17331 from eric-wieser/remove-scalar-tables
by Matti Picus
· 5 years ago
1e0aa16
DOC: Add some entries for C types and macros
by takanori-pskq
· 5 years ago
07a9760
Merge pull request #17353 from bjnath/how-to-io
by Charles Harris
· 5 years ago
923e77a
Merge pull request #17391 from bjnath/doc-conventions
by Charles Harris
· 5 years ago
72b9f49
DOC: typo.
by Ross Barnowski
· 5 years ago
cf1306a
Merge pull request #17445 from takanori-pskq/i13114-fix-refs-macro
by Matti Picus
· 5 years ago
37ff6fc
DOC: Fix some references for macros
by takanori-pskq
· 5 years ago
f16f01a
Fix: Add the entry for `NPY_ARR_HAS_DESCR`
by takanori-pskq
· 5 years ago
3f6bb20
Merge pull request #17448 from bjnath/rm-dupe-coc
by Charles Harris
· 5 years ago
3edc19f
DOC: Overhaul the scalar type documentation to use `..autoclass`
by Eric Wieser
· 5 years ago
2877fb0
DOC: Change the value of type.__name__ on the scalar types for sphinx builds
by Eric Wieser
· 5 years ago
5ee7737
DOC: Improve [source] links for C extension types
by Eric Wieser
· 5 years ago
7fb0b02
DOC: Remove CoC pages from Sphinx
by Ben Nathanson
· 5 years ago
d84ff86
DOC: Fix the references for macros
by takanori-pskq
· 5 years ago
1edd969
DOC: Fixes for PR 17440
by Ben Nathanson
· 5 years ago
93b5da0
DOC: Cleaner PR template
by Ben Nathanson
· 5 years ago
3ebcf25
DOC: Revise credit line per CC
by Ben Nathanson
· 5 years ago
24d368a
DOC: Fix the links for ``Ellipsis`` (#17431)
by Takanori H
· 5 years ago
ed7d967
Merge pull request #17400 from rossbar/doc/correct_rec_alias
by Charles Harris
· 5 years ago
058af75
Merge pull request #17382 from bjnath/new-pydata-css
by Ralf Gommers
· 5 years ago
3599af5
Incorporate feedback from review.
by Ross Barnowski
· 5 years ago
d1d725b
DOC: Add arraysetops to autosummary.
by Ross Barnowski
· 5 years ago
ab81a55
DOC: rm incorrect alias from recarray user article.
by Ross Barnowski
· 5 years ago
cb107d1
Merge pull request #17392 from bjnath/style-guides
by Matti Picus
· 5 years ago
d7b88ad
DOC: Update info on doc style rules
by Ben Nathanson
· 5 years ago
Next »