summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DEP: Finalize checking for sequence-like if something is array-likeSebastian Berg2023-04-253-138/+13
* Merge pull request #23298 from seiko2plus/cpp_half_supportSebastian Berg2023-04-2511-585/+1021
|\
| * ENH: Extend the functionlty of C++ type `np::Half`Sayed Adel2023-04-0511-585/+1021
* | DOC: Corrects scalar string documentation in regards to trailing null codepoi...Tajbinjohn2023-04-231-1/+5
* | Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fixCharles Harris2023-04-213-27/+37
|\ \
| * | BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-273-27/+37
* | | Merge pull request #23626 from seberg/issue-22912Charles Harris2023-04-211-0/+16
|\ \ \
| * | | BUG: Fix masked array raveling when `order="A"` or `order="K"`Sebastian Berg2023-04-212-0/+24
* | | | Merge pull request #23627 from seberg/issue-23000Charles Harris2023-04-212-0/+30
|\ \ \ \
| * | | | BUG: Ignore invalid and overflow warnings in masked setitemSebastian Berg2023-04-212-0/+30
* | | | | DOC: Fix incorrect structure in `sqrt` docstringyuki2023-04-211-1/+1
|/ / / /
* | | | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-207-16/+69
|/ / /
* | | Merge pull request #23591 from ngoldbaum/refactor-zeroSebastian Berg2023-04-2012-88/+190
|\ \ \
| * | | DOC: warn against using zero-filling loop with a previously allocated arrayNathan Goldbaum2023-04-192-0/+6
| * | | MAINT: housecleaning for traversal loop setup and implementationsNathan Goldbaum2023-04-195-89/+96
| * | | MAINT: support traversal loops without initializing the descriptorNathan Goldbaum2023-04-191-1/+2
| * | | MNT: respond to review commentsNathan Goldbaum2023-04-192-15/+11
| * | | MAINT: refactor zero-filling to use a traversal loopNathan Goldbaum2023-04-186-77/+131
| * | | ENH: Refactor special zero-filling to be managed by the DTypeNathan Goldbaum2023-04-187-49/+87
| * | | MAINT: correct typos in dtype API documentation commentsNathan Goldbaum2023-04-181-3/+3
* | | | Merge pull request #23557 from mhvk/arrayprint-subformat-use-thresholdMarten van Kerkwijk2023-04-192-10/+63
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Use threshold also inside SubArrayFormat.Marten van Kerkwijk2023-04-072-10/+63
* | | | BUG, BLD: Fix indentation bug in distutilsCharles Harris2023-04-171-1/+1
* | | | BLD: use the C++ linker to link `_multiarray_umath.so`Ralf Gommers2023-04-161-3/+0
* | | | MAINT: Update conftest for hypothesisRohit Goswami2023-04-161-1/+1
* | | | DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-3/+24
* | | | BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func`Derek Homeier2023-04-152-5/+5
* | | | BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails.warren2023-04-141-0/+2
* | | | DOC: Add example for Polynomial.degree(). (#23530)Stefanie Molin2023-04-131-0/+22
* | | | DOC: Add Examples section to np.ma.sort docstring (#23392)Somasree Majumder2023-04-131-0/+15
* | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcastSebastian Berg2023-04-122-5/+47
|\ \ \ \
| * | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-062-5/+47
* | | | | MAINT: remove usages of sys.exc_info (#23568)Irit Katriel2023-04-111-6/+6
* | | | | BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-112-3/+7
* | | | | TST: try readding test_new_policy on muslAndrew Nelson2023-04-111-2/+1
* | | | | DOC: Update wording and xref domain from polynomial roots docstring #23374 (#...Younes2023-04-101-1/+1
* | | | | DOC: Add docstring examples for np.ma.right_shift (#23393)Somasree Majumder2023-04-101-0/+15
* | | | | Merge pull request #23559 from andyfaff/gh23538Charles Harris2023-04-102-2/+9
|\ \ \ \ \
| * | | | | MAINT: Fix wrong date in comment.Charles Harris2023-04-101-1/+1
| * | | | | MAINT: add arm64 to f2py's selected_real_kindAndrew Nelson2023-04-091-1/+1
| * | | | | BLD: remove -ftrapping-math on macosx_arm64Andrew Nelson2023-04-081-1/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #23555 from ngoldbaum/deprecate-np-mathRalf Gommers2023-04-083-3/+35
|\ \ \ \ \
| * | | | | DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-073-3/+35
* | | | | | BLD: fix instances of MSVC detection in `meson.build`Ralf Gommers2023-04-072-4/+3
| |/ / / / |/| | | |
* | | | | Merge pull request #23519 from F3eQnxN3RriK/fix-builtin-lenTyler Reddy2023-04-061-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix a reference to built-in `len` in `char.str_len` docstringyuki2023-04-031-1/+1
* | | | | | ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-063-2/+35
* | | | | | Merge pull request #23495 from AlekseiNikiforovIBM/pytorch_fixesCharles Harris2023-04-052-7/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: fix loading and storing big arrays on s390xAleksei Nikiforov2023-03-302-7/+14
* | | | | | Merge pull request #23521 from seiko2plus/cpp_2017Charles Harris2023-04-046-54/+7
|\ \ \ \ \ \