Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0rc1
/
numpy
tag
00412583dd607eb5a60cf368754345fbc042a609
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Mar 30 14:27:08 2024
object
60e9e5fa574b8d5ddbd6791449368a17f5cced85
NumPy 2.0.0rc1 release
0b37ada
TST: add a test that the `np.version` public content is as expected
by Ralf Gommers
· 1 year, 5 months ago
523daf7
DOC: document the ``numpy.version`` submodule - officially public now
by Ralf Gommers
· 1 year, 5 months ago
dd335a8
TST: update public API test/listing to reflect actual 2.0.x state
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
810f7fd
Merge pull request #26169 from charris/backport-26142
by Charles Harris
· 1 year, 5 months ago
2d39bf6
BUG: If unused-indices are at the end, fill API table with NULLs
by Sebastian Berg
· 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
507d26a
MAINT: Make reason for delayed assignments to structs explicit
by Marten van Kerkwijk
· 1 year, 5 months ago
22f481a
MAINT: rename python scalar dtypes (removing abstract)
by Marten van Kerkwijk
· 1 year, 5 months ago
3065512
MAINT: use that legacy dtypes can never be abstract
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
a84ce3a
MAINT: make python dtypes concrete (not abstract)
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
60b90f4
MAINT: default common dtype should only care about types it knows
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
9f1ecb2
MAINT: determine scalar input from it being of the scalar type
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
18edfdb
BUG: try to make windows happy
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
ea95e14
BUG,ENH: Have true abstract dtypes from which python ones inherit.
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
a7ae312
TST: Checks for ufuncs with abstract int promotor
by Marten Henric van Kerkwijk
· 1 year, 5 months ago
aaa0178
ENH: let numerical dtypes inherit from abstract ones
by Marten van Kerkwijk
· 1 year, 5 months ago
b806d1d
BUG: fix StringDType multiplication promotors
by Marten van Kerkwijk
· 1 year, 5 months ago
69ccdfc
Revert "MNT: install all-string promoter for multiply"
by Marten van Kerkwijk
· 1 year, 5 months ago
d5eca93
TST: Fixup test for changed error message...
by Sebastian Berg
· 1 year, 5 months ago
02d9bd2
DOC: Include full link to migration guide and tweak nocopy error
by Sebastian Berg
· 1 year, 5 months ago
5990e7f
Address Marten's review comments
by Sebastian Berg
· 1 year, 5 months ago
fbd919e
BUG,MAINT: Fix __array__ bugs and simplify code
by Sebastian Berg
· 1 year, 5 months ago
e87d2b8
MAINT: Escalate import warning to an import error
by Sebastian Berg
· 1 year, 5 months ago
55e6569
MAINT: add missing noexcept clauses (2/2)
by Gonzalo Tornaría
· 1 year, 6 months ago
f0d75f0
MAINT: add missing noexcept clauses (1/2)
by Gonzalo Tornaría
· 1 year, 6 months ago
6faed64
Merge pull request #26127 from charris/backport-26123
by Charles Harris
· 1 year, 6 months ago
a312683
BUG: update pocketfft to unconditionaly disable use of aligned_alloc
by mattip
· 1 year, 6 months ago
0edb2cb
MAINT: Add a few more const to function parameters (safe)
by Sebastian Berg
· 1 year, 6 months ago
51fd714
MAINT: Fixup compiler warnings/errors based on const changes
by Sebastian Berg
· 1 year, 6 months ago
8de4362
MAINT: Add some const qualifiers to new DType related API
by Sebastian Berg
· 1 year, 6 months ago
d445a11
BUG: fix reference counting error in stringdtype setup
by Nathan Goldbaum
· 1 year, 6 months ago
f75f020
MNT: install all-string promoter for multiply
by Nathan Goldbaum
· 1 year, 6 months ago
d448dd8
BUG: Fix small reduce bug and test string multiply-reduce
by Sebastian Berg
· 1 year, 6 months ago
4896cd1
TST: Test new reduce promoter rule for string addition
by Sebastian Berg
· 1 year, 6 months ago
416b1b2
API: Require reduce promoters to start with None to match
by Sebastian Berg
· 1 year, 6 months ago
589bb05
Merge pull request #26110 from charris/backport-26089
by Charles Harris
· 1 year, 6 months ago
1e35b4c
TYP: Adjust `np.random.integers` and `np.random.randint`
by Mateusz Sokół
· 1 year, 6 months ago
da381bf
BUG: adapt cython files to new complex declarations (#26080)
by Matti Picus
· 1 year, 6 months ago
045228f
Merge pull request #26076 from charris/backport-26064
by Charles Harris
· 1 year, 6 months ago
7c35753
Merge pull request #26075 from charris/backport-26066
by Charles Harris
· 1 year, 6 months ago
8dcc999
MAINT: Make PyArrayMultiIterObject struct "smaller"
by Sebastian Berg
· 1 year, 6 months ago
162894b
BUG: Allow the new string dtype summation to work
by Sebastian Berg
· 1 year, 6 months ago
8b23f4a
BUG: fix logic error in stringdtype maximum/minimum ufunc
by Nathan Goldbaum
· 1 year, 6 months ago
c4f82fe
Skip doctests for removed functions
by Lysandros Nikolaou
· 1 year, 6 months ago
bcb893b
MAINT: Remove partition and split-like functions from numpy.strings
by Lysandros Nikolaou
· 1 year, 6 months ago
da3bd6d
DOC: note stringdtype output support in np.strings docstrings
by Nathan Goldbaum
· 1 year, 6 months ago
ee8ecea
DOC: indicate stringdtype support in ufunc docstrings
by Nathan Goldbaum
· 1 year, 6 months ago
567729a
Merge pull request #26050 from charris/backport-26025
by Charles Harris
· 1 year, 6 months ago
9f386ba
Merge pull request #26051 from charris/backport-26027
by Charles Harris
· 1 year, 6 months ago
90771c6
Merge pull request #26049 from charris/backport-26024
by Charles Harris
· 1 year, 6 months ago
1120d5b
Merge pull request #26047 from charris/backport-26012
by Charles Harris
· 1 year, 6 months ago
d8ee24a
BUG: add missing error handling in string to int cast internals
by Nathan Goldbaum
· 1 year, 6 months ago
106ec58
BUG: fix reference count leak in __array__ internals
by Nathan Goldbaum
· 1 year, 6 months ago
d2e36f2
MNT: eliminate branching and duplication in is_known_scalar_type
by Nathan Goldbaum
· 1 year, 6 months ago
aca35f7
BUG: raise error trying to coerce timedelta64('NaT')
by Nathan Goldbaum
· 1 year, 6 months ago
5f4dfa9
MAINT: avoid use of flexible array member in public header
by Nathan Goldbaum
· 1 year, 6 months ago
691514a
ENH: install StringDType promoter for add
by Nathan Goldbaum
· 1 year, 6 months ago
75869ff
improve error message (from review) [skip cirrus][skip azp]
by mattip
· 1 year, 6 months ago
4223615
BUG: fix kwarg handling in assert_warn [skip cirrus][skip azp]
by mattip
· 1 year, 6 months ago
a860ee5
BUG: Filter out broken Highway platform
by Chris Sidebottom
· 1 year, 6 months ago
69d6aa0
MAINT: handle `NPY_ALLOW_THREADS` and related build option better
by Ralf Gommers
· 1 year, 6 months ago
8ec5b55
MAINT: remove now-unused `NPY_USE_C99_FORMAT`
by Ralf Gommers
· 1 year, 6 months ago
6def4bf
Merge pull request #26035 from charris/backport-26014
by Charles Harris
· 1 year, 6 months ago
8227ac5
MAINT: remove the now-unused `NPY_NO_SIGNAL`
by Ralf Gommers
· 1 year, 6 months ago
7ccce96
TST: Update tests to assert specific error message in np.put
by Raquel Braunschweig
· 1 year, 6 months ago
2cbf05f
BUG: update if condition to allow empty indices
by Raquel Braunschweig
· 1 year, 6 months ago
004595f
BUG: Fixes np.put receiving empty array issues
by Raquel Braunschweig
· 1 year, 6 months ago
52d9b96
REL: Prepare for the NumPy 2.0.0b1 release (3)
by Charles Harris
· 1 year, 6 months ago
de72c0b
fix, add more tests [skip cirrus]
by mattip
· 1 year, 6 months ago
d9bdbbd
DOC: override inherited Mapping docstrings in NpzFile
by mattip
· 1 year, 6 months ago
6336a26
DOC: fix references [skip actions][skip azp][skip cirrus]
by mattip
· 1 year, 6 months ago
7fe7561
DOC: Fix module setting of ``MaskedArray``
by Yuki K
· 1 year, 6 months ago
3d4aed3
API: revert position-only 'start' in 'np.arange' (#25955)
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
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
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
Next »