summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14209 from lagru/fix-linear-rampCharles Harris2019-09-052-76/+41
|\
| * BUG: Replace _linear_ramp with linspaceLars Grueter2019-08-272-76/+41
* | Merge pull request #14365 from WarrenWeckesser/doc-averageMatti Picus2019-08-271-2/+5
|\ \
| * | DOC: lib: Add more explanation of the weighted average calculation.Warren Weckesser2019-08-261-2/+5
* | | Merge pull request #14370 from ivirshup/var-dtype-docfixMatti Picus2019-08-271-1/+1
|\ \ \ | |/ / |/| |
| * | DOC: Fixed dtype docs for var, nanvar.Isaac Virshup2019-08-271-1/+1
* | | DEP: Deprecate class `SafeEval` (#14335)Maxwell Aladago2019-08-241-87/+0
* | | Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nestingCharles Harris2019-08-232-8/+75
|\ \ \
| * | | MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-232-8/+75
* | | | Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-1939-2514/+3074
|\ \ \ \ | |/ / /
| * | | DOC:Add example to clarify "numpy.save" behavior on already open file #10445 ...Omar Merghany2019-08-161-1/+12
| * | | Merge pull request #14101 from lagru/zero_stat_lengthSebastian Berg2019-08-152-1/+31
| |\ \ \
| | * | | MAINT: Clearer error while padding stat_length=0Lars Grueter2019-08-092-1/+31
| | | |/ | | |/|
| * | | fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-112-5/+10
| * | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219)Géraud Le Falher2019-08-081-1/+9
| |/ /
| * | DOC: fix documentation of i and j for tri.hvy2019-07-241-1/+1
| * | Add blank line above doctest for intersect1dJackie Leng2019-07-231-0/+1
| * | Merge pull request #14063 from luispedro/fix_save_duck_checkCharles Harris2019-07-222-2/+40
| |\ \
| | * | TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-201-0/+38
| | * | BUG: Fix file-like object check when saving arraysLuis Pedro Coelho2019-07-201-2/+2
| * | | Merge pull request #13964 from colinsnyder/add-recfunctionsCharles Harris2019-07-222-44/+44
| |\ \ \ | | |/ / | |/| |
| | * | fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-202-7/+13
| | * | Removed unnecessary decorators and dispatcher functionsColin Snyder2019-07-151-15/+0
| | * | exported correct functions and made private the restColin Snyder2019-07-142-30/+34
| | * | add new recfunctions to __all__Colin Snyder2019-07-101-11/+16
| * | | DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-161-3/+26
| * | | DOC: Change (old) range() to np.arange()Dieter Werthmüller2019-07-111-3/+3
| |/ /
| * | DOC: add space between words across linesmattip2019-07-101-1/+1
| * | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-042-0/+17
| * | 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-282-11/+32
| * | Merge branch 'master' into force-zip64Charles Harris2019-06-2615-104/+186
| |\ \
| | * | BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-202-2/+26
| | |/
| | * Update nanfunctions.pyHe Jia2019-06-141-0/+1
| | * Update function_base.pyHe Jia2019-06-141-1/+2
| | * Merge pull request #13757 from shoyer/hist-dispatcherMarten van Kerkwijk2019-06-142-2/+22
| | |\
| | | * MAINT: check bins length in histogram2d_dispatcherStephan Hoyer2019-06-111-4/+11
| | | * MAINT: spellingStephan Hoyer2019-06-111-1/+1
| | | * MAINT: fix histogram*d dispatchersStephan Hoyer2019-06-112-2/+15
| | * | BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-122-16/+16
| | |/
| | * Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-103-58/+80
| | |\
| | | * fix testskritisingh12019-06-072-7/+12
| | | * Fix testskritisingh12019-04-102-65/+60
| | | * Issue deprecation warningskritisingh12019-04-053-2/+24
| | * | BUG: Ensure that the url request is closed if the file cannot be openedEric Wieser2019-06-041-7/+4
| | * | MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-8/+2
| | * | MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697)Marten van Kerkwijk2019-06-011-1/+4
| | * | MAINT: Misc. typo fixes (#13664)luzpaz2019-05-313-4/+4
| | * | MAINT: Fixes tests with __array_function__ disabledStephan Hoyer2019-05-262-6/+26