Begin NumPy 2.0.0 development
- d7e1e13 REL: Begin NumPy 2.0.0 development by Charles Harris · 2 years, 3 months ago v2.0.0.dev0
- 5d6c744 Merge pull request #23792 from jarrodmillman/nightlies by Sebastian Berg · 2 years, 3 months ago
- a65e750 Merge pull request #23579 from seberg/c-api-nep by Charles Harris · 2 years, 3 months ago
- e9786c6 Merge pull request #23802 from numpy/dependabot/github_actions/actions/setup-python-4.6.1 by Charles Harris · 2 years, 3 months ago
- f9650f2 MAINT: Bump actions/setup-python from 4.6.0 to 4.6.1 by dependabot[bot] · 2 years, 3 months ago
- 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
- 307753f DOC: add release note for #23371 by ninousf · 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
- fbc8c85 Upload nighlighties to new location by Jarrod Millman · 2 years, 3 months ago
- ea62a56 Merge pull request #23742 from seberg/nep50-fixes by Charles Harris · 2 years, 3 months ago
- 46d8088 Merge pull request #23790 from facundobatista/more-readable-ternaries by Matti Picus · 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
- ac3baf5 DOC: added note for git tagging to dev env docs (#23772) by Charles Young · 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
- 72f1f2e Merge pull request #23779 from rossbar/doc/fix-randint 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
- bfe5f7a Merge pull request #23740 from rgommers/meson-updates 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
- 08f8ade Merge pull request #23769 from ngoldbaum/resulttype-doc by Sebastian Berg · 2 years, 3 months ago
- 46cf47d MAINT: attempt to speed up optimized path by Nathan Goldbaum · 2 years, 3 months ago
- d99683c DOC: delete out-of-date description of ResultType algorithm 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
- 9d08632 BENCH: add benchmark for where slow path by Nathan Goldbaum · 2 years, 3 months ago
- 630c089 DOC: clarify how inputs of PyArray_ResultType are used 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
- a4a951d Merge pull request #23768 from BvB93/genfromtxt by Sebastian Berg · 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
- 921a97e Merge pull request #23765 from ngoldbaum/fix-compiler-warnings by Charles Harris · 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
- 8295ab3 Merge pull request #23758 from tacaswell/fix/cython3 by Matti Picus · 2 years, 3 months ago
- 888fd77 MNT: compatibility with cython3 by Thomas A Caswell · 2 years, 3 months ago
- 7cc7254 Merge pull request #22539 from seberg/deprecate-find-common-type by Charles Harris · 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
- a217b1d Merge pull request #23756 from rossbar/rm-bool8-docs by Sebastian Berg · 2 years, 3 months ago
- 2ea95a6 DOC: Rm bool8 alias from _add_newdoc_for_scalar. by Ross Barnowski · 2 years, 3 months ago
- 19be920 DOC: rm bool8 from scalars summary page. 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
- fa64a30 Merge pull request #23747 from MikiPWata/DOC/clarify_ravel_vs_reshape by Matti Picus · 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
- aef4962 Merge pull request #23736 from charris/fix-rtools-again by Charles Harris · 2 years, 3 months ago
- cbff02a Merge pull request #23734 from DhavalParmar61/dp_dev by Matti Picus · 2 years, 3 months ago
- e4d2cdb Merge pull request #23735 from BvB93/typing_1_25 by Sebastian Berg · 2 years, 3 months ago