summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Use r-string/escape math codeKilian Lieret2022-04-231-1/+1
* DOC: Improve math typesettingKilian Lieret2022-04-231-5/+5
* DOC: Use math modeKilian Lieret2022-04-231-5/+5
* Merge pull request #21324 from seberg/frombuffer-fixCharles Harris2022-04-213-6/+54
|\
| * BUG: Make mmap handling safer in frombufferSebastian Berg2022-04-113-6/+54
* | Merge pull request #21366 from mattip/issue21346Charles Harris2022-04-211-4/+8
|\ \
| * | fix for MSVC 141, also clean up warningsMatti Picus2022-04-201-4/+8
* | | Merge pull request #21321 from felixxm/fix-21317Matti Picus2022-04-211-1/+3
|\ \ \
| * | | BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317.Mariusz Felisiak2022-04-191-1/+3
* | | | Merge pull request #21372 from seberg/relax-legacycast-parametricMatti Picus2022-04-211-3/+0
|\ \ \ \
| * | | | BUG: Allow legacy dtypes to cast to datetime againSebastian Berg2022-04-211-3/+0
* | | | | Merge pull request #21360 from matthew-brett/no-msvc-voltabMatti Picus2022-04-211-10/+15
|\ \ \ \ \
| * | | | | Add compile flag to disable voltbl on MSVC 142Matthew Brett2022-04-191-10/+15
* | | | | | Merge pull request #21368 from charris/fix-failing-32-bit-windows-testMatti Picus2022-04-211-2/+4
|\ \ \ \ \ \
| * | | | | | MAINT: Fix failing Python 3.8 32-bit Windows test.Charles Harris2022-04-201-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #20669 from DWesl/cygwin-use-reference-blasSebastian Berg2022-04-202-17/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | CI: Add explanatory comment to workaround stepDWesl2022-04-201-0/+3
| * | | | | CI: Run Cygwin CI with Netlib reference BLAS.DWesl2021-12-272-17/+5
* | | | | | Merge pull request #21032 from jon-deng/fix-sphinx-doc-errorsMatti Picus2022-04-202-5/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: Fix formatting for routines.emath.rst titleJonathan Deng2022-03-051-1/+1
| * | | | | DOC: Remove accidentally added build-errors.txt fileJonathan Deng2022-03-051-5815/+0
| * | | | | DOC: Fix missing lib.scimath module referenceJonathan Deng2022-03-031-1/+1
| * | | | | DOC: Fix missing lib.scimath.sqrt function referenceJonathan Deng2022-03-031-1/+1
| * | | | | DOC: Remove routines.lib.scimath.rstJonathan Deng2022-03-033-10/+5816
| * | | | | Merge branch 'main' into fix-sphinx-doc-errorsJonathan Deng2022-03-02120-2129/+3466
| |\ \ \ \ \
| * | | | | | DOC: Fix broken links to numpy.emath moduleJonathan Deng2022-02-252-2/+11
* | | | | | | Merge pull request #21285 from lithomas1/patch-3Matti Picus2022-04-193-19/+14
|\ \ \ \ \ \ \
| * | | | | | | BLD: Bump cibuildwheel and enable more PyPyThomas Li2022-04-183-19/+14
* | | | | | | | Merge pull request #21356 from urunsiyabend/patch-2Matti Picus2022-04-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Fix a typo in docstring of MT19937Siyabend Ürün2022-04-181-1/+1
* | | | | | | | | Merge pull request #21354 from ganesh-k13/perf_kron_21257Matti Picus2022-04-192-6/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ENH: Improve `np.kron` performance (#21354)Ganesh Kathiresan2022-04-181-0/+4
| * | | | | | | | | MAINT: Added comment for kron workingGanesh Kathiresan2022-04-181-0/+9
| * | | | | | | | | ENH: Improve `np.kron` performanceGanesh Kathiresan2022-04-181-6/+7
| |/ / / / / / / /
* | | | | | | | | DEV: remove esbonio from gitpod initialization. (#21348)Bhavuk kalra2022-04-181-2/+0
* | | | | | | | | Merge pull request #21133 from seberg/doc-subclassesMatti Picus2022-04-182-0/+45
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: Note interop from "subclassing" docs and explain when to avoidSebastian Berg2022-03-142-0/+45
* | | | | | | | | Merge pull request #21355 from InessaPawson/deprecate-gfiMatti Picus2022-04-181-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove the reference to the “good first issue” labelInessa Pawson2022-04-171-3/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #21352 from hexagonrecursion/patch-1Matti Picus2022-04-181-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | doc: fix typoAndrey Andreyevich Bienkowski2022-04-181-1/+1
| * | | | | | | | Doc: Philox.jumped correct the formulaAndrey Andreyevich Bienkowski2022-04-171-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #21349 from charris/fix-mistaken-cygwin-changeCharles Harris2022-04-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Update setup-cygwin to v3 again.Charles Harris2022-04-161-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #21347 from charris/fix-failing-testsCharles Harris2022-04-162-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Fix failing simd and cygwin tests.Charles Harris2022-04-162-2/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #21345 from BvB93/indexingCharles Harris2022-04-152-5/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | TYP: Let `ndarray` fancy indexing always return an `ndarray`Bas van Beek2022-04-152-5/+3
* | | | | | | | Merge pull request #21330 from NamamiShanker/f2pyTestsDocCharles Harris2022-04-123-0/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Move f2py-testing to f2py-reference toctreeNamami Shanker2022-04-132-1/+1