Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | DOC: Clarify minimum numpy version needed to use random c-api | zoj | 2021-05-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #18880 from ↵ | Matti Picus | 2021-05-14 | 1 | -16/+29 | |
|\ \ | |/ |/| | | | | | seberg/make-signature-resolve-more-strict-and-fix-nextafter API: Ensure that casting does not affect ufunc loop | |||||
| * | DOC: Updates based on Marten's review | Sebastian Berg | 2021-05-06 | 1 | -2/+3 | |
| | | ||||||
| * | Update doc/source/reference/ufuncs.rst | Sebastian Berg | 2021-05-05 | 1 | -2/+2 | |
| | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | |||||
| * | Grammatical fixups for ufuncs refguide. | Ross Barnowski | 2021-05-03 | 1 | -2/+2 | |
| | | ||||||
| * | DOC,API: Fix the documentation. | Sebastian Berg | 2021-05-03 | 1 | -16/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also, for now enforce *all* outputs. That is more conservative, and obviously won't work for certain functions in scipy that have multiple outputs of different types, but it seems a bit safer to me right now. Maybe at some point we have an idea of how to "modify" what the `dtype` means. I am not sure how! By allowing the ufunc itself to interpret how to translte it to a `signature`? By giving it a distinct meaning? Yes, this might narrow us down a bit... but... | |||||
* | | Merge pull request #18936 from bashtage/update-perf-prng | Matti Picus | 2021-05-12 | 1 | -65/+64 | |
|\ \ | | | | | | | DOC: Update performance for new PRNG | |||||
| * | | DOC: Update performance for new PRNG | Kevin Sheppard | 2021-05-11 | 1 | -65/+64 | |
| | | | | | | | | | | | | Add performance benchmarks for PCG64DXSM | |||||
* | | | DOC resolves #14299 rephrasing | Kasia | 2021-05-09 | 1 | -3/+4 | |
| | | | ||||||
* | | | DOC: resolves #14299 - deleting the note | Kasia | 2021-05-09 | 1 | -3/+1 | |
| | | | ||||||
* | | | DOC: Improve datetime64 docs #14299 | Kasia | 2021-05-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | DOC: Improve datetime64 docs #14299 | Kasia | 2021-05-09 | 1 | -3/+8 | |
|/ / | ||||||
* | | DOC: refine wording for clarity | Robert Kern | 2021-05-04 | 1 | -4/+4 | |
| | | ||||||
* | | DOC: fixes in response to comments. | Robert Kern | 2021-05-04 | 2 | -21/+20 | |
| | | ||||||
* | | STY: Add spaces after commas. | Charles Harris | 2021-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | DOC: Add PCG64DXSM to performance-measuring script. | Robert Kern | 2021-05-04 | 1 | -3/+3 | |
| | | ||||||
* | | DOC: nuance recommendations for PCG64. | Robert Kern | 2021-05-04 | 2 | -6/+12 | |
| | | ||||||
* | | DOC: math formatting. | Robert Kern | 2021-05-04 | 1 | -3/+3 | |
| | | ||||||
* | | DOC: Document PCG64DXSM. | Robert Kern | 2021-05-04 | 4 | -4/+197 | |
|/ | ||||||
* | move module target location | Adrian Price-Whelan | 2021-04-24 | 1 | -3/+2 | |
| | ||||||
* | Fix typo in random docs | Christina Hedges | 2021-04-22 | 1 | -1/+1 | |
| | | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState` | |||||
* | Merge pull request #18797 from zoj613/zig_doc | Charles Harris | 2021-04-21 | 1 | -3/+7 | |
|\ | | | | | DOC: Update random c-api documentation | |||||
| * | DOC: Update random c-api documentation | zoj | 2021-04-17 | 1 | -3/+7 | |
| | | ||||||
* | | Update doc/source/reference/routines.testing.rst | Pamphile ROY | 2021-04-17 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> | |||||
* | | DOC: not recommended section | Pamphile ROY | 2021-04-15 | 1 | -1/+6 | |
| | | ||||||
* | | DOC: remove legacy global seed, assert_almost_equal and assert_ | Pamphile ROY | 2021-04-14 | 1 | -3/+8 | |
|/ | ||||||
* | Merge pull request #18722 from tech-gian/main | Charles Harris | 2021-04-05 | 1 | -0/+2 | |
|\ | | | | | DOC: deduplicate dtype basic types (2) | |||||
| * | Update, sized aliases | Giannis Zapantis | 2021-04-05 | 1 | -0/+2 | |
| | | ||||||
* | | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsData | Sebastian Berg | 2021-03-29 | 1 | -14/+0 | |
| | | | | | | | | | | | | | | | | Both functions have been deprecated in 1.19.x without complaints (so far). The first function is largely identical to a Python ufunc call. The second function had served internal NumPy purposes until NumPy 1.6 (probably), and since then had a comment that it should probably be removed (it was not documented). | |||||
* | | Docs: simd-optimizations.rst: fix basline typo (#18680) | Maxim Belkin | 2021-03-25 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #18652 from timhoffm/doc-plot | Ralf Gommers | 2021-03-21 | 1 | -2/+4 | |
|\ \ | | | | | | | DOC: Update some plotting code to current Matplotlib idioms | |||||
| * | | DOC: Update some plotting code to current Matplotlib idioms | Tim Hoffmann | 2021-03-21 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 3D Axes are created via add_subplot(projection='3d') - There is now a `stairs()` function that's specifically designed for showing histogram curves - Labels should be passed as keyword arguments to the plot functions instead of to `legend()`, which reduces the risk of mixing them up. - ensure equal axis scaling in the meshgrid example | |||||
* | | | Merge pull request #18579 from mwtoews/refactor-dict | Ralf Gommers | 2021-03-21 | 1 | -5/+4 | |
|\ \ \ | |/ / |/| | | MAINT: OrderedDict is no longer necessary from Python 3.7 | |||||
| * | | MAINT: OrderedDict is no longer necessary from Python 3.7 | Mike Taves | 2021-03-08 | 1 | -5/+4 | |
| | | | ||||||
* | | | DOC: Make inline code example consistent in ufunc reference | Andras Deak | 2021-03-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | MAINT: Fix missed replacement of rg by rng. | Charles Harris | 2021-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | DOC: Consistently use rng as variable name for random generators | Tim Hoffmann | 2021-03-15 | 4 | -31/+31 | |
|/ / | ||||||
* | | DOC: Closes issue #7408 | cisaacstern | 2021-02-24 | 1 | -2/+2 | |
| | | ||||||
* | | Removing mention of the @= operator. | melissawm | 2021-02-11 | 2 | -3/+3 | |
| | | ||||||
* | | Applying suggestions from PR review. | melissawm | 2021-02-05 | 2 | -4/+2 | |
| | | ||||||
* | | DOC: Discussion on the @ operator and the matrix class | melissawm | 2021-02-05 | 3 | -3/+21 | |
| | | ||||||
* | | Merge pull request #18007 from eric-wieser/float-printing-doc | Charles Harris | 2020-12-28 | 1 | -0/+39 | |
|\ \ | | | | | | | DOC: Add a brief explanation of float printing | |||||
| * | | Update doc/source/reference/arrays.scalars.rst | Eric Wieser | 2020-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update doc/source/reference/arrays.scalars.rst | Eric Wieser | 2020-12-27 | 1 | -0/+11 | |
| | | | ||||||
| * | | Update doc/source/reference/arrays.scalars.rst | Eric Wieser | 2020-12-27 | 1 | -2/+6 | |
| | | | ||||||
| * | | Update doc/source/reference/arrays.scalars.rst | Eric Wieser | 2020-12-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | DOC: Add a brief explanation of float printing | Eric Wieser | 2020-12-16 | 1 | -0/+24 | |
| | | | | | | | | | | | | Also link to the overflow docs here. | |||||
* | | | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osx | Charles Harris | 2020-12-23 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | BLD, BUG: Fix detecting aarch64 on macOS | |||||
| * | | | BLD, BUG: Fix detecting aarch64 on macOS | Sayed Adel | 2020-12-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Co-authored-by: h-vetinari <h.vetinari@gmx.com> | |||||
* | | | | MAINT: Fix typo SeepSequence | Charles Harris | 2020-12-19 | 1 | -1/+1 | |
| | | | |