summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pydata-sphinx-theme from 0.3.2 to 0.4.0dependabot/pip/pydata-sphinx-theme-0.4.0dependabot-preview[bot]2020-09-071-1/+1
* Merge pull request #17225 from seberg/fix-broken-up-ragged-arrayCharles Harris2020-09-042-1/+23
|\
| * Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-09-021-0/+1
| * BUG: Fix dimension discovery of within array ragged casesSebastian Berg2020-09-022-1/+22
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-046-25/+15
|\ \
| * | MAINT: EXT_SUFFIX differs between sysconfig and distutils.sysconfigMatti Picus2020-09-041-2/+2
| * | MAINT: fix win exec_prefixmattip2020-09-031-1/+1
| * | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-027-27/+17
| |/
* | Merge pull request #17220 from mattip/fix17210Matti Picus2020-09-041-1/+2
|\ \
| * | BUG: comment out metadata added via javascriptmattip2020-09-021-1/+2
| |/
* | Merge pull request #17242 from hugovk/speedup-ciCharles Harris2020-09-031-26/+28
|\ \
| * | MAINT: Run slow CI jobs earlier so they free up parallel slots soonerHugo2020-09-031-26/+28
* | | Merge pull request #17193 from eric-wieser/clean-compatSebastian Berg2020-09-037-42/+34
|\ \ \
| * | | MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-313-3/+3
| * | | MAINT: Remove users of `numpy.compat.open_latin1`Eric Wieser2020-08-311-32/+27
| * | | MAINT: Remove users of `numpy.compat.strchar`Eric Wieser2020-08-311-2/+1
| * | | MAINT: Remove users of `numpy.compat.integer_types`Eric Wieser2020-08-312-5/+3
* | | | MAINT: added exception chaining in shape_base.py (gh-17240)EthanCJ-git2020-09-031-1/+1
* | | | Merge pull request #17145 from charris/cleanup-pystring_asstring-usageSebastian Berg2020-09-033-7/+21
|\ \ \ \
| * | | | MAINT: Replace uses of PyString_AsString.Charles Harris2020-09-033-7/+21
| | |_|/ | |/| |
* | | | Merge pull request #16134 from seberg/concatenate-dtypeMatti Picus2020-09-037-34/+193
|\ \ \ \
| * | | | DOC: Fixup deprecation datesSebastian Berg2020-09-033-3/+4
| * | | | Update doc/release/upcoming_changes/16134.compatibility.rstSebastian Berg2020-09-031-5/+5
| * | | | Fixup: Mention that it will be a TypeError (Anirudh's review)Sebastian Berg2020-09-021-2/+3
| * | | | Apply suggestions from code reviewSebastian Berg2020-09-023-4/+4
| * | | | ENH: Implement concatenate dtype and casting keyword argumentsSebastian Berg2020-09-027-34/+191
* | | | | Merge pull request #17191 from numpy/dependabot/pip/hypothesis-5.30.0Sebastian Berg2020-09-031-1/+1
|\ \ \ \ \
| * | | | | MAINT: Bump hypothesis from 5.26.0 to 5.30.0dependabot/pip/hypothesis-5.30.0dependabot-preview[bot]2020-08-311-1/+1
* | | | | | Merge pull request #17233 from eric-wieser/deprecate-ndincrSebastian Berg2020-09-032-0/+13
|\ \ \ \ \ \
| * | | | | | DEP: Deprecated ndindex.ndincrEric Wieser2020-09-032-0/+13
* | | | | | | DOC: Use SPDX license expressions with correct license (gh-17238)Philippe Ombredanne2020-09-031-4/+4
* | | | | | | Merge pull request #17239 from seberg/random-quickstart-linkCharles Harris2020-09-032-43/+43
|\ \ \ \ \ \ \
| * | | | | | | DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-032-43/+43
|/ / / / / / /
* | | | | | | Merge pull request #17237 from charris/fix-flatiter-typingMatti Picus2020-09-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | BUG: Avoid using ``np.random`` in typing tests.Charles Harris2020-09-031-1/+1
* | | | | | | Merge pull request #17127 from bashtage/npymath-removeMatti Picus2020-09-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BLD: Replace source files with libKevin Sheppard2020-08-301-2/+2
| * | | | | | MAINT: Remove deplicated symbols from link stepKevin Sheppard2020-08-301-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-0228-3848/+3776
| |_|_|/ / |/| | | |
* | | | | Merge pull request #17168 from seberg/test_metadata_promotionMatti Picus2020-09-021-0/+104
|\ \ \ \ \
| * | | | | TST: Add tests mapping out the rules for metadata in promotionSebastian Berg2020-08-281-0/+104
* | | | | | ENH: Added missing methods to `np.flatiter` (#17180)Bas van Beek2020-09-024-0/+69
* | | | | | DOC: Fix the documented signatures of four `ufunc` methods (#17199)Bas van Beek2020-09-021-22/+23
* | | | | | ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-023-62/+388
* | | | | | Merge pull request #17182 from seberg/doc-metadataMatti Picus2020-09-022-0/+46
|\ \ \ \ \ \
| * | | | | | Apply suggestions from code reviewSebastian Berg2020-09-011-2/+2
| * | | | | | DOC: Adopt (slightly modified) Ben's suggestionsSebastian Berg2020-08-311-6/+12
| * | | | | | Update numpy/core/_add_newdocs.pySebastian Berg2020-08-291-3/+3
| * | | | | | DOC: Document ``dtype.metadata``Sebastian Berg2020-08-282-0/+40
* | | | | | | DOC: Use official MATLAB spelling in numpy-for-matlab-users.rst (gh-17215)Ryan C Cooper2020-09-021-34/+34
| |_|_|_|_|/ |/| | | | |