summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8391 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-1724-61/+62
* | ENH: retune apply_along_axis nanmedian cutoffJulian Taylor2016-12-171-1/+2
|/
* Merge pull request #8373 from charris/backport-8351Charles Harris2016-12-121-1/+1
|\
| * BUG: correct letter caseAlexandr Shadchin2016-12-121-1/+1
* | ENH: update the small nanmedian thresholdJulian Taylor2016-12-131-1/+1
* | MAINT: make regex strings rawJulian Taylor2016-12-131-5/+5
* | BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-135-39/+305
* | BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-132-2/+6
* | BUG: Fix suppress_warnings (again) for Python 3.6.Charles Harris2016-12-081-10/+0
|/
* BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append f...Pavel Potocek2016-12-042-3/+23
* BUG: fix test_api test that fails intermittently in python 3James Sanders2016-12-031-1/+1
* Merge pull request #8336 from charris/backport-8327Charles Harris2016-12-033-11/+65
|\
| * BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-033-11/+65
* | BUG: fixed kind specifications for parametersNick Papior2016-11-276-6/+238
|/
* Merge pull request #8320 from charris/backport-8308Charles Harris2016-11-261-2/+4
|\
| * BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.Ralf Gommers2016-11-261-2/+4
* | BLD: blacklist powl (longdouble power function) on OS X. Closes gh-8307.Ralf Gommers2016-11-261-0/+5
|/
* Merge pull request #8304 from charris/backport-8302Charles Harris2016-11-231-1/+0
|\
| * BUG: in PyArg_ParseTupleAndKeywords, O passes the PyObject through with no IN...Matti Picus2016-11-231-1/+0
* | BUG: Fix iteration over reversed subspaces in mapiter_@name@.Yu Feng2016-11-222-8/+40
|/
* TST: Path test should resolve symlinks when comparingWendell Smith2016-11-131-3/+3
* BUG: np.piecewise not working for scalarsalvarosg2016-11-102-6/+23
* Merge pull request #8246 from charris/make-bad-strides-reasonableCharles Harris2016-11-051-8/+0
|\
| * REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.12 releases.Charles Harris2016-01-211-8/+0
* | BUG: Update operator `**` tests for new behavior.Charles Harris2016-11-051-17/+35
* | Merge pull request #8240 from charris/prepare-for-1.12-branchCharles Harris2016-11-053-0/+3
|\ \
| * | REL: Updates for C-ABI and C-API.Charles Harris2016-11-053-0/+3
* | | Merge pull request #8227 from alimuldal/uniform_inf_checkCharles Harris2016-11-052-0/+6
|\ \ \ | |/ / |/| |
| * | BUG: Better check for invalid bounds in np.random.uniform.Alistair Muldal2016-11-022-0/+6
* | | Merge pull request #8231 from charris/integer-to-neg-integer-powerCharles Harris2016-11-051-62/+30
|\ \ \
| * | | ENH: Refactor numpy ** operators for numpy scalar integer powers.Charles Harris2016-11-011-62/+30
* | | | Merge pull request #8190 from charris/add-fpower-ufuncCharles Harris2016-11-053-1/+80
|\ \ \ \
| * | | | ENH: Add a float_power function with at least float64 precision.Charles Harris2016-11-023-1/+80
* | | | | Merge pull request #8236 from charris/fix-documentation-prsCharles Harris2016-11-041-28/+33
|\ \ \ \ \
| * | | | | DOC: Correct documentation of hfft/ihfft.Charles Harris2016-11-041-28/+33
* | | | | | Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhanceCharles Harris2016-11-041-2/+47
|\ \ \ \ \ \
| * | | | | | DOC: Remove "deprecated" from eigvalsh UPLO.Charles Harris2016-11-041-2/+2
| * | | | | | DOC: Enhance description/usage for np.linalg.eig*hStuart Archibald2016-09-291-1/+46
* | | | | | | Merge pull request #8222 from nouiz/mean_float16Charles Harris2016-11-033-3/+21
|\ \ \ \ \ \ \
| * | | | | | | DOC: Small fixup to the documentation.Charles Harris2016-11-031-2/+2
| * | | | | | | Keep the subclass and update the docstring per the comment.Frederic Bastien2016-11-032-3/+4
| * | | | | | | Simplify and still reuse out with float16 inputs.Frederic Bastien2016-10-311-4/+5
| * | | | | | | [ENH]Make numpy.mean() do more precise computation without changing the outpu...Frederic Bastien2016-10-283-3/+19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | DOC: Clarified when a copy is made in numpy.asarray [skip ci]Michael Seifert2016-11-031-2/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #8200 from skwbc/structure_formatahaldane2016-11-012-49/+66
|\ \ \ \ \ \
| * | | | | | MAINT: Refactor numpy/core/arrayprint.pyShota Kawabuchi2016-11-011-18/+3
| * | | | | | BUG: Fix array2string for structured array scalarsShota Kawabuchi2016-10-292-15/+25
| * | | | | | BUG: Fix subarray format changed in #8160Shota Kawabuchi2016-10-222-19/+41
* | | | | | | ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-019-63/+145
| |/ / / / / |/| | | | |