summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: lib: Fix handling of integer arrays by gradient.Warren Weckesser2020-01-051-0/+34
* TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-151-1/+1
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-042-20/+15
* Merge pull request #15023 from qwhelan/nan_perfMatti Picus2019-12-031-1/+28
|\
| * PERF: only copy input array in _replace_nan() if there are nans to replaceChristopher Whelan2019-12-021-1/+28
* | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-15/+20
|\ \
| * | TST: fix failing testmattip2019-10-311-1/+1
| * | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-14/+19
* | | ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-021-6/+18
* | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-021-0/+30
* | | TST: add pytest machinery to specify memory requirements for testsPauli Virtanen2019-12-011-5/+2
| |/ |/|
* | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-132-15/+15
* | TST: Don't construct Fraction instances from numpy scalarsEric Wieser2019-10-301-2/+2
|/
* MAINT: deprecate financial functions.Warren Weckesser2019-10-161-0/+36
* BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-10-151-0/+11
* Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-151-1/+1
|\
| * MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-1/+1
* | Merge pull request #14583 from mattip/select-deprecationSebastian Berg2019-09-261-17/+7
|\ \ | |/ |/|
| * DEP: remove expired deprecation in selectmattip2019-09-231-17/+7
* | BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-221-0/+18
|/
* Merge pull request #14511 from eric-wieser/fix-flatten_dtypeMatti Picus2019-09-161-4/+4
|\
| * BUG: Fix flatten_dtype so that nested 0-field structs are flattened correctlyEric Wieser2019-09-141-4/+4
* | Merge pull request #14510 from eric-wieser/fix-drop_fieldsMatti Picus2019-09-151-1/+3
|\ \
| * | API: Do not return None from recfunctions.drop_fieldsEric Wieser2019-09-141-1/+3
| |/
* | Merge pull request #14508 from Kai-Striega/financial_reviewSebastian Berg2019-09-141-0/+6
|\ \ | |/ |/|
| * TST: Move NPV-IRR congruence check to testskai-striega2019-09-141-0/+6
* | Merge pull request #14255 from hgt312/fix_uniqueSebastian Berg2019-09-121-2/+5
|\ \
| * | fix uniqueHuang, Guangtai2019-08-131-2/+5
* | | Merge pull request #14209 from lagru/fix-linear-rampCharles Harris2019-09-051-8/+25
|\ \ \
| * | | BUG: Replace _linear_ramp with linspaceLars Grueter2019-08-271-8/+25
| |/ /
* | | Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nestingCharles Harris2019-08-231-1/+36
|\ \ \
| * | | MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-231-1/+36
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-1917-464/+1180
|\ \ \ | |/ /
| * | Merge pull request #14101 from lagru/zero_stat_lengthSebastian Berg2019-08-151-0/+23
| |\ \
| | * | MAINT: Clearer error while padding stat_length=0Lars Grueter2019-08-091-0/+23
| | |/
| * | fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-111-0/+4
| |/
| * Merge pull request #14063 from luispedro/fix_save_duck_checkCharles Harris2019-07-221-0/+38
| |\
| | * TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-201-0/+38
| * | Merge pull request #13964 from colinsnyder/add-recfunctionsCharles Harris2019-07-221-1/+3
| |\ \ | | |/ | |/|
| | * fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-201-4/+4
| | * exported correct functions and made private the restColin Snyder2019-07-141-5/+7
| * | DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-161-3/+26
| |/
| * BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-041-0/+16
| * BUG: Refcount fixes (#13860)Sebastian Berg2019-07-031-8/+12
| * MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-014-14/+14
| * ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-2/+18
| * Merge branch 'master' into force-zip64Charles Harris2019-06-264-62/+91
| |\
| | * BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-201-1/+25
| | * BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-121-3/+7
| | * Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-57/+58
| | |\