summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-2/+11
* Merge pull request #10501 from msornay/fromregex-bytesEric Wieser2018-02-201-1/+8
|\
| * BUG: fromregex: asbytes called on regexp objectsMathieu Sornay2018-02-051-1/+8
* | BUG: Revert sort optimization in np.unique.Charles Harris2018-02-141-0/+11
* | Merge pull request #10324 from eric-wieser/histogram-range-comparisonCharles Harris2018-02-081-0/+47
|\ \
| * | BUG: Fix crashes when using float32 values in uniform histogramsEric Wieser2018-02-021-0/+47
* | | Merge pull request #10401 from eric-wieser/fix-10394Charles Harris2018-02-061-0/+7
|\ \ \
| * | | BUG: Resize bytes_ columns in genfromtxtEric Wieser2018-01-151-0/+7
* | | | MAINT: Use AxisError in swapaxesEric Wieser2018-02-031-2/+2
* | | | BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela2018-02-011-2/+16
* | | | BUG: Fixed polydiv for Complex Numbers (#10473)Deepak Kumar Gouda2018-01-301-0/+8
| |_|/ |/| |
* | | Merge pull request #10342 from anaskhan96/union1d-fixCharles Harris2018-01-181-0/+8
|\ \ \
| * | | STY: Break some long lines.Charles Harris2018-01-181-1/+2
| * | | adding a reference to the related issueAnas Khan2018-01-101-0/+1
| * | | adding new tests for union1dAnas Khan2018-01-091-0/+6
* | | | Merge pull request #10294 from xoviat/pytest-cleanupEric Wieser2018-01-091-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: cleanup yield testsxoviat2018-01-061-6/+6
* | | | More misc. typosluz.paz2018-01-042-5/+5
| |_|/ |/| |
* | | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-0/+3
|/ /
* | ENH: Add support for datetimes to histogramsEric Wieser2017-12-261-0/+25
* | BUG: Allow nan values in the data when the bins are explicitEric Wieser2017-12-241-0/+25
* | BUG: Fix misleading error when coercing to arrayEric Wieser2017-12-241-0/+11
* | Merge branch 'master' into move_histogramEric Wieser2017-12-181-0/+5
|\ \
| * | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+5
| |/
* | MAINT: Move histogram and histogramdd into their own moduleEric Wieser2017-12-102-512/+527
|/
* MAINT: Various minor code cleanups.Charles Harris2017-11-242-62/+73
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-2/+0
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-212-93/+422
* ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert2017-11-181-0/+31
* ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-121-0/+9
* ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley2017-11-111-61/+238
* BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-231-0/+10
* TST: Add test for 0d conditions in np.piecewiseEric Wieser2017-10-221-0/+6
* MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-211-1/+1
* Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-181-2/+2
|\
| * MAINT: improve wording of error messagesEric Wieser2017-10-171-2/+2
* | BUG: Allow `unravel_index(0, ())` to return ()Eric Wieser2017-10-171-1/+12
|/
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-241-0/+8
|\
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-211-1/+8
|\ \
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-131-0/+4
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-131-1/+4
* | | ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-201-0/+6
* | | ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck2017-09-131-0/+7
* | | TST: Fix/Remove old unit tests for structure assignmentAllan Haldane2017-09-071-2/+2
* | | BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-011-0/+7
* | | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-241-0/+4
* | | Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-121-0/+0
|\ \ \
| * | | TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | | | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-2/+2
|/ / /