summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15830 from rth/import-fixes-mypyEric Wieser2020-03-243-18/+3
|\
| * md5 module is deprecated since python 2.5Roman Yurchak2020-03-242-8/+2
| * pathlib is in the standard libraryRoman Yurchak2020-03-241-10/+1
* | BUG: Add basic __format__ for masked element to fix incorrect print (#15794)Warren Weckesser2020-03-242-0/+30
|/
* Merge pull request #15800 from brandtbucher/unsafe-castEric Wieser2020-03-242-53/+28
|\
| * BUG: Break on errors when performing strided casts.Brandt Bucher2020-03-231-2/+12
| * TST: Add failing regression test for unsafe casts.Brandt Bucher2020-03-231-1/+5
| * MAINT: Break out duplicated logic for strided casts.Brandt Bucher2020-03-231-52/+13
* | Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-243-29/+17
|\ \
| * | DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-223-29/+17
* | | Merge pull request #15812 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-1/+5
|\ \ \
| * | | TST: Remove code that is not supposed to warn out of warning assertionEric Wieser2020-03-231-1/+5
* | | | Merge pull request #15804 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-233-22/+12
|\ \ \ \ | |/ / /
| * | | DEP: Make np.delete on out-of-bounds indices an errorEric Wieser2020-03-223-22/+12
| |/ /
* | | Merge pull request #15805 from eric-wieser/expired-insert-delete-TypeErrorSebastian Berg2020-03-233-15/+18
|\ \ \
| * | | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-223-15/+18
| |/ /
* | | TST: switch PyPy job with CPython [skip travis] (#15809)Matti Picus2020-03-231-5/+21
* | | Merge pull request #15803 from person142/ufunc-extobjWarren Weckesser2020-03-221-5/+5
|\ \ \
| * | | DOC: correct possible list lengths for `extobj` in ufunc callsJosh Wilson2020-03-221-5/+5
|/ / /
* | | Merge pull request #15799 from eric-wieser/simplify-insertSebastian Berg2020-03-221-7/+11
|\ \ \ | |/ /
| * | MAINT: Make the axis logic for delete match insert.Eric Wieser2020-03-221-5/+4
| * | MAINT: Add missing deprecation dates and versionsEric Wieser2020-03-221-1/+4
| * | MAINT: Remove some weird syntax for kwargsEric Wieser2020-03-221-1/+1
| * | MAINT: Add an explanatory comment for some weird codeEric Wieser2020-03-221-0/+2
* | | DEP: Make issubdtype consistent for types and dtypes (#15773)Sebastian Berg2020-03-223-28/+39
| |/ |/|
* | BLD: Add requirements.txt file for building docs (#15778)Ross Barnowski2020-03-193-11/+34
* | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-1810-43/+45
* | BUG: Guarantee array is in valid state after memory error occurs in getset.c ...Mibu2872020-03-181-7/+13
|/
* Merge pull request #15774 from eric-wieser/remove-f2py-globalSebastian Berg2020-03-186-9/+2
|\
| * MAINT: remove useless `global` statementsEric Wieser2020-03-186-9/+2
* | NEP 40: Informational NEP about current DTypes (#15505)Sebastian Berg2020-03-182-0/+642
|/
* Merge pull request #15766 from seberg/simplify-specialized-castsMatti Picus2020-03-183-75/+30
|\
| * BUG: Increase default string cast size of longdouble/clongdoubleSebastian Berg2020-03-161-2/+6
| * BUG,MAINT: Remove incorrect special case in string to number castsSebastian Berg2020-03-162-73/+24
* | Merge pull request #15771 from anirudh2290/fix_dev_docSebastian Berg2020-03-171-1/+1
|\ \
| * | DOC: Fix runtests example in developer docsAnirudh Subramanian2020-03-181-1/+1
* | | Merge pull request #15768 from charris/update-after-1.18.2-releaseRalf Gommers2020-03-175-7/+81
|\ \ \
| * | | REL: Update master after 1.18.2 release.Charles Harris2020-03-175-7/+81
* | | | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-1614-151/+268
| |/ / |/| |
* | | Merge pull request #15762 from numpy/dependabot/pip/pytest-5.4.1Sebastian Berg2020-03-161-1/+1
|\ \ \
| * | | MAINT: Bump pytest from 5.3.5 to 5.4.1dependabot/pip/pytest-5.4.1dependabot-preview[bot]2020-03-161-1/+1
|/ / /
* | | MAINT: Test during import to detect bugs with Accelerate(MacOS) LAPACK (#15695)Rakesh Vasudevan2020-03-152-2/+65
* | | Merge pull request #15747 from WarrenWeckesser/unique-with-zero-lenMatti Picus2020-03-152-41/+97
|\ \ \
| * | | MAINT: lib: PEP-8 clean up in test_arraysetops.py.Warren Weckesser2020-03-151-38/+41
| * | | BUG: lib: Handle axes with length 0 in np.unique.Warren Weckesser2020-03-152-4/+22
| * | | TST: lib: Add a unit test for np.unique applied to arrays with a length 0 axis.Huon Wilson2020-03-151-0/+35
|/ / /
* | | Merge pull request #15757 from WarrenWeckesser/fix-azure-pipelinesRalf Gommers2020-03-152-0/+6
|\ \ \ | |/ / |/| |
| * | MAINT: CI: Run 'apt-get update' in tools/pypy-test.shWarren Weckesser2020-03-151-0/+1
| * | MAINT: CI: Add an explicit 'pr' section to azure-pipelines.ymlWarren Weckesser2020-03-151-0/+5
|/ /
* | Merge pull request #15752 from mlamarre/fix_swig_testsCharles Harris2020-03-135-53/+73
|\ \