Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.21.1
/
doc
/
neps
tag
e13fc196b121169bac71be6acf1090ccfbd22cac
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Jul 18 17:37:27 2021
object
df6d2600c51502e1877aac563658d0616a75c5e5
NumPy 1.21.1 release
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
aab6147
MAINT: Python3 classes do not need to inherit from object
by Mike Taves
· 4 years, 4 months ago
6a673d0
NEP: add mailing list thread, fixes from review
by mattip
· 4 years, 4 months ago
2416ff4
NEP: propose new nep for allocator policies (gh-18805)
by Matti Picus
· 4 years, 4 months ago
90a4089
DOC: Small fixes (including formatting) for NEP 43
by Sebastian Berg
· 4 years, 5 months ago
44dbf64
MAINT: Raise error instead of warning and ammend NEP on `type_resolver`
by Sebastian Berg
· 4 years, 5 months ago
0bcf690
Merge pull request #18454 from rgommers/nep-spending-funds
by Matti Picus
· 4 years, 6 months ago
1879a2e
DOC: address remaining review comments
by Ralf Gommers
· 4 years, 6 months ago
954605e
MAINT: Update master to main after branch rename (gh-18544)
by Stefan van der Walt
· 4 years, 6 months ago
a760dfc
DOC: address review comments on NEP 48
by Ralf Gommers
· 4 years, 6 months ago
d2b969d
Merge pull request #18456 from data-apis/nep-array-api-standard
by Charles Harris
· 4 years, 6 months ago
7eb5cfc
Add intro paragraph to Motivation and Scope to explain unrestricted funding
by Ralf Gommers
· 4 years, 7 months ago
6dba374
Commit textual suggestions from PR review
by Ralf Gommers
· 4 years, 7 months ago
5808910
DOC: update NEP status for accepted/finished NEPs
by Ralf Gommers
· 4 years, 7 months ago
0f2b4b2
NEP: array API standard adoption
by Ralf Gommers
· 4 years, 7 months ago
cf9a5db
NEP: add Spending NumPy Project Funds draft - NEP 48
by Ralf Gommers
· 4 years, 7 months ago
de8bb00
Merge pull request #18233 from rgommers/accept-nep23
by Ralf Gommers
· 4 years, 7 months ago
8324873
MAINT: Remove stray quote.
by Charles Harris
· 4 years, 7 months ago
08f13c5
NEP: accept NEP 46 (sponsorship guidelines)
by Ralf Gommers
· 4 years, 8 months ago
6af6feb
NEP: accept NEP 23 (backwards compatibility policy)
by Ralf Gommers
· 4 years, 8 months ago
bfc7e43
Merge pull request #18097 from rgommers/nep-backcompat-update
by Matti Picus
· 4 years, 8 months ago
b97ef1f
Adopt copy-edits suggested by charris
by Ralf Gommers
· 4 years, 8 months ago
7670cb4
Address more review comments on the backwards compat NEP
by Ralf Gommers
· 4 years, 8 months ago
a6edae7
DOC: update for review comments on NEP 23
by Ralf Gommers
· 4 years, 8 months ago
ffde0de
Commit code review suggestions by seberg
by Ralf Gommers
· 4 years, 8 months ago
f10da39
Merge pull request #18084 from rgommers/nep-sponsorship
by Charles Harris
· 4 years, 8 months ago
995d5a6
MAINT: address review comments on sponsorship NEP
by Ralf Gommers
· 4 years, 8 months ago
732b3a5
DOC: address review comments on sponsorship NEP
by Ralf Gommers
· 4 years, 8 months ago
f9e939b
DOC: address review comments on NEP 23
by Ralf Gommers
· 4 years, 8 months ago
71fa9e4
DOC: roadmap update
by Ralf Gommers
· 4 years, 8 months ago
ed5dd61
NEP: rewrite the backwards compatibility NEP contents
by Ralf Gommers
· 4 years, 8 months ago
c40ced6
NEP: remove versioning related content from backwards compat NEP
by Ralf Gommers
· 4 years, 8 months ago
c002440
NEP: update backwards compatibility NEP text, remove examples
by Ralf Gommers
· 4 years, 8 months ago
31e00f0
NEP: NumPy sponsorship guidelines (NEP 46)
by Ralf Gommers
· 4 years, 8 months ago
aa3d08d
DOC: fix build warning for NEP 36
by Ralf Gommers
· 4 years, 9 months ago
aed54ec
DOC: fix invalid C code in NEP 10
by Ralf Gommers
· 4 years, 9 months ago
e81922e
DOC: fix build warnings in NEP 35
by Ralf Gommers
· 4 years, 9 months ago
acfc3f3
NEP: mark NEP 28 on website redesign as final
by Ralf Gommers
· 4 years, 9 months ago
77e4bf6
Replace Numpy with NumPy
by Stefan van der Walt
· 4 years, 9 months ago
7a075cf
NEP: Accept NEP 42 -- New and extensible DTypes
by Sebastian Berg
· 4 years, 9 months ago
9c3ac2e
NEP: Update NEP 42 and 43 according to the current implementation
by Sebastian Berg
· 4 years, 9 months ago
3cfcd22
MAINT: Rewrite can-cast logic in terms of NEP 42
by Sebastian Berg
· 4 years, 10 months ago
5da4a8e
Merge pull request #17725 from pentschev/nep-35-downstream-like-instructions
by Sebastian Berg
· 4 years, 10 months ago
27e67ce
NEP: NEP-35 phrasing fix
by Peter Andreas Entschev
· 4 years, 10 months ago
fb2c9c8
NEP: Small NEP-35 wording fix
by Peter Andreas Entschev
· 4 years, 10 months ago
30e41f1
NEP: Add NEP-35 instructions on reading like= downstream
by Peter Andreas Entschev
· 4 years, 10 months ago
3052bbc
NEP36: include additional feedback (#17578)
by Stefan van der Walt
· 4 years, 10 months ago
7b48608
NEP: Ensure inner loop signature is complete everywhere
by Sebastian Berg
· 4 years, 11 months ago
3b557bc
DOC: Don't use Python highlighting for non-python code
by Eric Wieser
· 4 years, 11 months ago
2ce4ab4
NEP 36 (fair play) (#14779)
by Stefan van der Walt
· 5 years ago
fa2aceb
DOC: Include NEP titles for first reference in NEP 42
by Ben Nathanson
· 5 years ago
81ac8ad
DOC: MAINT: Add NEP 43 links to NEP 42
by Ben Nathanson
· 5 years ago
dbc4f5d
NEP: Initial draft for NEP 43 for extensible ufuncs (gh-16723)
by Sebastian Berg
· 5 years ago
8647232
DOC: New round of NEP 42 edits (gh-17493)
by Ben Nathanson
· 5 years ago
789b217
NEP: update NEP 42 with discussion of type hinting applications (#17447)
by Josh Wilson
· 5 years ago
e431234
nep-0029 typo correction
by Safouane Chergui
· 5 years ago
6668590
NEP: Edit nep-0042 for more clarity (#17370)
by Sebastian Berg
· 5 years ago
c6853c7
NEP: Regenerate table in NEP 29 (add numpy 1.18 and 1.19 to list) (#17337)
by Matthias Bussonnier
· 5 years ago
274d5d6
Merge pull request #17093 from pentschev/nep-35-template-rewrite
by Charles Harris
· 5 years ago
60f9c61
Merge pull request #17074 from mattip/pydata-sphinx-theme
by Ralf Gommers
· 5 years ago
00fa130
DOC: NEP-42: Fix a few typos.
by Warren Weckesser
· 5 years ago
4983fc8
DOC: make spacing consistent in NEP 41 bullet points
by Josh Wilson
· 5 years ago
57f78df
ENH: Clarifies meta_from_array function in NEP-35
by Peter Andreas Entschev
· 5 years ago
b6f2c16
NEP: Fix some grammar and formatting in NEP-35
by Peter Andreas Entschev
· 5 years ago
3d527ea
NEP: Improve grammar on NEP-35 reference to Dask's objects
by Peter Andreas Entschev
· 5 years ago
2e30534
NEP: Clarify Dask intent with `my_dask_pad` function name
by Peter Andreas Entschev
· 5 years ago
b5f5577
NEP: Clarify NEP-35 C implementation details.
by Peter Andreas Entschev
· 5 years ago
974c023
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
67c9733
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
57d6bab
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
f1d1562
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
17620c2
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
a82cc4b
NEP: Move NumPy users comment to top of NEP-35 Usage and Impact
by Peter Andreas Entschev
· 5 years ago
1017007
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
cde3543
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
69e3e71
NEP: Improve NEP-35 abstract per @mattip's suggestion
by Peter Andreas Entschev
· 5 years ago
615f19f
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
52d9c74
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
3cf7b6b
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
61dcb63
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
68fd054
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
by Peter Andreas Entschev
· 5 years ago
9b660e4
NEP: Simplify NEP-35 further with reviewer's suggestions
by Peter Andreas Entschev
· 5 years ago
7d7b46c
NEP: Adjust NEP-35 to make it more user-accessible
by Peter Andreas Entschev
· 5 years ago
585b39d
DOC, NEP: move wishlist link to the theme configuation
by mattip
· 5 years ago
444ad18
DOC, NEP: use new theme in NEPs too
by mattip
· 5 years ago
eec0aa2
NEP: Updated NEP-35 with keyword-only instruction (#17009)
by Peter Andreas Entschev
· 5 years ago
c092cd1
BUG, MAINT: Remove overzealous automatic RST link
by Matthias Bussonnier
· 5 years ago
8bcf6bc
NEP: Update NEP 42 to note the issue of circular references (gh-16778)
by Sebastian Berg
· 5 years ago
a89f3eb
NEP 42: Technical decisions for new DTypes (#15507)
by Sebastian Berg
· 5 years ago
8f8603d
Merge pull request #16445 from rgommers/roadmap-update
by Charles Harris
· 5 years ago
c8a5ff0
STY: trivial doc style fix in NEP 45. (#16514)
by Ralf Gommers
· 5 years ago
2198073
DOC: Add NEP45 and NEP29 targets, use <NEPxx> links
by Ben Nathanson
· 5 years ago
106e373
DOC: address review comments on gh-16445
by Ralf Gommers
· 5 years ago
03ebc55
DOC: Point Contributing page to new NEP 45
by Ben Nathanson
· 5 years ago
9ec27a3
DOC: NEP for C style guide (#16430)
by bjnath
· 5 years ago
5e19fe8
DOC: update roadmap
by Ralf Gommers
· 5 years ago
42bff3e
DOC: Add a NEP link to all neps.
by Matthias Bussonnier
· 5 years ago
8c894ad
Update nep-0029-deprecation_policy.rst
by Matthias Bussonnier
· 5 years ago
Next »