Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.5
tag
dcf9b688c02e22d72c0777df5838e7453ccccc99
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed May 01 15:07:33 2024
object
93fdebfcb4bc4cd53c959ccd0117a612d5f13f1a
NumPy 1.26.5 release
93fdebf
Merge pull request #26365 from charris/fix-cirrus
by Charles Harris
· 1 year, 4 months ago
v1.26.5
62eb80b
MAINT: Pin meson-python <= 0.16.0
by Charles Harris
· 1 year, 4 months ago
317c3f2
MAINT: Try changing mac path for homebrew [wheel build]
by Charles Harris
· 1 year, 4 months ago
4bb5291
Merge pull request #26361 from charris/prepare-1.26.5
by Charles Harris
· 1 year, 4 months ago
ab7b027
wip
by Charles Harris
· 1 year, 4 months ago
0ba3ba9
REL: Prepare for the NumPy 1.26.5 release [wheel build].
by Charles Harris
· 1 year, 4 months ago
37a5ceb
Merge pull request #26301 from musicinmybrain/meson-python-0.16
by Charles Harris
· 1 year, 5 months ago
43f9f1b
BLD: In 1.26.x, do not upper-bound the meson-python version
by Benjamin A. Beasley
· 1 year, 5 months ago
ee81e36
Merge pull request #26132 from charris/backport-26129
by Charles Harris
· 1 year, 5 months ago
19fba02
MAINT: add missing noexcept clauses (1/2)
by Gonzalo Tornaría
· 1 year, 5 months ago
ceab92f
Merge pull request #26021 from charris/backport-25950
by Charles Harris
· 1 year, 6 months ago
856eb95
BUG: Fix reference leak in niche user old user dtypes
by Sebastian Berg
· 1 year, 6 months ago
f4e5508
Merge pull request #25617 from cook-1229/patch-1
by Charles Harris
· 1 year, 7 months ago
467278b
Merge pull request #25818 from bartoli/1.26.x
by Charles Harris
· 1 year, 7 months ago
ae6c63d
Propagate cython dep upgrade
by bartoli
· 1 year, 7 months ago
bc7a52f
Propagate cython dep upgrade
by bartoli
· 1 year, 7 months ago
275f080
Update test_io.py to add test_newline_header_footer()
by cook-1229
· 1 year, 7 months ago
6ba1e5b
Merge pull request #25771 from charris/begin-1.26.5
by Charles Harris
· 1 year, 7 months ago
d40a5a7
Update test_io.py to address lint
by cook-1229
· 1 year, 7 months ago
6caa73b
Update test_io.py to fix newlines
by cook-1229
· 1 year, 7 months ago
17a8d57
Update test_io.py
by cook-1229
· 1 year, 7 months ago
96edd0b
Update test_io.py to make tests respect newlines
by cook-1229
· 1 year, 7 months ago
6f735ba
MAINT: prepare 1.26.x for further development
by Charles Harris
· 1 year, 7 months ago
4c42c31
Update test_io.py
by cook-1229
· 1 year, 7 months ago
da587c5
Update test_io.py to set newlines for header/footer.
by cook-1229
· 1 year, 7 months ago
b83afd1
Update test_io.py to address str vs byte mismatch
by cook-1229
· 1 year, 7 months ago
b398806
Update test_io.py to reset BytesIO
by cook-1229
· 1 year, 7 months ago
fc576da
Update test_io.py to test implicit universal newlines
by cook-1229
· 1 year, 7 months ago
295f5a8
Update npyio.py set newlines for header and footer
by cook-1229
· 1 year, 7 months ago
c48b746
Update test_io.py
by cook-1229
· 1 year, 7 months ago
607d83e
Update test_io.py to correct typo
by cook-1229
· 1 year, 7 months ago
374df5b
Update test_io.py to correct test_newline()
by cook-1229
· 1 year, 7 months ago
0963b65
Update test_io.py to fix linting issues.
by cook-1229
· 1 year, 7 months ago
14b729d
Update test_io.py to add TestSaveTxt.test_newline().
by cook-1229
· 1 year, 7 months ago
9815c16
Merge pull request #25770 from charris/prepare-1.26.4
by Charles Harris
· 1 year, 7 months ago
v1.26.4
114ed25
REL: Prepare for the NumPy 1.26.4 release
by Charles Harris
· 1 year, 7 months ago
2fae4d3
Merge pull request #25323 from stefanor/import-asstr
by Charles Harris
· 1 year, 7 months ago
ce89a0a
Merge pull request #25756 from charris/backport-24711
by Charles Harris
· 1 year, 7 months ago
f62dfc6
Merge pull request #25755 from charris/backport-25709
by Charles Harris
· 1 year, 7 months ago
fee88ab
BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
by Pieter Eendebak
· 1 year, 7 months ago
659be68
MAINT: Include header defining backtrace
by Stefan van der Walt
· 1 year, 7 months ago
837cd38
Merge pull request #25748 from rgommers/unvendor-mesonpython
by Charles Harris
· 1 year, 7 months ago
f984240
CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build]
by Ralf Gommers
· 1 year, 7 months ago
3548f9d
BLD: unvendor meson-python [wheel build]
by Ralf Gommers
· 1 year, 7 months ago
5a0cd8e
BLD: remove last usage of `distutils` in `_core/code_generators/`
by Ralf Gommers
· 1 year, 7 months ago
052165e
Merge pull request #25720 from charris/backport-25503
by Charles Harris
· 1 year, 7 months ago
861110d
Merge pull request #25718 from charris/backport-25716
by Charles Harris
· 1 year, 7 months ago
c5ba99c
MAINT: Bump cibuildwheel to v2.16.4
by Charles Harris
· 1 year, 7 months ago
cb6488d
TST: marks on a fixture have no effect
by mattip
· 1 year, 7 months ago
76b0a2f
CI: pin cygwin python to 3.9.16-1 [skip cirrus][skip azp][skip circle]
by mattip
· 1 year, 7 months ago
dc12cf1
Merge pull request #25630 from snogge/fallocate64-1.26
by Charles Harris
· 1 year, 7 months ago
e48572e
Merge pull request #25670 from charris/backport-25669
by Charles Harris
· 1 year, 8 months ago
cb3171c
BLD: fix potential issue with escape sequences in ``__config__.py``
by Charles Harris
· 1 year, 8 months ago
1d50085
Merge pull request #25658 from charris/backport-25652
by Charles Harris
· 1 year, 8 months ago
7baac4d
MAINT: Bump actions/checkout in macos.yml
by Charles Harris
· 1 year, 8 months ago
043ff7a
BUG: Fix AVX512 build flags on Intel Classic Compiler
by Sayed Adel
· 1 year, 8 months ago
fe24aba
Merge pull request #25645 from charris/backport-25629
by Charles Harris
· 1 year, 8 months ago
3294b18
Merge pull request #25643 from charris/backport-25628
by Charles Harris
· 1 year, 8 months ago
a4f3c22
TST: Bump pytz to 2023.3.post1
by Elliott Sales de Andrade
· 1 year, 8 months ago
7ef4843
TST: Fix test_warning_calls on Python 3.12
by Elliott Sales de Andrade
· 1 year, 8 months ago
57a276d
Update npyio.py to correct typo.
by cook-1229
· 1 year, 8 months ago
df7e8e6
Update npyio.py to handle multiple uses of newline in savetxt().
by cook-1229
· 1 year, 8 months ago
dc7bd9d
Update npyio.pyi for newline accepting None type.
by cook-1229
· 1 year, 8 months ago
1ed156b
Update npyio.py savetxt() to use newline=None default argument.
by cook-1229
· 1 year, 8 months ago
f49c6f9
BUG: Use large file fallocate on 32 bit linux platforms
by Ola x Nilsson
· 1 year, 8 months ago
59c97a0
Merge pull request #25618 from charris/backport-25430
by Charles Harris
· 1 year, 8 months ago
623a403
Merge pull request #25619 from charris/backport-25613
by Charles Harris
· 1 year, 8 months ago
f03488c
Merge pull request #25620 from charris/backport-25615
by Charles Harris
· 1 year, 8 months ago
a1c69ef
MAINT: add `newaxis` to `__all__` in `numpy.array_api`
by Ralf Gommers
· 1 year, 8 months ago
e7f6ac3
BLD: fix building for windows ARM64
by Nathan Goldbaum
· 1 year, 8 months ago
f4e606a
TST: Fix test_numeric on riscv64
by Mark Ryan
· 1 year, 8 months ago
1c98d23
Update npyio.py for lint formatting
by cook-1229
· 1 year, 8 months ago
aae6a17
Update npyio.py to pass newline to datasource.open().
by cook-1229
· 1 year, 8 months ago
aeb63c8
Merge pull request #25599 from charris/backport-25598
by Charles Harris
· 1 year, 8 months ago
97d1af9
BLD: include fix for MinGW platform detection
by Ralf Gommers
· 1 year, 8 months ago
36cdc0b
Merge pull request #25585 from charris/backport-25555
by Charles Harris
· 1 year, 8 months ago
7010699
Merge pull request #25584 from charris/backport-25582
by Charles Harris
· 1 year, 8 months ago
f947f41
MAINT: Comment in the unused overload of call_geev
by Sayed Adel
· 1 year, 8 months ago
6630f0f
MAINT, BLD: Fix unused inline functions warnings on clang
by Sayed Adel
· 1 year, 8 months ago
209be15
CI: Bump azure pipeline timeout to 120 minutes
by Sebastian Berg
· 1 year, 8 months ago
8fc784e
Merge pull request #25539 from charris/backport-24777
by Charles Harris
· 1 year, 8 months ago
999f530
BUG: array_api: fix cholesky upper decomp for complex dtypes
by Lucas Colley
· 1 year, 8 months ago
b5fbbdc
Merge pull request #25523 from charris/prepare-1.26.4
by Charles Harris
· 1 year, 8 months ago
864f503
MAINT: prepare 1.26.x for further development
by Charles Harris
· 1 year, 8 months ago
b4bf93b
Merge pull request #25517 from charris/prepare-1.26.3
by Charles Harris
· 1 year, 8 months ago
v1.26.3
c8d8c24
REL: Prepare for the NumPy 1.26.3 release
by Charles Harris
· 1 year, 8 months ago
08dac26
Merge pull request #25491 from charris/backport-f2py-toplevel-hard
by Charles Harris
· 1 year, 9 months ago
6b270fb
MAINT: Update crackfortran.py and f2py2e.py from main
by Charles Harris
· 1 year, 9 months ago
296dd8b
Merge pull request #25490 from charris/backport-f2py-toplevel-easy
by Charles Harris
· 1 year, 9 months ago
c84d3d9
Merge pull request #25489 from charris/backport-f2py-backends
by Charles Harris
· 1 year, 9 months ago
44467f2
MAINT: Easy updates of ``f2py/*.py`` from main.
by Charles Harris
· 1 year, 9 months ago
bf7265c
MAINT: Update ``numpy/f2py/_backends`` from main.
by Charles Harris
· 1 year, 9 months ago
8184462
Merge pull request #25486 from charris/backport-25321
by Charles Harris
· 1 year, 9 months ago
34f5031
Merge pull request #25485 from charris/backport-25297
by Charles Harris
· 1 year, 9 months ago
6158be3
Run f2py's meson backend with the same python that ran f2py
by Stefano Rivera
· 1 year, 9 months ago
75d9e85
BUG: Add external library handling for meson [f2py]
by Andrea
· 1 year, 9 months ago
de6d2c1
Merge pull request #25483 from charris/backport-25196
by Charles Harris
· 1 year, 9 months ago
4c194e2
DOC: Aggressively link to new document
by Rohit Goswami
· 1 year, 9 months ago
39d2b90
DOC: Begin disutils to meson cheatsheet
by Rohit Goswami
· 1 year, 9 months ago
1b7216e
DOC: More directives and reworked [f2py] text
by Rohit Goswami
· 1 year, 9 months ago
Next »