summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add NPY_1_9_API_VERSION to numpyconfig.h.Charles Harris2014-05-041-0/+1
* MAINT: Delete code_generators/cversions.py in its old location.Charles Harris2014-05-041-16/+0
* MAINT: Update the C-API hash in cversions.txt.Charles Harris2014-05-042-2/+15
* MAINT: Move numpy/core/code_generators/cversions.py to numpy/core.Charles Harris2014-05-041-0/+15
* Merge pull request #3514 from seberg/object_comparisonCharles Harris2014-05-048-15/+204
|\
| * MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-046-39/+80
| * DEP: Deprecate identity check in comparisons (not just removing)Sebastian Berg2014-05-041-3/+36
| * DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-046-10/+105
| * FIX: Make object comparison ufuncs not include identity checkSebastian Berg2014-05-042-1/+21
* | Merge pull request #4609 from juliantaylor/random-gilCharles Harris2014-05-043-257/+383
|\ \ | |/ |/|
| * ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-023-257/+383
* | Merge pull request #4666 from ElDeveloper/issue-3488Charles Harris2014-05-041-4/+0
|\ \
| * | DOC/FIX: Fix error in documentationYoshiki Vázquez Baeza2014-05-041-4/+0
* | | Merge pull request #4633 from charris/fix-polynomial-true-divisionCharles Harris2014-05-043-160/+164
|\ \ \
| * | | TST: Add tests for the polynomial classes true division.Charles Harris2014-05-031-22/+54
| * | | BUG: Fix __truediv__ bug in polytemplate.py file.Charles Harris2014-05-031-17/+10
| * | | MAINT: Refactor numpy/polynomial/_polybase.pyCharles Harris2014-05-031-121/+100
* | | | BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
| |/ / |/| |
* | | Merge pull request #4580 from juliantaylor/openblas-affinityJulian Taylor2014-05-021-0/+13
|\ \ \ | |_|/ |/| |
| * | ENH: disable OpenBLAS affinity settingsJulian Taylor2014-04-061-0/+13
* | | BUG: Fix memory leak.Charles Harris2014-05-011-0/+2
* | | Merge pull request #4641 from gdementen/random_docstring_fixesCharles Harris2014-05-011-87/+123
|\ \ \
| * | | DOC: standardize "size" argument description in docstrings for functions of r...Gaëtan de Menten2014-04-251-87/+123
* | | | Merge pull request #4648 from jaimefrio/void-apiCharles Harris2014-05-011-3/+6
|\ \ \ \
| * | | | BUG: Hold GIL for types with fields, fixes #4642jaimefrio2014-04-281-3/+6
| | |_|/ | |/| |
* | | | Merge pull request #4637 from juliantaylor/api-annotateCharles Harris2014-05-0114-388/+449
|\ \ \ \
| * | | | MAINT: replace multiarray_global_vars_types by using tuplesJulian Taylor2014-05-013-19/+11
| * | | | MAINT: always use tuples for api index valuesJulian Taylor2014-04-264-351/+341
| * | | | MAINT: add a few nonnull attributes to array creation functionsJulian Taylor2014-04-242-5/+9
| * | | | MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-2410-43/+104
| * | | | BLD: allow strings for check_func declarationsJulian Taylor2014-04-234-4/+18
* | | | | Merge pull request #4640 from gdementen/patch-1Charles Harris2014-04-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: fixed typoGaëtan de Menten2014-04-251-1/+1
| | |/ / | |/| |
* | | | Update __init__.pyCameron Bates2014-04-261-1/+1
|/ / /
* | | fixing poly2herm exampleDiego Mesa2014-04-241-1/+1
|/ /
* | Merge pull request #4628 from mhvk/nanfunctions-copyto-callCharles Harris2014-04-222-2/+27
|\ \
| * | Add tests using matricesMarten van Kerkwijk2014-04-221-0/+25
| * | BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-04-201-2/+2
* | | DEP: Deprecate numpy.rankSebastian Berg2014-04-223-1/+34
* | | ENH: add a basic type fastpath to PyArray_CanCastTypeToJulian Taylor2014-04-221-1/+7
* | | Merge pull request #4630 from rgommers/intel-noframeworkCharles Harris2014-04-221-1/+1
|\ \ \
| * | | BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.Ralf Gommers2014-04-211-1/+1
| |/ /
* | | Merge pull request #4632 from rgommers/refguide-updateCharles Harris2014-04-222-30/+26
|\ \ \
| * | | DOC: clean up docs in userguide for interfacing to compiled code a bit.Ralf Gommers2014-04-211-29/+26
| * | | DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-1/+0
| |/ /
* | | Fixed typo in the docstrings of np.all() and np.any()Chris Kerr2014-04-211-2/+2
|/ /
* | Merge pull request #4615 from mhvk/ma/matrix-flat-redo-shapeCharles Harris2014-04-112-0/+10
|\ \
| * | Revert line from #4585 to get mask, data shapes to match in .flatMarten van Kerkwijk2014-04-112-0/+10
* | | Merge pull request #4614 from charris/fix-gh-4613Julian Taylor2014-04-112-2/+27
|\ \ \
| * | | BUG: Fix lack of NULL check in array_richcompare.Charles Harris2014-04-112-2/+27