summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: Ellipsis indexing creates a view.John Kirkham2016-12-051-1/+1
* Merge pull request #8335 from potocpav/fix-tofileJulian Taylor2016-12-042-3/+23
|\
| * 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-041-1/+1
* | Merge pull request #8312 from charris/index-deprecationCharles Harris2016-12-034-199/+66
|\ \
| * | DEP: Drop deprecated boolean indexing behavior and update to new.Charles Harris2016-12-034-199/+66
* | | BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-023-11/+65
| |/ |/|
* | Merge pull request #8299 from zerothi/f2py-parameterCharles Harris2016-11-276-6/+238
|\ \ | |/ |/|
| * BUG: fixed kind specifications for parametersNick Papior2016-11-276-6/+238
* | Merge pull request #8297 from charris/expired-deprecationsCharles Harris2016-11-2611-232/+159
|\ \
| * | DEP: Make np.equal and np.not_equal ignore object identity.Charles Harris2016-11-233-100/+44
| * | DEP: Raise TypeError for subtract(bool_, bool_).Charles Harris2016-11-224-25/+21
| * | DEP: Raise TypeError for np.negative(bool_).Charles Harris2016-11-224-28/+26
| * | DEP: ``NpyIter_AdvancedNew`` deprecation to ValueErrorCharles Harris2016-11-221-9/+6
| * | DEP: Make non-integer partition index raise TypeError.Charles Harris2016-11-222-5/+20
| * | DEP: Make a == None and a != None compare element-wise.Charles Harris2016-11-215-66/+43
* | | BLD: blacklist powl (longdouble power function) on OS X. Closes gh-8307.Ralf Gommers2016-11-261-0/+5
* | | Merge pull request #8235 from J-Sand/invalid-structured-dtypes-fixahaldane2016-11-252-2/+74
|\ \ \
| * | | BUG: add checks for some invalid structured dtypes.James Sanders2016-11-242-2/+74
* | | | BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.Ralf Gommers2016-11-241-2/+4
|/ / /
* | | Merge pull request #8302 from mattip/excessive-decrefCharles Harris2016-11-231-1/+0
|\ \ \ | |_|/ |/| |
| * | BUG: in PyArg_ParseTupleAndKeywords, O passes the PyObject through with no IN...Matti Picus2016-11-231-1/+0
* | | Merge pull request #8284 from rainwoodman/fix-8264seberg2016-11-222-8/+40
|\ \ \ | |_|/ |/| |
| * | BUG: Fix iteration over reversed subspaces in mapiter_@name@.Yu Feng2016-11-212-8/+40
* | | MAINT: let average preserve subclass information.Marten van Kerkwijk2016-11-192-18/+3
* | | DOC: improve comment in prepare_indexEric Wieser2016-11-151-0/+2
* | | Merge pull request #7742 from martinosorb/masterStephan Hoyer2016-11-132-116/+259
|\ \ \
| * | | Added axis argument to numpy.uniquemartinosorb2016-11-132-116/+259
| |/ /
* | | TST: Path test should resolve symlinks when comparingWendell Smith2016-11-131-3/+3
|/ /
* | Merge pull request #8194 from alvarosg/scalar-piecewiseseberg2016-11-092-6/+23
|\ \
| * | BUG: np.piecewise not working for scalarsalvarosg2016-10-262-6/+23
| |/
* | Merge pull request #5302 from idfah/masterRalf Gommers2016-11-062-11/+32
|\ \
| * | Fix to meshgrid allows passing array sub-classesElliott Forney2016-10-101-1/+1
| * | Fixed meshgrid to return arrays with same dtype as arguments.Elliott M Forney2014-11-202-11/+32
* | | Merge pull request #6659 from kiwifb/asarrayRalf Gommers2016-11-062-3/+40
|\ \ \
| * | | Adds a regression test that demonstrates the issue.Erik M. Bray2016-08-291-0/+36
| * | | Merge branch 'master' into asarrayFrançois Bissey2016-08-23285-6229/+13835
| |\ \ \
| * | | | Use asanyarray instead of asarrayFrançois Bissey2015-11-111-4/+3
| * | | | Let linspace accept input that has an array_interface but is not otherwise a ...François Bissey2015-11-101-2/+4
* | | | | DOC: fix typos in arrayprint docstrings.Ralf Gommers2016-11-061-2/+2
* | | | | 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
|\ \ \ \ \ \ \ \