Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0rc2
/
doc
tag
a8ce4d449908831cf99ead1a4a8204ecfb3b595f
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat May 11 20:04:08 2024
object
e09a975364d19a562af056c1184affa7f81b812e
NumPy 2.0.0rc2 release
cd0219a
REL: Prepare for the NumPy 2.0.0rc2 release [wheel build]
by Charles Harris
· 1 year, 4 months ago
b6d0150
Merge pull request #26424 from charris/backport-26418
by Charles Harris
· 1 year, 4 months ago
51ba909
DOC: add reference docs for NpyString C API
by Nathan Goldbaum
· 1 year, 4 months ago
d730c44
DOC: Fix some typos and incorrect markups
by Yuki K
· 1 year, 4 months ago
d0fa6e5
Merge pull request #26403 from charris/backport-26385-26378
by Charles Harris
· 1 year, 4 months ago
e2cd0c4
DOC: Updated remaining links in random folder
by Ben Woodruff
· 1 year, 4 months ago
5d807e6
DOC: Update internal links for generator.rst and related
by Ben Woodruff
· 1 year, 4 months ago
78a5d18
BUG: remove references to missing functions.
by Charles Harris
· 1 year, 4 months ago
cb61222
Update routines.strings.rst
by Thomas Li
· 1 year, 4 months ago
616b7e5
DOC: Add replace to numpy.strings docs
by Thomas Li
· 1 year, 4 months ago
d384db6
Merge pull request #26393 from charris/backport-26372
by Charles Harris
· 1 year, 4 months ago
3ebc9be
DOC: Make a note of can_cast not supporting int, float, complex
by Sebastian Berg
· 1 year, 4 months ago
64db861
DOC: fix np.unique release notes [skip cirrus]
by Andrew Nelson
· 1 year, 4 months ago
d07ed11
moved note up in file and added internal link. [skip azp] [skip actions] [skip cirrus]
by bmwoodruff
· 1 year, 4 months ago
2f13920
DOC: implement ngoldbaum's suggestions
by Ben Woodruff
· 1 year, 4 months ago
06b9597
DOC: Added small clarification note, based on discussion in issue #25778
by bmwoodruff
· 1 year, 4 months ago
1682195
MAINT: Update some files from main
by Charles Harris
· 1 year, 4 months ago
8acdf6f
ENH: introduce 'compatible' stringdtype instances
by Nathan Goldbaum
· 1 year, 4 months ago
02f0a37
DOC: Follow-up fixes for new theme
by Melissa Weber Mendonça
· 1 year, 5 months ago
2dc7868
DOC: Make version switcher font size smaller
by Melissa Weber Mendonça
· 1 year, 5 months ago
ed4254a
DOC: Lint conf.py file
by Melissa Weber Mendonça
· 1 year, 5 months ago
80af3bf
DOC: Add search button and fix version switcher dev label
by Melissa Weber Mendonça
· 1 year, 5 months ago
6829250
DOC: Clean up CSS and adapt to new PyData Sphinx Theme version
by Melissa Weber Mendonça
· 1 year, 5 months ago
10969b5
Remove custom styling for div.admonition>.admonition-title::before and ::after
by Hugo van Kemenade
· 1 year, 5 months ago
571784b
DOC: correct PR referenced in __array_wraps__ change note [skip azp][skip cirrus][skip actions]
by Thomas A Caswell
· 1 year, 5 months ago
7983d62
MAINT: Fix some typos
by Leo Singer
· 1 year, 5 months ago
7f94b91
DOC: Add _dunder_array reference
by Mateusz Sokół
· 1 year, 5 months ago
95874d9
DOC: Update __array__ copy keyword docs
by Mateusz Sokół
· 1 year, 5 months ago
3ebf2db
DOC: Fixup intp/uintp documentation for ssize_t/size_t changes
by Sebastian Berg
· 1 year, 5 months ago
89ed606
DOC: Mention copy=True for __array__ in migration guide [skip azp] [skip cirrus] [skip actions]
by Mateusz Sokół
· 1 year, 5 months ago
bc41c47
REL: Prepare for the NumPy 2.0.0rc1 release [wheel build]
by Charles Harris
· 1 year, 5 months ago
589390a
MAINT: Fix failing example
by Charles Harris
· 1 year, 5 months ago
523daf7
DOC: document the ``numpy.version`` submodule - officially public now
by Ralf Gommers
· 1 year, 5 months ago
7586852
Merge pull request #26171 from charris/backport-26116
by Charles Harris
· 1 year, 5 months ago
c5de3ec
Merge pull request #26170 from charris/backport-26168
by Charles Harris
· 1 year, 5 months ago
64c6869
API: Expose abstract DTypes and add a doc (stub!), plus smaller tweaks
by Sebastian Berg
· 1 year, 5 months ago
b76c13a
DOC: mention np.lib.NumPyVersion in the 2.0 migration guide
by Ralf Gommers
· 1 year, 5 months ago
088af34
MAINT: Fix missing backtick.
by Charles Harris
· 1 year, 5 months ago
d8d3453
DOC: Also add the message to the "import error" guide so it can be found
by Sebastian Berg
· 1 year, 5 months ago
0edb2cb
MAINT: Add a few more const to function parameters (safe)
by Sebastian Berg
· 1 year, 5 months ago
b1bdd77
DOC: Also update docs for changes
by Sebastian Berg
· 1 year, 5 months ago
da381bf
BUG: adapt cython files to new complex declarations (#26080)
by Matti Picus
· 1 year, 5 months ago
045228f
Merge pull request #26076 from charris/backport-26064
by Charles Harris
· 1 year, 6 months ago
8dcc999
MAINT: Make PyArrayMultiIterObject struct "smaller"
by Sebastian Berg
· 1 year, 6 months ago
f068a17
Update doc/source/dev/development_environment.rst
by Adrin Jalali
· 1 year, 6 months ago
ddabc19
DOC clarifications on debugging numpy
by adrinjalali
· 1 year, 6 months ago
69d6aa0
MAINT: handle `NPY_ALLOW_THREADS` and related build option better
by Ralf Gommers
· 1 year, 6 months ago
6ed2008
DOC: mention the `exceptions` namespace in the 2.0.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
52d9b96
REL: Prepare for the NumPy 2.0.0b1 release (3)
by Charles Harris
· 1 year, 6 months ago
b1d8815
DOC: remove reverted release blurb [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 6 months ago
51d0790
REL: Prepare for the NumPy 2.0.0b1 release (2) [wheel build]
by Charles Harris
· 1 year, 6 months ago
6336a26
DOC: fix references [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 6 months ago
adba336
DOC: make nitpick mode cleaner [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 6 months ago
842d42a
REL: Prepare for the NumPy 2.0.0b1 release [wheel build]
by Charles Harris
· 1 year, 6 months ago
218d916
DOC: Fix a note section markup in ``dtype.rst``
by Yuki K
· 1 year, 6 months ago
ad4d6ee
DOC: complete the narrative section of the 2.0.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
df44639
DOC: fix all Sphinx warnings in 2.0.0-notes
by Ralf Gommers
· 1 year, 6 months ago
431bf0a
Merge branch 'main' into 2.0-highlights
by Ralf Gommers
· 1 year, 6 months ago
030d72b
Merge pull request #25962 from mattip/doc-fixes
by Sebastian Berg
· 1 year, 6 months ago
5b6bc7f
DOC: fix typos [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 6 months ago
3d4aed3
API: revert position-only 'start' in 'np.arange' (#25955)
by Matti Picus
· 1 year, 6 months ago
ad3524c
API: Expose `PyArray_Pack`
by Sebastian Berg
· 1 year, 6 months ago
b25ea3e
DOC: address review comments on 2.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
dbbf235
Merge pull request #25943 from seberg/descr-abi-break
by Matti Picus
· 1 year, 6 months ago
a174433
MAINT: Make output of Polynomial representations consistent (#21760)
by Pieter Eendebak
· 1 year, 6 months ago
3b5e6d8
DOC: add 2.0 release note highlights and narrative content
by Ralf Gommers
· 1 year, 6 months ago
cbaba3f
DOC: 2.0 migration guide cleanup; move ruff plugin section to the top
by Ralf Gommers
· 1 year, 6 months ago
4fb6ede
DOC: add note on copy keyword to the 2.0 migration guide
by Ralf Gommers
· 1 year, 6 months ago
1f46066
DOC: add compatibility note about sort/argsort behavior
by Ralf Gommers
· 1 year, 6 months ago
4c38ec2
MAINT: As discussed make it two NULL fields at the end of dtype
by Sebastian Berg
· 1 year, 6 months ago
00f8641
DOC: update doc/source/release/2.0.0-notes.rst
by Sebastian Berg
· 1 year, 6 months ago
7653a32
DOC: Add and fixup/move docs for descriptor changes
by Sebastian Berg
· 1 year, 6 months ago
0170958
DOC: Fix incorrect rst markups of c function directives
by Yuki K
· 1 year, 6 months ago
341ef66
Merge pull request #25939 from F3eQnxN3RriK/doc-patch-1
by Matti Picus
· 1 year, 6 months ago
8b0bc6d
Merge pull request #25933 from rgommers/fix-towncrier-invocation
by Charles Harris
· 1 year, 6 months ago
d83463c
DOC: Add entries of ``npy_datetime`` and ``npy_timedelta``
by Yuki K
· 1 year, 6 months ago
e1fcb0f
DOC: remove no longer needed steps from release walkthrough
by Ralf Gommers
· 1 year, 6 months ago
f90d3c5
MAINT: ensure towncrier can be run >1x, and is included in `spin docs`
by Ralf Gommers
· 1 year, 6 months ago
2c95083
MAINT,API: Make c_metadata, fields, and names only exist on old-style dtypes (#25802)
by Sebastian Berg
· 1 year, 6 months ago
8ed37a6
Merge pull request #25920 from rgommers/neps-update-statuses
by Charles Harris
· 1 year, 6 months ago
8ac53ff
Merge pull request #25929 from lysnikolaou/migration-guide-complex-numbers
by Charles Harris
· 1 year, 6 months ago
a8d4e48
Merge pull request #25928 from lysnikolaou/add-np-char-migration-guide
by Ralf Gommers
· 1 year, 6 months ago
2347452
DOC: Add mention of complex number changes to migration guide
by Lysandros Nikolaou
· 1 year, 6 months ago
b941dc4
DOC: Add note about np.char & np.strings in 2.0 migration guide
by Lysandros Nikolaou
· 1 year, 6 months ago
5a2a295
DOC: complete copy-edit of the 2.0.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
34a8170
DOC: incorporate "upcoming changes" fragments into 2.0.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
d17824f
DOC: clean up "Release notes" doc page with smaller toctree
by Ralf Gommers
· 1 year, 6 months ago
acf49fe
BUG: fix handling of copy keyword argument when calling __array__
by Nathan Goldbaum
· 1 year, 6 months ago
7470655
NEP: update status of active process NEPs, NEP 21 Deferred, NEP 38 Final
by Ralf Gommers
· 1 year, 6 months ago
b169a45
NEP: update to status of NEPs 30, 31, 37, 47, 56
by Ralf Gommers
· 1 year, 6 months ago
5f9d6c3
DOC: Fix some document build errors about rst markups (#25915)
by Yuki K
· 1 year, 6 months ago
54b174f
Merge pull request #25897 from seberg/revert-arrfuncs
by Ralf Gommers
· 1 year, 6 months ago
9df3add
NEP: mark NEP 47 as superseded; add note with context for future readers
by Ralf Gommers
· 1 year, 6 months ago
28f4b29
DOC: update release notes for array API standard support changes
by Ralf Gommers
· 1 year, 6 months ago
dc1dbdb
DOC: update the page on array API standard compatibility
by Ralf Gommers
· 1 year, 6 months ago
beb523c
np.array: call __array__ with copy keyword
by Mateusz Sokół
· 1 year, 6 months ago
ab9c6b8
API: Move back to original semantics for np.astype
by Mateusz Sokół
· 1 year, 6 months ago
906010e
API: Introduce copy argument for np.asarray
by Mateusz Sokół
· 1 year, 6 months ago
6e9b286
NEP: add NEP 56 on array API standard support in main namespace (#25542)
by Ralf Gommers
· 1 year, 6 months ago
568aa77
MAINT: Fixups for revert: add docs and move GETITEM/SETITEM def
by Sebastian Berg
· 1 year, 6 months ago
Next »