Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0rc2
tag
a8ce4d449908831cf99ead1a4a8204ecfb3b595f
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat May 11 20:04:08 2024
object
e09a975364d19a562af056c1184affa7f81b812e
NumPy 2.0.0rc2 release
e09a975
Merge pull request #26425 from charris/prepare-2.0.0rc2
by Charles Harris
· 1 year, 3 months ago
v2.0.0rc2
cd0219a
REL: Prepare for the NumPy 2.0.0rc2 release [wheel build]
by Charles Harris
· 1 year, 3 months ago
b6d0150
Merge pull request #26424 from charris/backport-26418
by Charles Harris
· 1 year, 3 months ago
7d3138e
Merge pull request #26423 from charris/backport-26413
by Charles Harris
· 1 year, 3 months ago
51ba909
DOC: add reference docs for NpyString C API
by Nathan Goldbaum
· 1 year, 3 months ago
d730c44
DOC: Fix some typos and incorrect markups
by Yuki K
· 1 year, 3 months ago
d9f1442
Merge pull request #26417 from charris/backport-26392
by Charles Harris
· 1 year, 3 months ago
0f86b1d
BUG: Remove rjust & ljust from test.
by Charles Harris
· 1 year, 3 months ago
0a07582
MNT: apply review comments
by Nathan Goldbaum
· 1 year, 3 months ago
16c292d
BUG: support nan-like null strings in [l,r]strip
by Nathan Goldbaum
· 1 year, 3 months ago
d0fa6e5
Merge pull request #26403 from charris/backport-26385-26378
by Charles Harris
· 1 year, 4 months ago
02b52aa
Merge pull request #26402 from charris/backport-26391
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
e80ad45
Merge pull request #26400 from charris/backport-26396
by Charles Harris
· 1 year, 4 months ago
c1bd58b
MNT: more gracefully handle spin adding arguments to functions we override
by Nathan Goldbaum
· 1 year, 4 months ago
d384db6
Merge pull request #26393 from charris/backport-26372
by Charles Harris
· 1 year, 4 months ago
9aace32
BUG: Make sure that NumPy scalars are supported by can_cast
by Sebastian Berg
· 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
885ffc1
Merge pull request #26374 from charris/backport-26355
by Charles Harris
· 1 year, 4 months ago
bfa3d33
Merge pull request #26373 from charris/backport-26369
by Charles Harris
· 1 year, 4 months ago
3e769db
ENH: add support for nan-like null strings in string replace (#26355)
by Nathan Goldbaum
· 1 year, 4 months ago
64db861
DOC: fix np.unique release notes [skip cirrus]
by Andrew Nelson
· 1 year, 4 months ago
e6d7e00
Merge pull request #26360 from charris/backport-26359
by Charles Harris
· 1 year, 4 months ago
37bb571
MAINT: Simplify bugfix for even rfft
by Marten Henric van Kerkwijk
· 1 year, 4 months ago
0d2e8cd
Merge pull request #26357 from charris/backport-26340
by Charles Harris
· 1 year, 4 months ago
3cc51a2
Merge pull request #26358 from charris/backport-26354
by Charles Harris
· 1 year, 4 months ago
fd9ed4a
MAINT: Fix a comment to refer to copy_input instead of copy_data.
by Warren Weckesser
· 1 year, 4 months ago
8704b88
TST: Use fft() to compute the expected result of an rfft() test.
by Warren Weckesser
· 1 year, 4 months ago
051f734
BUG: Fix rfft for even input length.
by Warren Weckesser
· 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
9c913ee
Merge pull request #26351 from charris/backport-26261
by Charles Harris
· 1 year, 4 months ago
1028749
MAINT: Remove some ufuncs not wanted in 2.0.x
by Charles Harris
· 1 year, 4 months ago
1682195
MAINT: Update some files from main
by Charles Harris
· 1 year, 4 months ago
c25651c
MNT: respond to minor comments from marten
by Nathan Goldbaum
· 1 year, 4 months ago
e7f972c
MAINT: respond to marten's comments
by Nathan Goldbaum
· 1 year, 4 months ago
99e7f71
MNT: refactor stringdtype_setitem following marten's suggestion
by Nathan Goldbaum
· 1 year, 4 months ago
f07f36d
MNT: refactor tortured logic in test
by Nathan Goldbaum
· 1 year, 4 months ago
4bb1e22
MNT: refactor stringdtype compatibility checking out of common_instance
by Nathan Goldbaum
· 1 year, 4 months ago
8acdf6f
ENH: introduce 'compatible' stringdtype instances
by Nathan Goldbaum
· 1 year, 4 months ago
d4875be
MNT: fix copy/paste error for NA type extracted from Pandas
by Nathan Goldbaum
· 1 year, 4 months ago
07747bb
Merge pull request #26334 from charris/disable-sanitizer
by Sebastian Berg
· 1 year, 4 months ago
04a1c37
CI: Disable compiler sanitizer tests on 2.0.x
by Charles Harris
· 1 year, 4 months ago
367a733
Merge pull request #26332 from charris/backport-26317
by Charles Harris
· 1 year, 4 months ago
c0596e6
Merge pull request #26331 from charris/backport-26304
by Charles Harris
· 1 year, 4 months ago
6ac1312
Merge pull request #26330 from Romain-Geissler-1A/maintenance/2.0.x
by Charles Harris
· 1 year, 4 months ago
10f62a0
BUG: use PyArray_SafeCast in array_astype
by Nathan Goldbaum
· 1 year, 4 months ago
35f97af
MAINT: address improper error handling and cleanup for `spin` (#26304)
by M Bussonnier
· 1 year, 4 months ago
4ad8207
BUG: Fix invalid constructor in string_fastsearch.h with C++ >= 20.
by Romain Geissler
· 1 year, 4 months ago
cae7f62
Merge pull request #26312 from charris/backport-26311
by Charles Harris
· 1 year, 4 months ago
02f0a37
DOC: Follow-up fixes for new theme
by Melissa Weber Mendonça
· 1 year, 4 months ago
30985f8
Merge pull request #26305 from charris/backport-26125
by Charles Harris
· 1 year, 4 months ago
3315da4
Merge pull request #26306 from charris/backport-26248
by Charles Harris
· 1 year, 4 months ago
a873db9
Merge pull request #26307 from charris/backport-26302
by Charles Harris
· 1 year, 4 months ago
58f5215
BLD: use newer openblas wheels [wheel build]
by Matti Picus
· 1 year, 4 months ago
12925a7
BLD: use newer openblas wheels [wheel build]
by Matti Picus
· 1 year, 4 months ago
4a1c750
MAINT: Robust string meson template substitution
by Rohit Goswami
· 1 year, 4 months ago
2dc7868
DOC: Make version switcher font size smaller
by Melissa Weber Mendonça
· 1 year, 4 months ago
ed4254a
DOC: Lint conf.py file
by Melissa Weber Mendonça
· 1 year, 4 months ago
80af3bf
DOC: Add search button and fix version switcher dev label
by Melissa Weber Mendonça
· 1 year, 4 months ago
6829250
DOC: Clean up CSS and adapt to new PyData Sphinx Theme version
by Melissa Weber Mendonça
· 1 year, 4 months ago
10969b5
Remove custom styling for div.admonition>.admonition-title::before and ::after
by Hugo van Kemenade
· 1 year, 4 months ago
a6693f5
DOC: Remove '-j2' to fix docs build
by Hugo van Kemenade
· 1 year, 4 months ago
9cef25c
DOC: Bump pydata-sphinx-theme version
by Hugo van Kemenade
· 1 year, 4 months ago
b161a9e
Merge pull request #26293 from charris/backport-26260
by Charles Harris
· 1 year, 4 months ago
7f2ae12
MAINT: Update numpy/random/_pickle.py
by Charles Harris
· 1 year, 4 months ago
2013992
Merge pull request #26297 from charris/backport-26281
by Charles Harris
· 1 year, 4 months ago
7cde545
TST: Pin sphinx to 7.2.6
by Charles Harris
· 1 year, 4 months ago
18d6389
BUG: Workaround for Intel Compiler mask conversion bug
by Sayed Adel
· 1 year, 4 months ago
44ba7ca
BUG: Ensure seed sequences are restored through pickling (#26260)
by Kevin Sheppard
· 1 year, 4 months ago
4460263
Merge pull request #26283 from tacaswell/doc/fix_array_wrap_PRnumber
by Charles Harris
· 1 year, 4 months ago
571784b
DOC: correct PR referenced in __array_wraps__ change note [skip azp][skip cirrus][skip actions]
by Thomas A Caswell
· 1 year, 4 months ago
8acac0e
Merge pull request #26272 from charris/backport-26136-26270
by Nathan Goldbaum
· 1 year, 4 months ago
97dce27
BUG: ensure np.vectorize doesn't truncate fixed-width strings
by Nathan Goldbaum
· 1 year, 4 months ago
22a534a
BUG: fixed datetime64[ns] conversion issue in numpy.vectorize, see #25936
by Francisco Sousa
· 1 year, 4 months ago
8d80450
Merge pull request #26265 from charris/backport-26263-26264
by Christopher Sidebottom
· 1 year, 4 months ago
7983d62
MAINT: Fix some typos
by Leo Singer
· 1 year, 4 months ago
51b48e8
Merge pull request #26262 from charris/backport-26258
by Charles Harris
· 1 year, 4 months ago
5b19c92
BLD: update to OpenBLAS 0.3.27.0.1
by Matti Picus
· 1 year, 4 months ago
28d920e
Merge pull request #26259 from charris/backport-26239-26241-26245
by Charles Harris
· 1 year, 4 months ago
7f94b91
DOC: Add _dunder_array reference
by Mateusz Sokół
· 1 year, 4 months ago
95874d9
DOC: Update __array__ copy keyword docs
by Mateusz Sokół
· 1 year, 4 months ago
3ebf2db
DOC: Fixup intp/uintp documentation for ssize_t/size_t changes
by Sebastian Berg
· 1 year, 4 months ago
647ed83
DOC: add versionadded for copy keyword in np.asarray docstring
by Joris Van den Bossche
· 1 year, 4 months ago
f5a183c
Merge pull request #26256 from charris/backport-26237
by Charles Harris
· 1 year, 4 months ago
4ffd891
MAINT: Update array-api-tests job
by Mateusz Sokół
· 1 year, 4 months ago
abf4d71
Merge pull request #26231 from charris/backport-26210
by Charles Harris
· 1 year, 5 months ago
664b161
API: Readd np.bool_ typing stub
by Mateusz Sokół
· 1 year, 5 months ago
4610256
Merge pull request #26205 from charris/backport-26147
by Charles Harris
· 1 year, 5 months ago
438df4f
MNT: tiny optimization
by Nathan Goldbaum
· 1 year, 5 months ago
785583d
MNT: check for valid views by comparing with NPY_MIN_INTP
by Nathan Goldbaum
· 1 year, 5 months ago
52dc204
MNT: respond to review comments
by Nathan Goldbaum
· 1 year, 5 months ago
ef68c39
MAINT: refactor to pass casting safety in
by Nathan Goldbaum
· 1 year, 5 months ago
d3335ef
MNT: Only assert if finalize_descr isn't defined
by Nathan Goldbaum
· 1 year, 5 months ago
3d9d1ed
MNT: make PyArray_ViewableTypes use view_offset from casting setup
by Nathan Goldbaum
· 1 year, 5 months ago
Next »