summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #8488 from eric-wieser/recarray-reprCharles Harris2017-01-171-15/+17
|\ \ \ \ \
| * | | | | ENH: Improve the alignment of recarray.__repr__Eric Wieser2017-01-171-15/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #8491 from juliantaylor/i386-finiteCharles Harris2017-01-171-1/+3
|\ \ \ \ \
| * | | | | TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
| |/ / / /
* | | | | BUG: fix wrong masked median for some special casesJulian Taylor2017-01-173-6/+47
|/ / / /
* | | | Merge pull request #8475 from befelix/clipCharles Harris2017-01-161-3/+3
|\ \ \ \
| * | | | DOC: improve clip docstringFelix Berkenkamp2017-01-151-3/+3
| |/ / /
* | | | BUG: fix wrong future nat warning and equiv type logic errorJulian Taylor2017-01-163-4/+8
* | | | MAINT: Remove shebang from test modulesSami Salonen2017-01-153-3/+0
* | | | MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-153-3/+3
|/ / /
* | | Merge pull request #8468 from mhvk/testing-utils-assert-equal-safe-for-matricesseberg2017-01-122-8/+44
|\ \ \ | |/ / |/| |
| * | Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-112-8/+44
* | | Merge pull request #8443 from lesteve/mmap-offsetseberg2017-01-112-2/+8
|\ \ \ | |/ / |/| |
| * | FIX set memmap offset attribute correctlyLoïc Estève2017-01-052-2/+8
* | | BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40
* | | TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
|/ /
* | Merge pull request #8410 from jotasi/arrayAssertLessFixseberg2017-01-052-18/+165
|\ \
| * | BUG: corrected behavior for assert_array_lessJonathan Tammo Siebert2017-01-041-18/+20
| * | TST: Added test that np.inf is not approx. -np.infJonathan Tammo Siebert2017-01-041-0/+5
| * | TST: Added unit tests for assert_array_lessJonathan Tammo Siebert2017-01-041-0/+140
* | | BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee2017-01-042-4/+28
|/ /
* | single too argument + mention in release docs.Oscar Villellas2017-01-031-9/+5
* | Documentation fix and proper handling of toleranceOscar Villellas2017-01-031-10/+15
* | fixed merged testOscar Villellas2017-01-031-14/+8
* | Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas2017-01-03423-21109/+38711
|\ \
| * | BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426)Ben Rowland2016-12-312-1/+7
| * | BUG: Output a valid include path, rather than one inherited from NumericEric Wieser2016-12-291-1/+1
| * | BUG: Fix incorrect use of StringIO to handle bytesEric Wieser2016-12-291-5/+5
| * | DOC: Point out that plex is python 2 onlyEric Wieser2016-12-291-2/+4
| * | MAINT: Switch to the PyPI version of plexEric Wieser2016-12-292-4/+4
| * | MAINT: replace import * with explicit importEric Wieser2016-12-291-2/+1
| * | TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-252-10/+63
| * | BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-232-4/+9
| * | change int check to bool check for rowvar in covBrandon Carter2016-12-191-2/+2
| * | change rowvar param to boolean from int in corrcoefBrandon Carter2016-12-191-3/+3
| * | Merge pull request #8382 from charris/fix-python-3.6-compatCharles Harris2016-12-1724-61/+62
| |\ \
| | * | DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-1424-61/+62
| * | | ENH: retune apply_along_axis nanmedian cutoffJulian Taylor2016-12-171-1/+2
| |/ /
| * | Merge pull request #8367 from embray/cygwin/xlocaleJulian Taylor2016-12-132-1/+8
| |\ \
| | * | BUG: xlocale.h is not available in newlib--all the defines used here fromErik M. Bray2016-12-132-1/+8
| * | | DOC: Fixed minor typoMikhail Pak2016-12-131-1/+1
| * | | Merge pull request #8364 from juliantaylor/masked-median-nanCharles Harris2016-12-127-45/+311
| |\ \ \
| | * | | ENH: update the small nanmedian thresholdJulian Taylor2016-12-121-1/+1
| | * | | MAINT: make regex strings rawJulian Taylor2016-12-121-5/+5
| | * | | BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-125-39/+305
| * | | | Merge pull request #8356 from rolk/8356_mingw_virtenvCharles Harris2016-12-121-6/+24
| |\ \ \ \
| | * | | | STY: Avoid using string formatting in log callsRoland Kaufmann2016-12-091-6/+5
| | * | | | BUG: Search for Python DLL in base distr. with MinGWRoland Kaufmann2016-12-081-4/+23
| * | | | | Merge pull request #8355 from rolk/8355_mingw_py35Charles Harris2016-12-122-20/+44
| |\ \ \ \ \
| | * | | | | MAINT: Remove assumptions about RTL name, for MinGWRoland Kaufmann2016-12-091-9/+9