Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update doc with better wording | Amrit K | 2021-11-15 | 1 | -5/+4 |
| | |||||
* | DOC: clarify doc about default int type on windows | Amrit K | 2021-04-24 | 1 | -1/+2 |
| | | | | | Update documentation to clarify that integer arrays created are of type int32 on windows platform. See #18540. | ||||
* | DOC: Add favicon (#18841) | Tania Allard | 2021-04-23 | 5 | -0/+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 #18823 from Nirzak/patch-1 | Charles Harris | 2021-04-21 | 1 | -1/+1 |
|\ | | | | | MAINT: Minor fix to add reference link to numpy.fill_diagonal function | ||||
| * | Minor fix to add reference link to numpy.fill_diagonal function | Nirjas Jakilim | 2021-04-21 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge pull request #18777 from tupui/test_guidelines_random_asserts | Charles Harris | 2021-04-21 | 1 | -3/+13 |
|\ \ \ | |_|/ |/| | | DOC: update random and asserts in test guidelines | ||||
| * | | Update doc/source/reference/routines.testing.rst | Pamphile ROY | 2021-04-17 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> | ||||
| * | | Merge branch 'main' into test_guidelines_random_asserts | Pamphile ROY | 2021-04-16 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| * | | 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 |
| | | | |||||
* | | | MAINT: Fix spelling and layout. | Charles Harris | 2021-04-19 | 1 | -5/+4 |
| | | | |||||
* | | | line breaks maintaining <80 chars | Ayush Verma | 2021-04-20 | 1 | -1/+5 |
| | | | |||||
* | | | added 'PYTHON variable' | Ayush Verma | 2021-04-20 | 1 | -1/+1 |
| | | | |||||
* | | | word wrapped around 80 chars and proper ellipses as per suggested | Ayush Verma | 2021-04-20 | 1 | -5/+2 |
| | | | |||||
* | | | added note about import numpy error when building numpy in a venv | Ayush Verma | 2021-04-19 | 1 | -0/+9 |
| |/ |/| | |||||
* | | DOC: Document newer pytest conventions | Eric Larson | 2021-04-16 | 1 | -0/+1 |
|/ | |||||
* | MAINT: Fix comma usage. | Charles Harris | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | More concise "How to import NumPy" description | Tim Hoffmann | 2021-04-13 | 1 | -8/+4 |
| | |||||
* | DOC: trim headings - purely cosmetic. | Ross Barnowski | 2021-04-12 | 1 | -14/+14 |
| | |||||
* | DOC: Update howto-docs with link to NumPy tutorials. | melissawm | 2021-04-12 | 1 | -19/+30 |
| | | | | | | Includes a few textual fixes suggested in gh-16386 and new link to Daniele Procidas's newly renamed Diátaxis Framework (instead of the Divio blog). | ||||
* | BLD: introduce use of BLAS_LIBS and LAPACK_LIBS in distutils/system_info ↵ | drhpc | 2021-04-11 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#18737) This enables the behaviour of the build honouring the environment variables NPY_BLAS_LIBS, NPY_CBLAS_LIBS, and NPY_LAPACK_LIBS to select any standard-conforming implementation of the f77 interfaces. This is needed to sanely have automated builds provide BLAS libs in a way common to multiple packages (using some environment variable, BLAS_LIBS being canonical, but variants exist). Hacking a site.cfg is fine for a single user, but does not scale well. As example, pkgsrc, the NetBSD packages collection, offers differing builds of Netlib or OpenBLAS, the latter in variables openblas, openblas_openmp, and openblas_pthread. With this patch, differing builds can just use different variable values like NPY_BLAS_LIBS=-lblas NPY_CBLAS_LIBS=-lcblas \ NPY_LAPACK_LIBS='-lapack -lblas' \ python setup.py build NPY_BLAS_LIBS=-lopenblas_pthread NPY_CBLAS_LIBS= \ NPY_LAPACK_LIBS='-lopenblas_pthread' \ python setup.py build (NPY_LAPACK_LIBS contains reference to BLAS, too, for packages that only use LAPACK and would miss underlying BLAS otherwise for static linking.) | ||||
* | Merge pull request #18722 from tech-gian/main | Charles Harris | 2021-04-05 | 2 | -64/+4 |
|\ | | | | | DOC: deduplicate dtype basic types (2) | ||||
| * | Update, removed unnecessary things | Giannis Zapantis | 2021-04-05 | 1 | -11/+2 |
| | | |||||
| * | Update, sized aliases | Giannis Zapantis | 2021-04-05 | 1 | -0/+2 |
| | | |||||
| * | DOC: typo fix | Giannis Zapantis | 2021-04-03 | 1 | -1/+1 |
| | | |||||
| * | DOC: closing 17486 | tech-gian | 2021-04-03 | 1 | -62/+9 |
| | | |||||
* | | DOC: Simplifies Mandelbrot set plot in Quickstart guide (#18712) | Melissa Weber Mendonça | 2021-04-04 | 1 | -7/+9 |
| | | | | | | Closes gh-18409 | ||||
* | | Merge pull request #18705 from rgommers/governance-people-update | Matti Picus | 2021-04-01 | 1 | -27/+11 |
|\ \ | | | | | | | DOC: update Steering Council membership and people on governance page | ||||
| * | | DOC: update Steering Council membership and people on governance page | Ralf Gommers | 2021-03-31 | 1 | -27/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We welcome two new SC members, Melissa and Inessa. The people moving to emeritus status have not been very active or not active at all for a while. They all still have commit rights, and if they get more active again their membership can be restored. There are also a few changes to the NumFOCUS Subcommittee and Institutional Partners members, to reflect recent changes. After this update, all listed people are currently actively contributing to NumPy. That does not only include technical contributions, but also participating in community meetings, mentoring newcomers, and many other activities across the project. [ci skip] | ||||
* | | | Merge pull request #18659 from rgommers/add-conda-yaml | Charles Harris | 2021-03-31 | 1 | -6/+17 |
|\ \ \ | |/ / |/| | | DEV: add a conda environment.yml with all development dependencies | ||||
| * | | DOC: update development environment docs for conda virtual environments | Ralf Gommers | 2021-03-21 | 1 | -6/+17 |
| | | | |||||
* | | | 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). | ||||
* | | | Merge pull request #18689 from cdahlin/absolute-beginner-doc-clarification | Charles Harris | 2021-03-29 | 2 | -7/+9 |
|\ \ \ | | | | | | | | | DOC: Change matrix size in absolute beginners doc. | ||||
| * \ \ | Merge branch 'main' of https://github.com/cdahlin/numpy into ↵ | Christopher Dahlin | 2021-03-28 | 1 | -5/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | absolute-beginner-doc-clarification | ||||
| | * | | | Changed doc code to be consistent with the images. | Christopher Dahlin | 2021-03-28 | 1 | -7/+9 |
| | | | | | |||||
| * | | | | Changed matrix size in absolute beginners doc. | Christopher Dahlin | 2021-03-28 | 2 | -2/+3 |
| |/ / / | |||||
* | | | | REL: Update main after 1.20.2 release. | Charles Harris | 2021-03-27 | 2 | -0/+50 |
|/ / / | |||||
* | | | 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 | 5 | -11/+14 |
|\ \ \ | |/ / |/| | | DOC: Update some plotting code to current Matplotlib idioms | ||||
| * | | DOC: Update some plotting code to current Matplotlib idioms | Tim Hoffmann | 2021-03-21 | 5 | -11/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 |
| | | | | |||||
* | | | | MAINT: use super() as described by PEP 3135 | Mike Taves | 2021-03-19 | 1 | -9/+7 |
| |/ / |/| | | |||||
* | | | 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 |
| | | | |||||
* | | | Merge pull request #17636 from leonarduschen/update-navbar-linked-page | Matti Picus | 2021-03-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | MAINT: Bump pydata-sphinx-theme and set logo link to index |