summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16239 from seberg/reimport-do-not-set-docsMatti Picus2020-05-201-1/+39
|\
| * TST: Add a test for np.add_docstringSebastian Berg2020-05-201-1/+39
* | Merge pull request #16284 from eric-wieser/extract-lerpSebastian Berg2020-05-191-62/+58
|\ \ | |/ |/|
| * MAINT: remove workaround for fixed issue Eric Wieser2020-05-191-2/+0
| * MAINT: Remove special cases for 0d arrays in quantileEric Wieser2020-05-181-62/+55
| * MAINT: Extract a lerp helper function to make the algorithm of quantile clearerEric Wieser2020-05-181-4/+9
* | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-1/+0
|\ \
| * | DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-1/+0
* | | Merge pull request #16242 from seberg/genfromtxt-default-regressionMatti Picus2020-05-193-5/+15
|\ \ \ | |_|/ |/| |
| * | Update numpy/lib/_iotools.pySebastian Berg2020-05-181-1/+2
| * | BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-183-5/+14
* | | MAINT: Avoid moving axes around multiple timesEric Wieser2020-05-171-15/+5
* | | MAINT: Remove a pointless ifEric Wieser2020-05-171-4/+1
* | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* | | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-151-3/+5
|\ \ \ | |/ / |/| |
| * | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-101-3/+5
* | | Merge pull request #16188 from eric-wieser/cleanup-StringConverterSebastian Berg2020-05-111-71/+58
|\ \ \ | |/ / |/| |
| * | MAINT: Extract a helper function from StringConverterEric Wieser2020-05-081-26/+30
| * | STY: remove some parens in iterationEric Wieser2020-05-081-3/+3
| * | MAINT: remove unused private membersEric Wieser2020-05-081-2/+0
| * | STY: Remove some weird comments from iotoolsEric Wieser2020-05-081-42/+27
| |/
* | ENH: Better error message when ``bins`` has float value in ``histogramdd``. (...MatteoRaso2020-05-071-1/+9
* | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+2
* | Merge pull request #16125 from WarrenWeckesser/vectorize-bugMatti Picus2020-05-062-8/+83
|\ \
| * | MAINT: lib: A few changes in some vectorize tests.Warren Weckesser2020-05-021-41/+31
| * | BUG: lib: Fix a problem with vectorize with default parameters.Warren Weckesser2020-04-302-7/+92
| |/
* | DOC: Update np.copy docstring to include ragged case (#15928)Guilherme Leobas2020-05-051-0/+24
|/
* Merge pull request #16064 from keremh/fix-exception-raiseCharles Harris2020-04-254-10/+14
|\
| * Update numpy/lib/shape_base.pyKerem HallaƧ2020-04-251-1/+3
| * Update numpy/lib/index_tricks.pyKerem HallaƧ2020-04-251-1/+3
| * ENH: Fix exception causes in four .py fileskeremh2020-04-244-10/+10
* | DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
|/
* DOC: Add converters example to the loadtxt docstring (gh-16043)Warren Weckesser2020-04-231-4/+15
* Merge pull request #15967 from anirudh2290/slow_pypy_implMatti Picus2020-04-151-0/+1
|\
| * TST: Add slow_pypy supportAnirudh Subramanian2020-04-131-0/+1
* | Added note to angle function docstring about angle(0) being 0.Melissa Weber Mendonca2020-04-131-0/+5
|/
* DOC: Minor fix to _hist_bin_fd documentation (#15839)nglinh2020-04-031-1/+1
* Merge pull request #15883 from eric-wieser/iotools-upgrade_helperMatti Picus2020-04-031-37/+22
|\
| * MAINT: Remove duplicated code in iotools.pyEric Wieser2020-03-311-37/+22
* | TST: Run test_large_zip in a child process (#15893)Anirudh Subramanian2020-04-021-7/+12
* | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-0/+4
|\ \
| * | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-0/+4
| |/
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-4/+0
* | DOC: Fix docstring for _hist_bin_auto.Ross Barnowski2020-03-271-5/+5
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-268-19/+7
* | DEP: Do not cast boolean indices to integers in np.delete (#15815)Eric Wieser2020-03-252-30/+35
* | Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-242-29/+8
|\ \ | |/ |/|
| * DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-222-29/+8
* | 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