summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ENH: Monkey-patch CygwinCCompiler for Py3.5 on Wind.Roland Kaufmann2016-12-091-0/+9
| | * | | | | ENH: Recognize C RTL used by Py3.5 on WinRoland Kaufmann2016-12-091-1/+5
| | * | | | | MAINT: Isolate hardcoded RTL name and vers. on Win.Roland Kaufmann2016-12-091-11/+22
| | |/ / / /
| * | | | | BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-112-2/+6
| | |/ / / | |/| | |
| * | | | MAINT: Remove unused variablesAlexandr Shadchin2016-12-091-7/+0
| * | | | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-097-73/+12
| * | | | MAINT: Drop memorysimpleview (need only for Python 2.6)Alexandr Shadchin2016-12-096-352/+0
| * | | | MAINT: Drop support Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-094-62/+4
| * | | | BUG: Apply more robust string converts in loadtxtgfyoung2016-12-082-2/+11
| * | | | Merge pull request #8354 from charris/fix-suppress_warningsCharles Harris2016-12-081-10/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | BUG: Fix suppress_warnings (again) for Python 3.6.Charles Harris2016-12-071-10/+0
| * | | | BUG: correct letter caseAlexandr Shadchin2016-12-071-1/+1
| * | | | 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