summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #8496 from wogsland/update-licenseCharles Harris2017-01-201-1/+1
|\ \ \ \ \
| * | | | | Update LICENSE.txt to 2017Bradley Wogsland2017-01-171-1/+1
* | | | | | Merge pull request #8501 from dhermes/chebyshev-typoCharles Harris2017-01-201-1/+1
|\ \ \ \ \ \
| * | | | | | Changing spurious Legendre reference to Chebyshev in chebfit docstring.Danny Hermes2017-01-191-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #8482 from juliantaylor/yakkety-testJulian Taylor2017-01-202-10/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: switch to ubuntu yakkety for testingJulian Taylor2017-01-182-10/+14
| |/ / / /
* | | | | Merge pull request #8486 from eric-wieser/patch-8ahaldane2017-01-172-3/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix IndexError in fromrecordsEric Wieser2017-01-172-3/+27
* | | | | Merge pull request #8470 from MartinThoma/savez_compressed_docsCharles Harris2017-01-171-6/+44
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DOC: Add example to np.savez_compressedMartin Thoma2017-01-151-6/+44
* | | | | 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 #8490 from jakirkham/rel_1.12_doc_codeCharles Harris2017-01-171-2/+2
|\ \ \ \ \
| * | | | | DOC: Place np.average in inline code.John Kirkham2017-01-171-2/+2
| |/ / / /
* | | | | 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
| |/ / / /
* | | | | Merge pull request #8489 from juliantaylor/ma-median-inf-fixCharles Harris2017-01-173-6/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| |/ / /
* | | | Merge pull request #8483 from juliantaylor/nat-fixesCharles Harris2017-01-163-4/+8
|\ \ \ \
| * | | | BUG: fix wrong future nat warning and equiv type logic errorJulian Taylor2017-01-163-4/+8
* | | | | Merge pull request #8478 from charris/forward-port-1.12.0-changesRalf Gommers2017-01-174-616/+636
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-154-616/+636
| |/ / /
* | | | Merge pull request #8474 from ssalonen/shebang-using-env-fixes-8472Charles Harris2017-01-155-5/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 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-113-2/+14
|\ \ \
| * | | FIX set memmap offset attribute correctlyLoïc Estève2017-01-053-2/+14
* | | | Merge pull request #8464 from nouiz/masterNathaniel J. Smith2017-01-101-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | [DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy...Frederic Bastien2017-01-101-2/+2
|/ / /
* | | Merge pull request #8452 from mhvk/testing-avoid-subclass-bool-arraysseberg2017-01-102-17/+40
|\ \ \
| * | | BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40
|/ / /
* | | Merge pull request #8448 from rgommers/laplacetestseberg2017-01-051-4/+0
|\ \ \ | |/ / |/| |
| * | TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
|/ /
* | Merge pull request #8410 from jotasi/arrayAssertLessFixseberg2017-01-053-18/+172
|\ \
| * | DOC: Added changed behavior of assert_array_lessJonathan Tammo Siebert2017-01-041-0/+7
| * | 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
* | | Merge pull request #8445 from grlee77/rfft_norm_fixseberg2017-01-052-4/+28
|\ \ \ | |/ / |/| |
| * | BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee2017-01-042-4/+28
|/ /
* | Merge pull request #5726 from ContinuumIO/mult-normRalf Gommers2017-01-043-23/+59
|\ \
| * | single too argument + mention in release docs.Oscar Villellas2017-01-032-9/+18
| * | 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-03598-24594/+50490
| |\ \ | |/ / |/| |
* | | Merge pull request #8434 from charris/change-3.6-dev-to-3.6Ralf Gommers2017-01-011-1/+1
|\ \ \