summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Begin NumPy 1.23.0 developmentv1.23.0.dev0Charles Harris2021-11-160-0/+0
* REL: Begin NumPy 1.22.0 developmentCharles Harris2021-11-160-0/+0
* REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-162-0/+48
* Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-167-8/+85
|\
| * ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
* | Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-1615-13/+644
|\ \
| * | DOC: Address build system review IRohit Goswami2021-11-165-18/+34
| * | DOC: Update meson and f2py for automated wrappersRohit Goswami2021-11-154-4/+75
| * | DOC: Fix omission in build docsRohit Goswami2021-11-151-4/+14
| * | DOC: Add signature file build informationRohit Goswami2021-11-154-11/+22
| * | DOC: F2PY build system overviewRohit Goswami2021-11-151-1/+43
| * | DOC: Add F77 scikit-build exampleRohit Goswami2021-11-154-0/+183
| * | MAINT: Fix build issuesRohit Goswami2021-11-153-9/+10
| * | DOC: Short note on the cmakelists.txtRohit Goswami2021-11-151-0/+7
| * | DOC: Add note about `make`Rohit Goswami2021-11-151-0/+4
| * | DOC: Add CMake with F2PYRohit Goswami2021-11-155-2/+117
| * | DOC: Detail Meson and F2PY usageHaoZeke2021-11-157-11/+182
| |/
* | Merge pull request #20274 from h-vetinari/fix_15179Charles Harris2021-11-151-19/+14
|\ \
| * | TST: parametrize glibc-version check in test_umath.pyH. Vetinari2021-11-021-5/+4
| * | TST: skip coverage of large elements in sincos_float32 for ancient glibcH. Vetinari2021-11-021-2/+4
| * | TST: use existence of glibc-version to clean up a testH. Vetinari2021-11-021-12/+5
| * | TST: turn glibc_older_than_2.17 into boolean instead of xfailH. Vetinari2021-11-021-4/+5
* | | Merge pull request #20327 from seberg/rename-interpolationCharles Harris2021-11-158-245/+366
|\ \ \
| * | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-152-2/+2
| * | | DOC: Add release not for quantile `interpolation` renameSebastian Berg2021-11-121-7/+12
| * | | DOC: Update percentile/quantile docsSebastian Berg2021-11-122-60/+72
| * | | DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
| * | | DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-122-4/+4
| * | | MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-122-15/+15
| * | | TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20
| * | | DOC: Fixup the percentile methods plotSebastian Berg2021-11-121-12/+19
| * | | BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-122-9/+22
| * | | API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-124-162/+226
* | | | Merge pull request #20369 from bilderbuchi/missing_diagnostics_newlinesWarren Weckesser2021-11-153-8/+8
|\ \ \ \
| * | | | MAINT: Fix newlines in diagnostics output of numpy.f2py.Christoph Buchner2021-11-143-8/+8
* | | | | Merge pull request #20373 from charris/prepare-for-1.22-branchCharles Harris2021-11-153-5/+52
|\ \ \ \ \
| * | | | | MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-153-5/+52
* | | | | | Merge pull request #20379 from eerovaher/multinormal-docstringWarren Weckesser2021-11-151-0/+1
|\ \ \ \ \ \
| * | | | | | DOC: Fix formatting of a code exampleEero Vaher2021-11-151-0/+1
|/ / / / / /
* | | | | | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-1520-66/+513
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: Fix refcounting issue and missed scalar special case for never-copy logicSebastian Berg2021-11-122-7/+14
| * | | | | DOC: Slightly extend to docs to note that we assume no-copy buffer protocolSebastian Berg2021-11-122-1/+9
| * | | | | MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-124-13/+13
| * | | | | MAINT,BUG: Refactor __array__ and never-copy to move check laterSebastian Berg2021-11-122-15/+50
| * | | | | MAINT: Remove private CopyMode enum to private headerSebastian Berg2021-11-122-6/+6
| * | | | | STY: Small style fixups for never-copy changesSebastian Berg2021-11-125-24/+20
| * | | | | Merge branch 'main' into never_copyRalf Gommers2021-11-12137-3213/+5257
| |\ \ \ \ \
| * | | | | | Reverted dead code removalGagandeep Singh2021-11-101-1/+10
| * | | | | | Addressed reviewsGagandeep Singh2021-11-101-10/+10
| * | | | | | Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copyGagandeep Singh2021-11-103-7/+6
| |\ \ \ \ \ \