summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | fixed bad signature in docstring for uniform()Gaƫtan de Menten2014-04-111-1/+1
| |/ |/|
* | Merge pull request #4585 from mhvk/ma/iterator-get-single-itemCharles Harris2014-04-102-7/+47
|\ \ | |/ |/|
| * Ensure single record items also work correctly with MaskedIterator; testsMarten van Kerkwijk2014-04-102-7/+37
| * BUG: Ensure MaskedArray.flat can access single itemsMarten van Kerkwijk2014-04-042-2/+12
* | Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-107-5/+18
|\ \
| * | Adding support of ppc64le architectureWilliam Grant2014-03-287-5/+18
* | | Merge pull request #4180 from jaimefrio/unique_countsCharles Harris2014-04-102-37/+81
|\ \ \
| * | | ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio2014-04-052-37/+81
* | | | Merge pull request #4589 from juliantaylor/cython-genCharles Harris2014-04-101-26575/+0
|\ \ \ \
| * | | | BLD: remove cython c source from gitJulian Taylor2014-04-051-26575/+0
* | | | | BUG: ifort has issues with optimization flag /O2cgohlke2014-04-081-1/+1
| |/ / / |/| | |
* | | | BUG: Prevent division by zero. Closes #650.szpy2014-04-051-1/+3
* | | | ENH: Better error w/ line num for bad column count in np.loadtxt()Daniel da Silva2014-04-052-2/+18
|/ / /
* | | BUG: Explicitly reject nan values for p in binomial(n, p). Fixes #4571.Daniel da Silva2014-04-043-1259/+1339
| |/ |/|
* | ENH: Ensure that repr and str work for MaskedArray non-ndarray basesMarten van Kerkwijk2014-04-043-11/+63
* | Merge pull request #4463 from abalkin/issue-4461Charles Harris2014-04-032-9/+37
|\ \
| * | BUG: Masked arrays and apply_over_axesLev Abalkin2014-04-012-9/+37
* | | Merge pull request #4255 from juliantaylor/ufunc-attr-checkJulian Taylor2014-04-034-34/+41
|\ \ \
| * | | ENH: avoid searching for __numpy_ufunc__ if its a basic python typeJulian Taylor2014-04-013-27/+34
| * | | ENH: intern the constant python stringsJulian Taylor2014-04-011-7/+7
* | | | BUG: fix memory leaks and missing NULL checksJulian Taylor2014-04-029-6/+42
|/ / /
* | | ENH: Replace exponentiation with cumulative product in np.vanderjaimefrio2014-03-311-25/+27
* | | BUG: Compare struct arrays with different endian.Michael Droettboom2014-03-313-28/+50
* | | Merge pull request #4570 from juliantaylor/index-gilCharles Harris2014-03-302-4/+19
|\ \ \
| * | | ENH: release GIL for a[..., bool] type indexingJulian Taylor2014-03-302-4/+19
* | | | ENH: use fast sequence API for discover_dimensionsJulian Taylor2014-03-301-41/+32
* | | | ENH: use fast sequence API for setArrayFromSequenceJulian Taylor2014-03-301-5/+9
* | | | ENH: optimize array creation from homogenous python sequencesJulian Taylor2014-03-302-13/+51
|/ / /
* | | Merge pull request #3830 from jarondl/recfromcsvCharles Harris2014-03-282-10/+21
|\ \ \
| * | | STY: change and delete some comments in recfromcsvjarondl2014-03-121-5/+1
| * | | DOC: npyio.recfromcsv keyword argument changesYaron de Leeuw2014-02-281-0/+5
| * | | TST: Added regression test for recfromcsv dtype error, as suggested by @hpauljYaron de Leeuw2014-02-281-0/+8