summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Removed supurious assert in histogram estimatorsJoseph Fox-Rabinovitz2016-02-051-3/+0
* ENH: usecols now accepts an int when only one column has to be readI--P2016-02-012-5/+68
* Merge pull request #7129 from madphysicist/percentile-midpoint-interpolationCharles Harris2016-01-312-2/+6
|\
| * BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.Joseph Fox-Rabinovitz2016-01-312-2/+6
* | Merge pull request #7145 from bastula/piecewiseCharles Harris2016-01-312-4/+20
|\ \
| * | MAINT: Addressed comments in PR #7145Aditya Panchal2016-01-311-2/+3
| * | BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729.Aditya Panchal2016-01-292-4/+19
* | | BUG: mode kwargs passed as unicode to np.pad raises an exceptionbertrand2016-01-302-1/+12
* | | Merge pull request #7149 from seberg/missing-suffixCharles Harris2016-01-301-1/+1
|\ \ \
| * | | TST: Add missing suffix to temppath managerSebastian Berg2016-01-301-1/+1
| |/ /
* | | Merge pull request #7125 from madphysicist/percentile-docStephan Hoyer2016-01-291-42/+39
|\ \ \ | |/ / |/| |
| * | MAINT: Accepted all review comments for PR#7125Joseph Fox-Rabinovitz2016-01-271-7/+3
| * | DOC: Updated documentation wording and examples for np.percentile.Joseph Fox-Rabinovitz2016-01-261-39/+40
| |/
* | MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-2/+2
|/
* TST: Added lots of new tests for fromnumeric.pygfyoung2016-01-181-32/+29
* Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bugJulian Taylor2016-01-172-3/+34
|\
| * BUG: Fix nanpercentile crash on all-nan slicesDavid Freese2016-01-122-3/+34
* | Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copyCharles Harris2016-01-151-0/+1
|\ \
| * | TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+1
| |/
* | DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-143-5/+9
|/
* DOC: Update trapz docstring.Charles Harris2016-01-091-3/+5
* DOC: fix typos in trapz()François Boulogne2016-01-091-1/+1
* Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_argJaime2016-01-061-3/+0
|\
| * ENH: allow single input argument in numpy.broadcastHolger Kohr2016-01-041-3/+0
* | DOC,BUG: Fix some latex generation problems.Charles Harris2016-01-051-0/+17
|/
* Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-021-55/+31
|\
| * MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-55/+31
* | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
|/
* DOC: Fix poly_val description for 'x' inputgfyoung2015-12-221-4/+4
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-201-21/+12
|\
| * MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-21/+12
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-198-21/+21
|/
* DOC, MAINT: Fix the numpy.ma.cov signature and documentation.jason king2015-12-181-6/+7
* DEP: Stricter arg checking for array orderinggfyoung2015-12-181-4/+6
* Updated typos in histogram bin estimator equationsMad Physicist2015-12-111-2/+2
* Merge pull request #6808 from charris/fix-assert-in-testsJaime2015-12-111-3/+3
|\
| * MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-3/+3
* | [TST] fix test_dtype_error to actually test what it's supposed toNathaniel J. Smith2015-12-081-3/+3
|/
* Merge pull request #6775 from charris/add-future-importsCharles Harris2015-12-071-1/+2
|\
| * MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-1/+2
* | BUG: Quick and dirty fix for interp.Charles Harris2015-12-071-4/+36
|/
* Merge pull request #6627 from ordirules/masterCharles Harris2015-11-251-0/+10
|\
| * added more textJulien Lhermitte2015-11-051-0/+4
| * added extra line in the tile help doc to outline a general repeat, commonly usedJulien Lhermitte2015-11-041-0/+6
* | Merge pull request #6690 from lzkelley/hist_check_range_finiteJaime2015-11-172-3/+27
|\ \
| * | BUG, MAINT: check that histogram range parameters are finite, add tests to as...lzkelley2015-11-172-3/+27
* | | ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-162-7/+4
|/ /
* | add clarification of weights to documentationGriffin Hosseinzadeh2015-11-131-1/+2
* | Merge pull request #6649 from sieben/dict_litteralJaime2015-11-071-2/+1
|\ \ | |/ |/|
| * MAINT: Dictionary litteralRémy Léone2015-11-071-2/+1