summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DEP: Remove FutureWarning from np.lib.split and go to future.Charles Harris2015-10-302-28/+13
|/
* TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
* Merge pull request #6562 from ahaldane/disable_view_safety_checksCharles Harris2015-10-261-10/+0
|\
| * TST: Remove tests of view safety checks (see next commit)Allan Haldane2015-10-261-10/+0
* | BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer2015-10-242-3/+14
|/
* BUG: Make median work for empty arrays (issue #6462)Ethan Kruse2015-10-212-1/+29
* DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-113-5/+10
* Merge pull request #6421 from charris/forwardport-gh-6417Charles Harris2015-10-071-1/+1
|\
| * DOC: fix var. reference in percentile docstringTobias Megies2015-10-071-1/+1
* | Merge pull request #6406 from charris/update-gh-6310Charles Harris2015-10-061-6/+7
|\ \ | |/ |/|
| * DOC: Cleanup genfromtxt documentation a bit.Charles Harris2015-10-041-8/+7
| * DOC: Update docs for numpy.genfromtxt.jason king2015-10-041-3/+5
* | TST: new np.corrcoef improved stabilityLars Buitinck2015-10-051-0/+6