Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Use r-string/escape math code | Kilian Lieret | 2022-04-23 | 1 | -1/+1 |
* | DOC: Improve math typesetting | Kilian Lieret | 2022-04-23 | 1 | -5/+5 |
* | DOC: Use math mode | Kilian Lieret | 2022-04-23 | 1 | -5/+5 |
* | Merge pull request #21324 from seberg/frombuffer-fix | Charles Harris | 2022-04-21 | 3 | -6/+54 |
|\ | |||||
| * | BUG: Make mmap handling safer in frombuffer | Sebastian Berg | 2022-04-11 | 3 | -6/+54 |
* | | Merge pull request #21366 from mattip/issue21346 | Charles Harris | 2022-04-21 | 1 | -4/+8 |
|\ \ | |||||
| * | | fix for MSVC 141, also clean up warnings | Matti Picus | 2022-04-20 | 1 | -4/+8 |
* | | | Merge pull request #21321 from felixxm/fix-21317 | Matti Picus | 2022-04-21 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317. | Mariusz Felisiak | 2022-04-19 | 1 | -1/+3 |
* | | | | Merge pull request #21372 from seberg/relax-legacycast-parametric | Matti Picus | 2022-04-21 | 1 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | BUG: Allow legacy dtypes to cast to datetime again | Sebastian Berg | 2022-04-21 | 1 | -3/+0 |
* | | | | | Merge pull request #21360 from matthew-brett/no-msvc-voltab | Matti Picus | 2022-04-21 | 1 | -10/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Add compile flag to disable voltbl on MSVC 142 | Matthew Brett | 2022-04-19 | 1 | -10/+15 |
* | | | | | | Merge pull request #21368 from charris/fix-failing-32-bit-windows-test | Matti Picus | 2022-04-21 | 1 | -2/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MAINT: Fix failing Python 3.8 32-bit Windows test. | Charles Harris | 2022-04-20 | 1 | -2/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #20669 from DWesl/cygwin-use-reference-blas | Sebastian Berg | 2022-04-20 | 2 | -17/+8 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | CI: Add explanatory comment to workaround step | DWesl | 2022-04-20 | 1 | -0/+3 |
| * | | | | | CI: Run Cygwin CI with Netlib reference BLAS. | DWesl | 2021-12-27 | 2 | -17/+5 |
* | | | | | | Merge pull request #21032 from jon-deng/fix-sphinx-doc-errors | Matti Picus | 2022-04-20 | 2 | -5/+5 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | DOC: Fix formatting for routines.emath.rst title | Jonathan Deng | 2022-03-05 | 1 | -1/+1 |
| * | | | | | DOC: Remove accidentally added build-errors.txt file | Jonathan Deng | 2022-03-05 | 1 | -5815/+0 |
| * | | | | | DOC: Fix missing lib.scimath module reference | Jonathan Deng | 2022-03-03 | 1 | -1/+1 |
| * | | | | | DOC: Fix missing lib.scimath.sqrt function reference | Jonathan Deng | 2022-03-03 | 1 | -1/+1 |
| * | | | | | DOC: Remove routines.lib.scimath.rst | Jonathan Deng | 2022-03-03 | 3 | -10/+5816 |
| * | | | | | Merge branch 'main' into fix-sphinx-doc-errors | Jonathan Deng | 2022-03-02 | 120 | -2129/+3466 |
| |\ \ \ \ \ | |||||
| * | | | | | | DOC: Fix broken links to numpy.emath module | Jonathan Deng | 2022-02-25 | 2 | -2/+11 |
* | | | | | | | Merge pull request #21285 from lithomas1/patch-3 | Matti Picus | 2022-04-19 | 3 | -19/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | BLD: Bump cibuildwheel and enable more PyPy | Thomas Li | 2022-04-18 | 3 | -19/+14 |
* | | | | | | | | Merge pull request #21356 from urunsiyabend/patch-2 | Matti Picus | 2022-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | DOC: Fix a typo in docstring of MT19937 | Siyabend Ürün | 2022-04-18 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #21354 from ganesh-k13/perf_kron_21257 | Matti Picus | 2022-04-19 | 2 | -6/+20 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ENH: Improve `np.kron` performance (#21354) | Ganesh Kathiresan | 2022-04-18 | 1 | -0/+4 |
| * | | | | | | | | | MAINT: Added comment for kron working | Ganesh Kathiresan | 2022-04-18 | 1 | -0/+9 |
| * | | | | | | | | | ENH: Improve `np.kron` performance | Ganesh Kathiresan | 2022-04-18 | 1 | -6/+7 |
| |/ / / / / / / / | |||||
* | | | | | | | | | DEV: remove esbonio from gitpod initialization. (#21348) | Bhavuk kalra | 2022-04-18 | 1 | -2/+0 |
* | | | | | | | | | Merge pull request #21133 from seberg/doc-subclasses | Matti Picus | 2022-04-18 | 2 | -0/+45 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | DOC: Note interop from "subclassing" docs and explain when to avoid | Sebastian Berg | 2022-03-14 | 2 | -0/+45 |
* | | | | | | | | | Merge pull request #21355 from InessaPawson/deprecate-gfi | Matti Picus | 2022-04-18 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove the reference to the “good first issue” label | Inessa Pawson | 2022-04-17 | 1 | -3/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #21352 from hexagonrecursion/patch-1 | Matti Picus | 2022-04-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | doc: fix typo | Andrey Andreyevich Bienkowski | 2022-04-18 | 1 | -1/+1 |
| * | | | | | | | | Doc: Philox.jumped correct the formula | Andrey Andreyevich Bienkowski | 2022-04-17 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #21349 from charris/fix-mistaken-cygwin-change | Charles Harris | 2022-04-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | MAINT: Update setup-cygwin to v3 again. | Charles Harris | 2022-04-16 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #21347 from charris/fix-failing-tests | Charles Harris | 2022-04-16 | 2 | -2/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | MAINT: Fix failing simd and cygwin tests. | Charles Harris | 2022-04-16 | 2 | -2/+5 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #21345 from BvB93/indexing | Charles Harris | 2022-04-15 | 2 | -5/+3 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | TYP: Let `ndarray` fancy indexing always return an `ndarray` | Bas van Beek | 2022-04-15 | 2 | -5/+3 |
* | | | | | | | | Merge pull request #21330 from NamamiShanker/f2pyTestsDoc | Charles Harris | 2022-04-12 | 3 | -0/+91 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | DOC: Move f2py-testing to f2py-reference toctree | Namami Shanker | 2022-04-13 | 2 | -1/+1 |