Begin NumPy 2.0.0 development
- 2540554 Merge pull request #23652 from aurivus-ph/faster-structured-to-unstructured by Matti Picus · 2 years, 3 months ago
- 1e8b589 Merge pull request #23797 from mattip/cython3 by Sebastian Berg · 2 years, 3 months ago
- 0a44cd8 adjust tests for cython3, pypy by mattip · 2 years, 3 months ago
- 836735e updated docstring again by Philip Holzmann · 2 years, 3 months ago
- 0a2c895 Merge pull request #23371 from ninousf/dtype-without-metadata by Charles Harris · 2 years, 3 months ago
- cb064c3 Merge pull request #23794 from ngoldbaum/dtype-api-aliases by Sebastian Berg · 2 years, 3 months ago
- fab78ec MAINT: Speed up _string_helpers init. (#23777) by Taras Tsugrii · 2 years, 3 months ago
- 80394f3 API: add aliases for object and void dtype classes to dtype API by Nathan Goldbaum · 2 years, 3 months ago
- ea62a56 Merge pull request #23742 from seberg/nep50-fixes by Charles Harris · 2 years, 3 months ago
- 3f8d00e Used a more readable if/else form than old-style ternary operators. by Facundo Batista · 2 years, 3 months ago
- a8752d2 updated docstring by Philip Holzmann · 2 years, 3 months ago
- bce6492 Merge pull request #23774 from seberg/nat-median by Charles Harris · 2 years, 3 months ago
- 4b5ae68 Merge pull request #23776 from mattip/distutils-replacement by Sebastian Berg · 2 years, 3 months ago
- 00f633b ENH: replace depcrecated distutils use in convenience function by mattip · 2 years, 3 months ago
- f2db090 Merge pull request #23707 from r-devulap/argsort-avx by Charles Harris · 2 years, 3 months ago
- 066d113 DOC: Fix link from mtrand.randint -> Generator.integers. by Ross Barnowski · 2 years, 3 months ago
- 21e732a Merge pull request #23723 from seberg/indexing-no-copyswap by Matti Picus · 2 years, 3 months ago
- bf703b6 MAINT: add missing NULL pointer initialization by Ralf Gommers · 2 years, 3 months ago
- 941bc5b BLD: updates to the Meson build by Ralf Gommers · 2 years, 3 months ago
- cebb7a6 Merge pull request #23770 from ngoldbaum/rm-copyswap-in-where by Matti Picus · 2 years, 3 months ago
- c03369a Use npy_intp instead of intptr_t by Raghuveer Devulapalli · 2 years, 3 months ago
- 1d29c11 Enable avx512_argsort only on 64-bit by Raghuveer Devulapalli · 2 years, 3 months ago
- 126b46c Merge pull request #22786 from asmeurer/linalg-namedtuples by Charles Harris · 2 years, 3 months ago
- a4c2496 TYP: Update type annotations for the new linalg named tuples by Bas van Beek · 2 years, 3 months ago
- 01a251b MAINT: Use has_ref for trivial copy decision and remove unused needs_api by Sebastian Berg · 2 years, 3 months ago
- 610f85c MAINT: Update numpy/linalg/linalg.py by Charles Harris · 2 years, 3 months ago
- d9b38d6 Merge pull request #23505 from cbrt64/fix-2256 by Matti Picus · 2 years, 3 months ago
- 2db272b move stride unpacking inside the iteration loop by Nathan Goldbaum · 2 years, 3 months ago
- 20463ea MAINT: simplify where cast setup further by Nathan Goldbaum · 2 years, 3 months ago
- 6ac4d6d BUG: Fix median and quantile NaT handling by Sebastian Berg · 2 years, 3 months ago
- 2a1addc BUG: Fix up concatenation related promotion with NEP 50 enabled by Sebastian Berg · 2 years, 3 months ago
- efa004b MAINT: use NPY_ITER_ALIGNED flag to simplify cast setup by Nathan Goldbaum · 2 years, 3 months ago
- 2e408c6 Update to latest: fix missing intrinsics in g++-7 by Raghuveer Devulapalli · 2 years, 3 months ago
- 54ef7ae Explicitly cast arg pointer from intptr_t* to int64_t* by Raghuveer Devulapalli · 2 years, 3 months ago
- 0200e4a Merge pull request #23763 from seberg/nep50-fixes-part2 by Charles Harris · 2 years, 3 months ago
- 46cf47d MAINT: attempt to speed up optimized path by Nathan Goldbaum · 2 years, 3 months ago
- f8b1a3e MAINT: do not use copyswap in where internals by Nathan Goldbaum · 2 years, 3 months ago
- 6a4abb0 Merge pull request #23659 from seberg/issue-23029 by Charles Harris · 2 years, 3 months ago
- c231f80 TYP: Relax the `genfromtxt` return dtype when the dtype is unspecified by Bas van Beek · 2 years, 3 months ago
- 1c17794 MAINT: Use fwrite chunking generally on Windows 64 and size_t as type by Sebastian Berg · 2 years, 3 months ago
- e9126d3 Update to latest commit: arg-sort bug fix by Raghuveer Devulapalli · 2 years, 3 months ago
- 42626c6 ENH: dispatch argsort to leverage avx512_argsort routines by Raghuveer Devulapalli · 2 years, 3 months ago
- d9b737d Bring x86-simd-sort ot latest by Raghuveer Devulapalli · 2 years, 3 months ago
- ed9b716 MAINT: Fix typo in comment by Sebastian Berg · 2 years, 3 months ago
- 7a6a867 MAINT: fix signed/unsigned int comparison warnings by Nathan Goldbaum · 2 years, 3 months ago
- 626d32f MAINT: Address Marten's review by Sebastian Berg · 2 years, 3 months ago
- 9bc9ed7 Merge pull request #23665 from r-devulap/update-simd-sort by Charles Harris · 2 years, 3 months ago
- 21602a8 BUG: Fix weak scalar logic for large ints in ufuncs by Sebastian Berg · 2 years, 3 months ago
- e794f47 Merge pull request #23750 from ngoldbaum/replace-copyswapn by Sebastian Berg · 2 years, 3 months ago
- 4227416 ENH: Speed up 64-bit qsort by 1.6x by Raghuveer Devulapalli · 2 years, 3 months ago
- b8a43cb Merge pull request #23727 from F3eQnxN3RriK/doc-patch-2 by Charles Harris · 2 years, 3 months ago
- 888fd77 MNT: compatibility with cython3 by Thomas A Caswell · 2 years, 3 months ago
- 51886ff MAINT: Remove ``find_common_type`` export. by Charles Harris · 2 years, 3 months ago
- 5187067 Merge branch 'main' into deprecate-find-common-type by Charles Harris · 2 years, 3 months ago
- 81caed6 Merge pull request #23746 from mattip/scalar-str by Charles Harris · 2 years, 3 months ago
- 25908ca BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757) by Nathan Goldbaum · 2 years, 3 months ago
- 6d9f1ff Merge pull request #23599 from HaoZeke/f2pyEndIfFix by Charles Harris · 2 years, 3 months ago
- 2ea95a6 DOC: Rm bool8 alias from _add_newdoc_for_scalar. by Ross Barnowski · 2 years, 3 months ago
- 60f28c5 MAINT: Fix merge error by Rohit Goswami · 2 years, 3 months ago
- a44c604 BUG: Fix matching endifs with comments by Rohit Goswami · 2 years, 3 months ago
- aa5b9d6 TST: Add a test for gh-23533 by Rohit Goswami · 2 years, 3 months ago
- 4116b4b MAINT: do not use copyswapn in array sorting internals by Nathan Goldbaum · 2 years, 3 months ago
- a526260 Merge pull request #23753 from charris/disable-spr-on-clang by Charles Harris · 2 years, 3 months ago
- da762e2 DOC: minor fix by ninousf · 2 years, 3 months ago
- 725777d MAINT, BLD: Disable spr for clang by Charles Harris · 2 years, 3 months ago
- 2d1df66 DOC:clarify differences between ravel and reshape(-1) by 渡邉 美希 · 2 years, 3 months ago
- 5e983f2 BUG: typo, linting by mattip · 2 years, 3 months ago
- 670842b add fast path for str(scalar_int) by mattip · 2 years, 3 months ago
- f45f692 Merge pull request #23743 from paulromano/poly-docstrings-symbol by Charles Harris · 2 years, 3 months ago
- 82a8297 Merge pull request #23620 from seberg/correct-zerofill-structured by Charles Harris · 2 years, 3 months ago
- 2aaf325 DOC: Add symbol in docstring for classes derived from ABCPolyBase by Paul Romano · 2 years, 3 months ago
- a5a9fe6 MAINT: Rename `traverse_func_get` and type for clarity as per review by Sebastian Berg · 2 years, 3 months ago
- 7e6da5a MAINT: remove remaining uses of copyswap in indexing by Nathan Goldbaum · 2 years, 3 months ago
- 181c15b BUG: fix the method for checking local files (#23728) by Hongyang Peng · 2 years, 3 months ago
- c86cdef Merge pull request #23705 from seberg/windowing-annoyance by Charles Harris · 2 years, 3 months ago
- 2cd27f7 TYP,BUG: Add annotations for missing `max`, `min` and `round` aliases by Bas van Beek · 2 years, 3 months ago
- 7d1644c TYP: Re-export the `np.dtypes` namespace by Bas van Beek · 2 years, 3 months ago
- f0bd36b TYP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` by Bas van Beek · 2 years, 3 months ago
- ba4e068 TYP: Deprecate `np.round_` by Bas van Beek · 2 years, 3 months ago
- c6fdee0 TYP: Add the `np.exceptions` namespace and add `DTypePromotionError` by Bas van Beek · 2 years, 3 months ago
- cc99207 TYP: Let `np.einsum` accept `object` dtypes by Bas van Beek · 2 years, 3 months ago
- c7724ee Merge pull request #23709 from scoder/cython3_noexcept by Matti Picus · 2 years, 3 months ago
- ac78f9e Merge pull request #23726 from neutrinoceros/fix_numpy_testing_assert_array_less_docstring by Matti Picus · 2 years, 3 months ago
- 276cc99 Merge pull request #23713 from seberg/uint-int-comparisons by Charles Harris · 2 years, 3 months ago
- 22b8765 DOC: Rewrite docstrings of `ogrid` and `mgrid` by Yuki · 2 years, 3 months ago
- 2911321 DOC: fix incorrect description of raise condition in numpy.testing.assert_array_less's docstring by Clément Robert · 2 years, 3 months ago
- cf9989b ENH: Make sure complex128 remains fast by Sebastian Berg · 2 years, 3 months ago
- f865cc8 MAINT: Do not use copyswap as part of indexing by Sebastian Berg · 2 years, 3 months ago
- ec8d5db ENH: Make signed/unsigned integer comparisons exact by Sebastian Berg · 2 years, 4 months ago
- f168c41 Bug: Fix compilation of halffloat with gcc 13.1 by Sayed Adel · 2 years, 4 months ago
- 6aca5f6 Also annotate the implementation of the kahan_sum() function, not just the declaration. by Stefan Behnel · 2 years, 4 months ago
- 4ff6f47 Revert useless changes. by Stefan Behnel · 2 years, 4 months ago
- 442c8f4 Merge branch 'main' into cython3_noexcept by scoder · 2 years, 4 months ago
- 3e4a6cb Add "noexcept" markers to functions that do not raise exceptions. by Stefan Behnel · 2 years, 4 months ago
- 9163e93 Merge pull request #23435 from r-devulap/spr-simd-sort by Matti Picus · 2 years, 4 months ago
- 6818696 Merge pull request #23706 from seberg/testing-gfuncs by Sebastian Berg · 2 years, 4 months ago
- 24acd97 Merge pull request #23699 from ngoldbaum/repeat-remove-array-incref by Sebastian Berg · 2 years, 4 months ago
- be08e88 TST: test object dtype in test_repeat by Nathan Goldbaum · 2 years, 4 months ago
- 57f5cf0 MAINT: Remove gisnan, gisinf, and gisfinite from testing code by Sebastian Berg · 2 years, 4 months ago
- 89486a3 MAINT: Reorganize the way windowing functions ensure float64 result by Sebastian Berg · 2 years, 4 months ago