| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #21130 from zephyr111/faster-where | Charles Harris | 2022-03-13 | 1 | -5/+25 |
| |\ |
|
| | * | DOC: Update numpy/core/src/multiarray/item_selection.c | Charles Harris | 2022-03-13 | 1 | -0/+1 |
| | * | Update numpy/core/src/multiarray/item_selection.c | Matti Picus | 2022-03-13 | 1 | -1/+1 |
| | * | ENH: even faster numpy.where using loop unrolling (better ILP) | Ubuntu | 2022-03-05 | 1 | -0/+13 |
| | * | ENH: improve the speed of numpy.where using a branchless code | Jérôme Richard | 2022-02-27 | 1 | -5/+11 |
| * | | Merge pull request #16810 from seberg/simplify-scalar-value | Matti Picus | 2022-03-10 | 1 | -77/+4 |
| |\ \ |
|
| | * | | MAINT: Remove subclass paths from scalar_value | Sebastian Berg | 2020-11-12 | 1 | -77/+4 |
| * | | | Merge pull request #21145 from tirthasheshpatel/fix-gh20743 | Matti Picus | 2022-03-10 | 2 | -2/+2 |
| |\ \ \ |
|
| | * | | | MAINT: make np._from_dlpack public | Tirth Patel | 2022-03-03 | 2 | -2/+2 |
| * | | | | BUG: assign all tuple items before using it for PyPy | mattip | 2022-03-03 | 1 | -7/+9 |
| |/ / / |
|
| * | | | BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensions | Tirth Patel | 2022-03-02 | 1 | -1/+1 |
| * | | | MAINT,TST: np._from_dlpack: add more test + small memory optimization (#21121) | Tirth Patel | 2022-03-01 | 1 | -12/+11 |
| | |/
|/| |
|
| * | | BUG, ENH: np._from_dlpack: export correct device information | Tirth Patel | 2022-02-25 | 1 | -0/+6 |
| * | | API: Fix `np.result_type(structured_dtype)` to "canonicalize" (#19346) | Sebastian Berg | 2022-02-22 | 3 | -12/+118 |
| * | | MAINT: Fix incorrect signature in readtext header file (#21109) | Sebastian Berg | 2022-02-22 | 1 | -1/+2 |
| * | | Merge pull request #19345 from seberg/ensure-canonical | Matti Picus | 2022-02-20 | 7 | -38/+42 |
| |\ \ |
|
| | * | | ENH: Move `ensure_dtype_nbo` onto the DType as `ensure_canonical` | Sebastian Berg | 2022-02-18 | 7 | -38/+42 |
| * | | | BUG: Replace ``ssize_t`` with ``size_t`` in tokenize.cpp (#21074) | Bas van Beek | 2022-02-16 | 1 | -2/+2 |
| * | | | BUG: Ensure equality/identity comparison with `__array_function__` (#21071) | Peter Andreas Entschev | 2022-02-16 | 1 | -2/+12 |
| * | | | BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067) | Alexandre de Siqueira | 2022-02-16 | 1 | -1/+1 |
| * | | | Merge pull request #21054 from seberg/fixup-no-delimiter | Matti Picus | 2022-02-14 | 1 | -5/+14 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | BUG: (loadtxt) Ignore last empty field when `delimiter=None` | Sebastian Berg | 2022-02-14 | 1 | -5/+14 |
| * | | | Merge pull request #21029 from hawkinsp/nontuple_index | Sebastian Berg | 2022-02-14 | 1 | -120/+10 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | DEP: Remove support for non-tuple nd-indices. | Peter Hawkins | 2022-02-14 | 1 | -120/+10 |
| * | | | Merge pull request #21025 from seberg/tokenizer-cpp | Matti Picus | 2022-02-14 | 5 | -41/+60 |
| |\ \ \ |
|
| | * | | | MAINT: Use C++ for tokenizer unicode-kind templating | Sebastian Berg | 2022-02-11 | 5 | -41/+60 |
| | |/ / |
|
| * | | | add npyv_cleanup() | Sayed Adel | 2022-02-13 | 1 | -0/+2 |
| * | | | ENH, SIMD: improve argmax/argmin performance | Sayed Adel | 2022-02-13 | 3 | -87/+453 |
| * | | | DOC: Fix striding related comments based on review | Sebastian Berg | 2022-02-12 | 1 | -1/+1 |
| * | | | MAINT: Remove the RELAXED_STRIDES_CHECKING env variable | Sebastian Berg | 2022-02-11 | 5 | -72/+16 |
| |/ / |
|
| * | | Merge pull request #20580 from seberg/add-npreadtext | Matti Picus | 2022-02-08 | 21 | -0/+2746 |
| |\ \ |
|
| | * | | TST: Some tests for control character collisions. | Ross Barnowski | 2022-01-28 | 1 | -2/+2 |
| | * | | TST: Skip unparsable field error tests on PyPy | Sebastian Berg | 2022-01-19 | 1 | -0/+5 |
| | * | | ENH: Give a clear error when control characters match/are newlines | Sebastian Berg | 2022-01-19 | 1 | -0/+84 |
| | * | | TST,BUG: Fortify byteswapping tests and make a small fix | Sebastian Berg | 2022-01-15 | 2 | -14/+18 |
| | * | | DOC: Remove outdated loadtxt TODOs from code | Sebastian Berg | 2022-01-14 | 1 | -6/+3 |
| | * | | MAINT: Only allocate converters if necessary | Sebastian Berg | 2022-01-14 | 1 | -9/+10 |
| | * | | MAINT: Very minor style cleanups (mostly) | Sebastian Berg | 2022-01-14 | 3 | -18/+21 |
| | * | | MAINT: Use skiplines rather than skiprows internally throughout | Sebastian Berg | 2022-01-14 | 1 | -5/+5 |
| | * | | MAINT: Remove unused/unnecessary allow-embedded-newlines option | Sebastian Berg | 2022-01-14 | 3 | -25/+1 |
| | * | | TST: Improve test coverage, replace impossible error with assert | Sebastian Berg | 2022-01-14 | 1 | -8/+3 |
| | * | | TST,MAINT: New tests, byteswap cleanups and fixed assert | Sebastian Berg | 2022-01-14 | 3 | -20/+37 |
| | * | | TST,BUG: Additional bad-file-like test, add missing error path free | Sebastian Berg | 2022-01-14 | 2 | -4/+3 |
| | * | | MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests | Sebastian Berg | 2022-01-14 | 3 | -54/+34 |
| | * | | MAINT: Small cleanup, use FINLINE for int parsers | Sebastian Berg | 2022-01-14 | 2 | -5/+2 |
| | * | | ENH: Give warning for empty-lines not counting towards max-rows | Sebastian Berg | 2022-01-14 | 3 | -12/+38 |
| | * | | BUG: Ensure current num fields holds enough space for ultra-wide columns | Sebastian Berg | 2022-01-14 | 1 | -1/+1 |
| | * | | BUG: Make sure num-fields is intp/ssize_t compatible | Sebastian Berg | 2022-01-14 | 2 | -5/+13 |
| | * | | MAINT: Move usecol handling to C and support more than integer cols | Sebastian Berg | 2022-01-14 | 3 | -40/+57 |
| | * | | BUG: Fix growing when NPY_RELAXED_STRIDES_DEBUG=1 is used | Sebastian Berg | 2022-01-14 | 1 | -0/+6 |