summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove msvc_on_amd64 functionChristoph Gohlke2013-05-222-15/+1
* Merge pull request #3342 from rgommers/easyinstall-issueCharles Harris2013-05-201-2/+4
|\
| * BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-05-191-2/+4
* | Merge pull request #3339 from endolith/min_max_docstringsCharles Harris2013-05-205-73/+137
|\ \ | |/ |/|
| * DOC: add fmax/fmin to ufuncs list and math routines listendolith2013-05-192-0/+6
| * DOC: Harmonize max and min docstrings with each otherendolith2013-05-173-38/+40
| * DOC: Mention all min/max functions from all others, clarify differencesendolith2013-05-163-35/+91
* | Merge pull request #3329 from JDWarner/faster_arraypadCharles Harris2013-05-193-429/+1114
|\ \
| * | ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-193-429/+1114
* | | Merge pull request #3340 from rgommers/distutils-docCharles Harris2013-05-191-49/+16
|\ \ \
| * | | DOC: update numpy.distutils documentation, remove info.py details.Ralf Gommers2013-05-191-49/+16
|/ / /
* | | Merge pull request #3337 from seberg/issue-3336Charles Harris2013-05-172-4/+11
|\ \ \
| * | | BUG: Correctly pass on ddof paramter on inside np.ma.corrcoefSebastian Berg2013-05-172-4/+11
* | | | Merge pull request #3309 from juliantaylor/optimize-byteswapnjsmith2013-05-172-8/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | ENH: optimize byteswapping via intrinsicsJulian Taylor2013-05-152-8/+24
|/ / /
* | | Merge pull request #3308 from juliantaylor/optimize-isnannjsmith2013-05-154-17/+68
|\ \ \
| * | | MAINT: document why OPTIONAL_INTRINSICS needs argumentsJulian Taylor2013-05-091-0/+1
| * | | MAINT: document intrinsic macro guardsJulian Taylor2013-05-091-2/+4
| * | | MAINT: mask npy_config.h include with HAVE_NPY_CONFIG_HJulian Taylor2013-05-092-0/+4
| * | | ENH: add possibility to add define_macros to extensionsJulian Taylor2013-05-091-1/+19
| * | | MAINT: check for intrinsics at configure timeJulian Taylor2013-05-083-3/+13
| * | | ENH: use intrinsics for isnan, isfinite and isinfJulian Taylor2013-05-061-16/+32
* | | | Merge pull request #462 from ContinuumIO/ufunc-structCharles Harris2013-05-1410-20/+550
|\ \ \ \
| * | | | Another name change to RegisterLoopForDescrJay Bourque2013-05-146-8/+8
| * | | | Code cleanupJay Bourque2013-05-141-13/+15
| * | | | Add test for RegisterLoopByDescr and custom dtypesJay Bourque2013-05-142-0/+42
| * | | | Change name of RegisterLoopForStructType to RegisterLoopByDescrJay Bourque2013-05-145-21/+26
| * | | | Add null checkJay Bourque2013-05-141-0/+4
| * | | | Remove unneeded codeJay Bourque2013-05-141-8/+0
| * | | | Whitespace changeJay Bourque2013-05-141-2/+3
| * | | | Change free to PyArray_free, and formatting changesJay Bourque2013-05-141-9/+13
| * | | | Update c-api documentationJay Bourque2013-05-143-1/+185
| * | | | Add support for python 3Jay Bourque2013-05-141-24/+17
| * | | | Add test for struct array ufuncsJay Bourque2013-05-143-0/+142
| * | | | Code cleanupJay Bourque2013-05-142-10/+15
| * | | | Fix build errorJay Bourque2013-05-141-1/+1
| * | | | Add comments for new RegisterLoopForStructType API methodJay Bourque2013-05-141-0/+10
| * | | | Add support for structured array ufuncsJay Bourque2013-05-144-20/+166
* | | | | Merge pull request #3335 from ContinuumIO/outer_steps_fixCharles Harris2013-05-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix segfaultJay Bourque2013-05-141-1/+1
|/ / / /
* | | | Merge pull request #3333 from mwiebe/win32_compilenjsmith2013-05-134-150/+186
|\ \ \ \
| * | | | BLD: Fixes for building on win32 with MSVC 2008Mark Wiebe2013-05-134-150/+186
|/ / / /
* | | | Merge pull request #3322 from ContinuumIO/array_equal_fixCharles Harris2013-05-132-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make sure comparison result is arrayJay Bourque2013-05-131-1/+1
| * | | Fix array_equal and array_equiv issueJay Bourque2013-05-102-2/+8
* | | | Merge pull request #3330 from pv/fix-xerbla-testCharles Harris2013-05-121-1/+43
|\ \ \ \
| * | | | TST: linalg: make sure that running the xerbla test is safePauli Virtanen2013-05-121-1/+43
* | | | | Merge pull request #3327 from pv/tox-fixCharles Harris2013-05-121-11/+19
|\ \ \ \ \
| * | | | | MAINT: update tox.iniPauli Virtanen2013-05-121-11/+19
* | | | | | Merge pull request #3328 from pv/runtestsCharles Harris2013-05-122-0/+203
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |