summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-11-082-5/+26
* Merge pull request #14211 from lagru/fix-linear-ramp-backport-1-16Charles Harris2019-09-092-37/+49
|\
| * BUG: Simplify linear ramp padding with linspaceLars Grueter2019-09-052-37/+49
* | Merge pull request #14340 from eric-wieser/fix-if-fields-1.16Charles Harris2019-09-055-20/+47
|\ \
| * \ Merge remote-tracking branch 'upstream/maintenance/1.16.x' into fix-if-fieldsEric Wieser2019-08-2316-170/+332
| |\ \ | | |/
| * | MAINT: Fix remaining misuses of bool(dt.names)Eric Wieser2019-08-191-3/+3
| * | BUG: Don't construct masked arrays with the wrong mask type in genfromtxtEric Wieser2019-08-191-1/+1
| * | BUG: Don't allow extra fields to be added in genfromtxtEric Wieser2019-08-192-7/+6
| * | MAINT: Remove incorrect comment about flatteningEric Wieser2019-08-191-2/+2
| * | BUG: recfunctions: Don't return None in place of empty sequencesEric Wieser2019-08-192-6/+27
| * | BUG: Fix crash on genfromtxt with nested empty structured arrayEric Wieser2019-08-192-1/+8
* | | MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-232-8/+75
| |/ |/|
* | BUG, DOC: add new recfunctions to `__all__`Colin Snyder2019-07-222-91/+99
* | BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-07-182-2/+26
* | BUG: Replace contextlib.suppress for Python 2.7Charles Harris2019-07-171-2/+3
* | BUG: Fix ``yield from`` for python 2.7.Charles Harris2019-07-172-3/+6
* | MAINT: check bins length in histogram2d_dispatcherStephan Hoyer2019-07-171-4/+11
* | MAINT: spellingStephan Hoyer2019-07-171-1/+1
* | MAINT: fix histogram*d dispatchersStephan Hoyer2019-07-172-2/+15
* | TEST, ENH: fix tests and ctypes code for PyPymattip2019-06-241-1/+2
* | Merge pull request #13563 from charris/backport-13332Charles Harris2019-05-142-2/+11
|\ \
| * | BUG: Always return views from structured_to_unstructured when possibleEric Wieser2019-05-142-2/+11
* | | MAINT: remove uneeded codemattip2019-05-142-15/+24
* | | BUG: parse more subarrays in descr_to_dtypemattip2019-05-142-2/+51
* | | BUG: handle subarrays in descr_to_dtypemattip2019-05-142-3/+5
|/ /
* | Merge remote-tracking branch 'upstream/maintenance/1.16.x' into field-workEric Wieser2019-04-2320-119/+201
|\ \
| * \ Merge pull request #13359 from charris/backport-12889Charles Harris2019-04-174-15/+29
| |\ \
| | * | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-174-15/+29
| * | | Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-1649-4017/+9693
| |\ \ \ | | |/ /
| | * | TST: fix up test_structured_paddedTyler Reddy2019-04-151-1/+1
| | * | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-152-2/+12
| | * | BUG: Fix errors in string formatting while producing an errorEric Wieser2019-03-031-13/+13
| | * | BUG: loosen kwargs requirements in ediff1dmattip2019-01-202-18/+16
| | * | ENH: Changed the order of checking for local file.EelcoPeacs2019-01-171-4/+5
| | * | DOC, TST: clean up matplotlib importsTyler Reddy2019-01-162-10/+3
| | * | DOC, TST: remove agg setting from docsTyler Reddy2019-01-162-0/+12
| | * | TST: Fix endianness in unstuctured_to_structured testAllan Haldane2019-01-091-3/+3
| | |/
| | * Merge pull request #12388 from mhvk/linspace-allow-arrayCharles Harris2018-12-061-4/+4
| | |\
| | | * TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-041-4/+4
| | * | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-067-13/+6
| | * | ENH: implement matmul on NDArrayOperatorsMixin (#12488)Stephan Hoyer2018-12-052-3/+13
| | |/
| | * Merge pull request #12447 from ahaldane/unrevert_multifield_viewCharles Harris2018-12-011-0/+10
| | |\
| | | * ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-0/+10
| | * | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-014-6/+6
| | |\ \
| | | * | Use set litteralsRoman Yurchak2018-11-244-6/+6
| | | |/
| | * | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+1
| | * | Merge pull request #12446 from ahaldane/recfunctions_fixupsCharles Harris2018-11-292-13/+41
| | |\ \
| | * \ \ Merge pull request #11197 from wummo/correct_covariance_scalingMarten van Kerkwijk2018-11-272-21/+59
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-212-21/+59
| * | | | BUG: Return the coefficients array directlyEric Wieser2017-07-082-11/+17