summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest-cov from 2.9.0 to 2.10.0dependabot/pip/pytest-cov-2.10.0dependabot-preview[bot]2020-06-151-1/+1
* MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-143-23/+41
* Merge pull request #16603 from person142/typing-release-noteSebastian Berg2020-06-141-0/+0
|\
| * DOC: make addition of types a "new feature" in release notesJosh Wilson2020-06-141-0/+0
|/
* Merge pull request #16601 from charris/test_ignore_nan_ulperrorCharles Harris2020-06-142-6/+33
|\
| * MAINT: Move and improve test_ignore_nan_ulperror.Charles Harris2020-06-142-6/+33
|/
* Merge pull request #16596 from seberg/indexing-ref-leakCharles Harris2020-06-131-2/+2
|\
| * BUG: Fix reference count leak in mapping.cSebastian Berg2020-06-131-2/+2
|/
* Merge pull request #16590 from bjnath/clarify-dtype-geomspace-logspaceMatti Picus2020-06-131-7/+11
|\
| * DOC: Clarify dtype default for logspace and geomspaceBen Nathanson2020-06-121-7/+11
|/
* Merge pull request #16574 from person142/dtype-constructor-typesMatti Picus2020-06-124-4/+16
|\
| * DOC: correct name of first dtype constructor parameterJosh Wilson2020-06-112-3/+7
| * MAINT: fix name of first parameter to dtype constructor in type stubsJosh Wilson2020-06-102-1/+9
* | Merge pull request #16572 from xiegengxin/fix-sin-cosMatti Picus2020-06-122-8/+10
|\ \
| * | Add test for sin/cos for strided large inputsGengxin Xie2020-06-121-4/+6
| * | BUG: fix sin/cos bug when input is stridedGengxin Xie2020-06-111-4/+4
| |/
* | NEP 42: Technical decisions for new DTypes (#15507)Sebastian Berg2020-06-113-0/+4477
* | Merge pull request #16452 from mattip/accelerate-errorCharles Harris2020-06-113-13/+16
|\ \
| * | Update doc/source/user/building.rstMatti Picus2020-06-111-1/+2
| * | Update doc/source/user/building.rstMatti Picus2020-06-111-1/+1
| * | DOC: add deprecation directivemattip2020-06-091-5/+6
| * | DOC: add comment about Acclerate, from reviewmattip2020-05-311-0/+6
| * | BUG: fix comment in RSTmattip2020-05-311-1/+1
| * | DOC,ENH: extend error message when Accelerate is detectedmattip2020-05-313-13/+8
* | | DOC: Tighten howto-docs guide #16259 (#16385)bjnath2020-06-111-129/+136
* | | Merge pull request #16291 from abhilash42/tobytes-doc-changeSebastian Berg2020-06-111-8/+7
|\ \ \
| * | | DOC: remove K from order parameter options.Ross Barnowski2020-06-101-4/+3
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-2/+1
| * | | Update numpy/core/_add_newdocs.pyabhilash422020-05-191-1/+1
| * | | Update _add_newdocs.pyabhilash422020-05-191-16/+8
| * | | Update _add_newdocs.pyabhilash422020-05-181-4/+13
* | | | DOC: Fix malformed docstrings in ma. (#16296)Takanori H2020-06-111-8/+3
| |_|/ |/| |
* | | DOC: Fix description of dtype default in linspace (#16433)bjnath2020-06-101-2/+4
* | | BUG: endpoints of array returned by geomspace() should match arguments (#16411)Kaspar Thommen2020-06-102-3/+47
* | | Merge pull request #16506 from wrzadkow/Polynomial.fit-documentationRoss Barnowski2020-06-101-4/+2
|\ \ \
| * | | DOC: add the number of sample points as suggestedWojciech Rzadkowski2020-06-081-1/+1
| * | | DOC: expand the docstring as suggested in reviewWojciech Rzadkowski2020-06-051-1/+1
| * | | DOC: mention only single-polynomial fitting in np.polynomial.Polynomial.fit()Wojciech Rzadkowski2020-06-051-4/+2
* | | | Merge pull request #16555 from mattip/win32Sebastian Berg2020-06-101-10/+0
|\ \ \ \
| * | | | BLD: drop win32 3.7, 3.6 buildsmattip2020-06-091-10/+0
* | | | | DEP: Remove deprecated numeric types and deprecate remaining (#16554)Sebastian Berg2020-06-109-76/+57
* | | | | Merge pull request #16551 from numpy/fix/seed-sequence-zerosCharles Harris2020-06-103-2/+50
|\ \ \ \ \
| * | | | | DOC: Add release note.fix/seed-sequence-zerosRobert Kern2020-06-101-0/+13
| * | | | | BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-092-2/+37
| |/ / / /
* | | | | MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-103-47/+18
|/ / / /
* | | | DOC: Fix ``np.ma.core.doc_note`` (#16311)Takanori H2020-06-092-11/+35
* | | | Merge pull request #16515 from person142/add-type-stubsMatti Picus2020-06-0936-0/+2516
|\ \ \ \
| * | | | MAINT: avoid more division by zero in typing test causing aarch64 to failJosh Wilson2020-06-071-5/+6