summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MAINT: Fix error messageMilesCranmer2022-06-101-1/+2
| * | | MAINT: Fix use of dispatcher for isinMilesCranmer2022-06-101-2/+2
| * | | DOC: Describe default in docstringMilesCranmer2022-06-101-2/+2
| * | | MAINT: Fix linting error in testMilesCranmer2022-06-101-1/+2
| * | | DOC: Specify constraints of method in docstringMilesCranmer2022-06-101-2/+4
| * | | MAINT: Update tests to use new `method` argumentMilesCranmer2022-06-101-19/+20
| * | | Add check for methodsMilesCranmer2022-06-101-0/+10
| * | | MAINT: Change `_slow_integer` parameter to `method`MilesCranmer2022-06-101-16/+31
| * | | DOC: Undo change to old release notesMilesCranmer2022-06-101-0/+1
| * | | MAINT: Fix linting errors in in1d testsMilesCranmer2022-06-092-9/+20
| * | | DOC: Move release notes for faster np.isinMilesCranmer2022-06-092-9/+8
| * | | TST: Extend np.in1d tests to old algorithmMilesCranmer2022-06-092-9/+61
| * | | MAINT: Check for overflow in integral np.isinMilesCranmer2022-06-091-9/+16
| * | | DOC: Add release notes for faster np.isinMilesCranmer2022-06-091-0/+8
| * | | BENCH: Add benchmark for integer input to np.isinMilesCranmer2022-06-091-0/+19
| * | | TST: add tests for in1d/isinMilesCranmer2022-06-091-0/+99
| * | | MAINT: Optimize np.isin for boolean arraysMilesCranmer2022-06-091-0/+6
| * | | MAINT: Optimize np.isin for integer arraysMilesCranmer2022-06-091-0/+40
* | | | Merge pull request #21830 from Anselmoo/fixSebastian Berg2022-06-231-1/+1
|\ \ \ \
| * | | | fix: :bug: Change substract to subtractAnselm Hahn2022-06-231-1/+1
| | |/ / | |/| |
* | | | Merge pull request #21797 from karlotness/enh-np-requireSebastian Berg2022-06-231-11/+13
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: simplify flow in np.requireKarl Otness2022-06-221-10/+12
| * | | DOC: mention that np.require takes a sequence of requirementsKarl Otness2022-06-191-1/+1
* | | | Merge pull request #21823 from charris/test-anaconda-uploadingCharles Harris2022-06-221-1/+2
|\ \ \ \
| * | | | MAINT: Try fixing broken Anaconda uploads.Charles Harris2022-06-221-1/+2
|/ / / /
* | | | Merge pull request #21798 from karlotness/maint-import-array-errCharles Harris2022-06-201-5/+8
|\ \ \ \
| * | | | MAINT: use PyErr_SetString in _import_array where possibleKarl Otness2022-06-201-5/+8
| |/ / /
* | | | Merge pull request #21789 from hoodmane/void-to-int-return-values-f2cCharles Harris2022-06-192-11/+12
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Change f2c declarations with void return type to intHood Chatham2022-06-172-11/+12
* | | | BUG: Fix comparison for empty structured arrays (#21796)Srimukh Sripada2022-06-192-1/+21
* | | | Merge pull request #21794 from WarrenWeckesser/fix-loadtxt-error-msgSebastian Berg2022-06-192-6/+6
|\ \ \ \
| * | | | BUG: lib: A loadtxt error message had two values reversed.warren2022-06-182-6/+6
|/ / / /
* | | | ENH: add overflow handling for scalar `negative` operation (#21790)Meekail Zain2022-06-182-6/+20
* | | | Merge pull request #21786 from rgommers/fix-f2py-deprecation-macroCharles Harris2022-06-171-1/+3
|\ \ \ \
| * | | | MAINT: fix up use of `NPY_NO_DEPRECATED_API` usage in f2pyRalf Gommers2022-06-171-1/+3
|/ / / /
* | | | Merge pull request #21776 from seiko2plus/ci_no_optMatti Picus2022-06-172-7/+34
|\ \ \ \
| * | | | change the label to without_optimizationsSayed Adel2022-06-171-1/+1
| * | | | Apply suggestions from code reviewSayed Adel2022-06-172-2/+2
| * | | | CI: add workflow for non-optimized buildsSayed Adel2022-06-162-7/+34
* | | | | Merge pull request #21779 from WarrenWeckesser/hameerabbasi-disallow-complex-...Charles Harris2022-06-162-0/+11
|\ \ \ \ \
| * | | | | MAINT: random: Update to disallowing complex inputs to multivariate_normal.warren2022-06-162-3/+8
| * | | | | MAINT: random: Disallow complex covariances in multivariate_normalHameer Abbasi2022-06-162-0/+6
| |/ / / /
* | | | | Merge pull request #21778 from seiko2plus/simd_vec_rm_unsedSebastian Berg2022-06-161-146/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT, SIMD: remove orphan path vsx/conversion.hSayed Adel2022-06-161-146/+0
|/ / / /
* | | | MAINT: fix typo in string_ufuncs.cpp (#21773)Ikko Ashimine2022-06-161-1/+1
* | | | Merge pull request #21766 from seiko2plus/ci_guard_cpu_featuresMatti Picus2022-06-163-0/+42
|\ \ \ \
| * | | | CI: Guard compile-time CPU features testsSayed Adel2022-06-153-0/+42
* | | | | Merge pull request #21771 from WarrenWeckesser/readtxt-check-callocSebastian Berg2022-06-151-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: Add a check of the return value of PyMem_Calloc().warren2022-06-151-0/+4
* | | | | MAINT: Fix computation of numpy.array_api.linalg.vector_norm (#21084)Aaron Meurer2022-06-151-8/+31
|/ / / /