summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix missing generic loop declarations.Charles Harris2008-11-241-2/+1
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-2383-0/+13903
|\
| * Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-2383-13903/+0
| * numpy-docs: group functions by type instead of alphabetical orderPauli Virtanen2008-11-091-31/+31
| * Alphabetise some lists. Add logaddexp, deg2rad, rad2deg and trunc ufuncs.Stefan van der Walt2008-11-061-28/+32
| * Import initial version of Numpy documentationPauli Virtanen2008-10-2683-0/+13899
* Added mod to the ufuncspierregm2008-11-232-2/+13
* Comment out redundant variable declaration for time being.Charles Harris2008-11-221-1/+2
* Add some cautionary comments.Charles Harris2008-11-221-2/+15
* Change order of includes to see if it matters on SPARC Etch buildbot.Charles Harris2008-11-221-2/+2
* Merge branch 'ufunc'Charles Harris2008-11-226-1959/+2001
|\
| * Merge up to current trunk.Charles Harris2008-10-222-17/+79
| |\
| * | Put back fmin, fmax lost in merge.Charles Harris2008-10-211-21/+94
| * | Merge up to r5951 of trunk.Charles Harris2008-10-2125-725/+1106
| |\ \
| * | | Remove test include.Charles Harris2008-10-051-1/+0
| * | | Add WTF_MathExtras.h to math_c99.inc.src for testing.Charles Harris2008-10-051-0/+2
| * | | Move location of some includes for clarity.Charles Harris2008-10-051-6/+11
| * | | Merge up to r5926.Charles Harris2008-10-0511-146/+583
| |\ \ \
| * | | | Make it go.Charles Harris2008-10-051-606/+31
| * | | | More constant type cleanups.Charles Harris2008-10-051-15/+23
| * | | | Cleanup some floating constant types.Charles Harris2008-10-051-5/+10
| * | | | Fix invalid use of identity fmax,fmin.Charles Harris2008-10-052-6/+4
| * | | | Try include fix in WTF_MathExtras.h fileCharles Harris2008-10-041-1/+1
| * | | | Update to trunk.Charles Harris2008-10-046-11/+207
| * | | | Make the complex nans returned from fmax/fmin/maximum/minimum have both real andCharles Harris2008-10-031-2/+2
| * | | | Add fmax, fmin functions for floats and complex. These conform to the ieeeCharles Harris2008-10-032-14/+72
| * | | | Add assert_ to testing module. Use as assert_(condition, message).Charles Harris2008-10-031-5/+10
| * | | | Add PyUFunc_Nan.Charles Harris2008-10-031-0/+1
| * | | | Change conv_template.py to work with continuation lines.Charles Harris2008-10-013-904/+819
* | | | | Merge branch 'ufunc'Charles Harris2008-11-226-9/+9
* | | | | Rewrote allclose to allow comparison with a scalarpierregm2008-11-212-33/+110
* | | | | * Prevent the shape of a 1d-singleton to be lost when interacting with masked...pierregm2008-11-212-18/+92
* | | | | Fix ambiguous assert.David Cournapeau2008-11-201-1/+1
* | | | | Import np_ in ma tests since the import is not available in numpy.ma anymore.David Cournapeau2008-11-201-0/+1
* | | | | make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
* | | | | Forgot to finish the configure context in numscons build of random.David Cournapeau2008-11-191-0/+1
* | | | | Handle ftime mingw problem with numscons.David Cournapeau2008-11-191-1/+6
* | | | | Forgot to add time headers when mingw workaround is not used on windows.David Cournapeau2008-11-171-0/+2
* | | | | Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1
* | | | | Merged revisions 6041-6077 via svnmerge from David Cournapeau2008-11-172-0/+120
|\ \ \ \ \
| * \ \ \ \ Merged revisions 6071-6076 via svnmerge from David Cournapeau2008-11-172-33/+20
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSIO...David Cournapeau2008-11-171-2/+2
* | | | | | Forgot to update needs_mingw_ftime_workaround function.David Cournapeau2008-11-171-1/+1
* | | | | | Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ...David Cournapeau2008-11-171-1/+3
* | | | | | Do not generate a config.h for randomkit: it does not work as it is, and addi...David Cournapeau2008-11-172-27/+12
* | | | | | Fix the inaccurate comment regarding _ftime issues with mingw.David Cournapeau2008-11-171-2/+2
| * | | | | Merged revisions 6051-6070 via svnmerge from David Cournapeau2008-11-176-401/+417
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Set __MSVCRT_VERSION__ to make _ftime64 visible from time.h header when we ne...David Cournapeau2008-11-171-1/+4
* | | | | | Use a wrapper around _ftime to work around a mingw bug in msvc runtimes impor...David Cournapeau2008-11-171-1/+10
* | | | | | Simplify ftime workaround for python 2.6 under mingw: we only need to make _f...David Cournapeau2008-11-171-21/+11