summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: lib: A few PEP-8 fixes.Warren Weckesser2020-06-181-3/+6
* MAINT: lib: In loadtxt, move some code out of a try/finally block.Warren Weckesser2020-06-181-5/+8
* MAINT: lib: In loadtxt, validate ndmin argument earlier.Warren Weckesser2020-06-181-3/+4
* MAINT: lib: Move some nested function definitions in loadtxt.Warren Weckesser2020-06-181-61/+70
* MAINT: Remove uses of scalar aliasesEric Wieser2020-06-101-1/+1
* Merge pull request #16500 from bjnath/move_c_style_linkRalf Gommers2020-06-061-2/+2
|\
| * DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-2/+2
* | DOC: Fixes for 18 broken links (#16472)bjnath2020-06-062-4/+3
|/
* MAINT: use zip instead of range in piecewiseEric Wieser2020-06-011-8/+6
* DOC: make clearer that sinc is normalized by a factor piRalf Gommers2020-05-301-4/+11
* TST: Simplify assert_warns in test_io.pySeth Troisi2020-05-281-17/+8
* Merge pull request #16348 from seberg/fromany-leakCharles Harris2020-05-231-0/+9
|\
| * BUG: Fix dtype leak in `PyArray_FromAny` error pathSebastian Berg2020-05-221-0/+9
* | Merge pull request #16349 from larsoner/depCharles Harris2020-05-232-5/+17
|\ \
| * | BUG: Indentation for docstringsEric Larson2020-05-222-5/+17
| |/
* | Merge pull request #16298 from eric-wieser/fix-np.infoSebastian Berg2020-05-221-35/+7
|\ \ | |/ |/|
| * BUG: np.info does not show keyword-only argumentsEric Wieser2020-05-191-35/+7
* | Merge pull request #16332 from LSchroefl/link_SciPy_multidimensional_interpol...Matti Picus2020-05-221-0/+4
|\ \
| * | Update numpy/lib/function_base.pyLSchroefl2020-05-221-1/+1
| * | DOC: link np.interp to SciPy's multidimensional interpolation functions (#14154)skywalker2020-05-211-0/+4
| |/
* | 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