Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0b1
tag
54b879e12d29ebef447228d052e4f0a66251dd1e
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 11 20:00:50 2024
object
afea8fd66f6bdbde855f5aff0b4e73eb0213c646
NumPy 2.0.0b1 release
afea8fd
Merge pull request #25997 from charris/prepare-2.0.0b1-3
by Charles Harris
· 1 year, 5 months ago
v2.0.0b1
52d9b96
REL: Prepare for the NumPy 2.0.0b1 release (3)
by Charles Harris
· 1 year, 5 months ago
9e5a197
Merge pull request #25996 from charris/backport-25995
by Charles Harris
· 1 year, 5 months ago
b3e3a21
CI: don't use `fetch-tags` in wheel build jobs
by Ralf Gommers
· 1 year, 5 months ago
8a91fe2
Merge pull request #25994 from mattip/release-note-2
by Charles Harris
· 1 year, 5 months ago
b1d8815
DOC: remove reverted release blurb [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 5 months ago
b7e8b88
Merge pull request #25987 from charris/prepare-2.0.0b1--2
by Charles Harris
· 1 year, 5 months ago
51d0790
REL: Prepare for the NumPy 2.0.0b1 release (2) [wheel build]
by Charles Harris
· 1 year, 5 months ago
81d24dc
Merge pull request #25986 from charris/backport-25981
by Charles Harris
· 1 year, 5 months ago
e44787b
BLD: push a tag builds a wheel
by Andrew Nelson
· 1 year, 5 months ago
a6af256
Merge pull request #25983 from charris/backport-25964
by Charles Harris
· 1 year, 5 months ago
de72c0b
fix, add more tests [skip cirrus]
by mattip
· 1 year, 5 months ago
c92d4c6
DOC: enforce nit-picky mode
by mattip
· 1 year, 5 months ago
d9bdbbd
DOC: override inherited Mapping docstrings in NpzFile
by mattip
· 1 year, 5 months ago
6336a26
DOC: fix references [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 5 months ago
adba336
DOC: make nitpick mode cleaner [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 5 months ago
42ac50f
CI: update build image [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 5 months ago
d292298
Merge pull request #25977 from charris/prepare-2.0.0b1-release
by Charles Harris
· 1 year, 5 months ago
842d42a
REL: Prepare for the NumPy 2.0.0b1 release [wheel build]
by Charles Harris
· 1 year, 5 months ago
ca9aa54
Merge pull request #25973 from charris/backport-25971-25972
by Charles Harris
· 1 year, 5 months ago
7fe7561
DOC: Fix module setting of ``MaskedArray``
by Yuki K
· 1 year, 5 months ago
218d916
DOC: Fix a note section markup in ``dtype.rst``
by Yuki K
· 1 year, 5 months ago
0c54c6e
Merge pull request #25937 from rgommers/2.0-highlights
by Matti Picus
· 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
b0d317b
Merge pull request #25965 from rgommers/fix-cirrus-wheel-tag
by Ralf Gommers
· 1 year, 6 months ago
aefc278
CI: fix wheel tags for Cirrus macOS arm64 [wheel build]
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
41fbab2
CI: delay doctests so we still get artifacts
by mattip
· 1 year, 6 months ago
adaa8c0
Merge pull request #25961 from charris/fix-test-identity
by Matti Picus
· 1 year, 6 months ago
7e1c848
TST: Loosen tolerance in fft test.
by Charles Harris
· 1 year, 6 months ago
2fe6009
Merge pull request #25954 from seberg/pyarray-pack
by Charles Harris
· 1 year, 6 months ago
0cbdbc2
Merge pull request #25958 from ngoldbaum/stringdtype-acquire-allocator-fix
by Charles Harris
· 1 year, 6 months ago
511dc89
BUG: avoid incorrect type punning in NpyString_acquire_allocators
by Nathan Goldbaum
· 1 year, 6 months ago
41063ef
Merge pull request #25948 from seberg/improve-error
by Ralf Gommers
· 1 year, 6 months ago
ad3524c
API: Expose `PyArray_Pack`
by Sebastian Berg
· 1 year, 6 months ago
80a21e7
Merge pull request #25956 from eendebakpt/polynomial_tests2
by Matti Picus
· 1 year, 6 months ago
baa4bc5
refactor
by Pieter Eendebak
· 1 year, 6 months ago
3d6c851
refactor
by Pieter Eendebak
· 1 year, 6 months ago
7fa3e5e
refactor
by Pieter Eendebak
· 1 year, 6 months ago
c29bcec
refactor
by Pieter Eendebak
· 1 year, 6 months ago
b3bbdc9
Merge pull request #25944 from ngoldbaum/stringdtype-copy-bug
by Marten van Kerkwijk
· 1 year, 6 months ago
b25ea3e
DOC: address review comments on 2.0 release notes
by Ralf Gommers
· 1 year, 6 months ago
961459e
[BUG] Fix Polynomial representation tests
by Pieter Eendebak
· 1 year, 6 months ago
dbbf235
Merge pull request #25943 from seberg/descr-abi-break
by Matti Picus
· 1 year, 6 months ago
2d84ae6
DOC,MAINT: Apply suggestions from code review
by Sebastian Berg
· 1 year, 6 months ago
a174433
MAINT: Make output of Polynomial representations consistent (#21760)
by Pieter Eendebak
· 1 year, 6 months ago
54a114b
Merge pull request #25952 from andyfaff/mw
by Charles Harris
· 1 year, 6 months ago
5c9d557
BLD: use hash for mamba action [wheel build]
by Andrew Nelson
· 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
4913772
BLD: try to build most macOS wheels on GHA (#25945)
by Andrew Nelson
· 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
9cb60ed
MAINT: Add a `void *reserved_null` field to descr for possible future use
by Sebastian Berg
· 1 year, 6 months ago
0412866
BUG: Adjust descriptor member access (as old PR, forgot it here)
by Sebastian Berg
· 1 year, 6 months ago
cf50ad2
MAINT: Fix buffer formatting for larger itemsize
by Sebastian Berg
· 1 year, 6 months ago
7d3949e
MAINT: Use direct subarray access to avoid warnings
by Sebastian Berg
· 1 year, 6 months ago
8e92d96
MAINT: Fix pickling/unpickling for unsigned flags
by Sebastian Berg
· 1 year, 6 months ago
7eb4410
MAINT: Fixup f2py for changes
by Sebastian Berg
· 1 year, 6 months ago
b3f9fc0
API: Modify main dtype/descriptor struct for future dtypes
by Sebastian Berg
· 1 year, 6 months ago
7fc3d0f
Merge pull request #25914 from asmeurer/solve-broadcasting-change
by Matti Picus
· 1 year, 6 months ago
064b55c
Update numpy/linalg/_linalg.py
by Matti Picus
· 1 year, 6 months ago
ae8f784
Merge pull request #25946 from seberg/descr-abi-break-docs
by Matti Picus
· 1 year, 6 months ago
dff8cbb
Merge pull request #25950 from seberg/clean-field-userdtype
by Nathan Goldbaum
· 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
65af6e6
BUG: Fix reference leak in niche user old user dtypes
by Sebastian Berg
· 1 year, 6 months ago
955d980
Merge pull request #25947 from F3eQnxN3RriK/doc-patch-1
by Matti Picus
· 1 year, 6 months ago
3c1fcb3
MAINT: Introduce NPY_FEATURE_VERSION_STRING and report it in error
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
c76278b
Fix linter issue
by Aaron Meurer
· 1 year, 6 months ago
21ee00c
BUG: avoid incorrect stringdtype allocator sharing from array copies
by Nathan Goldbaum
· 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
c201194
Update the return shape part of the solve() docstring
by Aaron Meurer
· 1 year, 6 months ago
1c58ad5
Update linalg test cases for updated solve behavior
by Aaron Meurer
· 1 year, 6 months ago
15691c3
Merge pull request #25932 from rgommers/silence-ci-warnings
by Charles Harris
· 1 year, 6 months ago
54469e2
Merge pull request #25931 from ngoldbaum/fix-refcnt-leak
by Charles Harris
· 1 year, 6 months ago
a086220
TST: skip rather than xfail a few tests to address CI log pollution
by Ralf Gommers
· 1 year, 6 months ago
01eec27
BUG: fix reference leak in PyArray_FromArrayAttr_int
by Nathan Goldbaum
· 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
0fd60a2
Merge pull request #25921 from rgommers/2.0.0-relnotes
by Matti Picus
· 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
9d69a62
Merge pull request #25919 from mhvk/logspace-broadcast-only-arrays
by Ralf Gommers
· 1 year, 6 months ago
b9c4c21
Merge pull request #25924 from mattip/api
by Ralf Gommers
· 1 year, 6 months ago
Next »