summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Fix-up record arrays that were not of dtype.type record. Don't allow ↵Travis Oliphant2006-01-302-4/+9
| | | | arbitrary objects with dtype attributes as data-type indicators.
* Fixed coercion rules so that integer scalar is not seen as a negative ↵Travis Oliphant2006-01-301-2/+25
| | | | integer scalar unless it is actually negative.
* Fix bugs relating to adding hasobject. Add scalar-loops for some operations ↵Travis Oliphant2006-01-303-25/+53
| | | | to see if they are faster on some platforms.
* Fixed so that long integers convert to int64 arrays if possible.Travis Oliphant2006-01-291-0/+9
|
* Convert to arrays in piecewise. Improve error-handling of object-array ↵Travis Oliphant2006-01-292-27/+22
| | | | conversions.
* Fix the dot(shape=(1,), shape=(1,N)) case tooTravis Oliphant2006-01-292-18/+39
|
* Fix inconsistency with un-optimized dot functionTravis Oliphant2006-01-291-1/+4
|
* Fix column-vector x (1,) in dotblas.Travis Oliphant2006-01-291-7/+8
|
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-292-0/+9
|
* Fixed add_data_files for patterns. paths takes include_non_existing kw argument.Pearu Peterson2006-01-281-15/+25
|
* Introduced njoin and minrelpath to handle relative paths and containing ↵Pearu Peterson2006-01-282-26/+95
| | | | slashes in an OS independent way. Fixed a __svn_version__ installation bug.
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
|
* Store the relative path inside the installed package as part of the ↵cookedm2006-01-271-15/+15
| | | | Configuration instance (instead of recalculating each time)
* Add site.cfg to datafiles installed for numpy.distutils.cookedm2006-01-271-0/+1
|
* Cleanups of numpy.distutils.misc_utilcookedm2006-01-271-29/+52
| | | | Mostly covers replacing typechecks using type() with two routines: is_sequence and is_string.
* More missing names from Numeric.Travis Oliphant2006-01-271-3/+9
|
* Add UnsignedInt32Travis Oliphant2006-01-271-1/+1
|
* Resolve paths in add_library include_dirs..Pearu Peterson2006-01-271-1/+2
|
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-273-13/+39
|
* Add ndindex iterator to complement ndenumerate iterator.Travis Oliphant2006-01-271-1/+51
|
* Prefer xxx/setup.py file over xxx/setup_xxx.py when both exist.Pearu Peterson2006-01-261-2/+3
|
* Added simple pattern support for Configuration.add_subpackage method.Pearu Peterson2006-01-261-11/+26
|
* Simplify the ndenumerate class by exposing coords and index from flat ↵Travis Oliphant2006-01-263-24/+33
| | | | iterator. Simple cosmetic changes to ffts.
* added simple tests for reduce opssasha2006-01-261-0/+9
|
* fixed alltrue and sometruesasha2006-01-261-2/+2
|
* Simplify hasobject checks by setting hasobject to 1 for OBJECT_Descr ↵Travis Oliphant2006-01-253-10/+8
| | | | data-type descriptor.
* Raise error when using same field names and disallow object fields for now.Travis Oliphant2006-01-256-11/+34
|
* Fixed f2py bug in calculating dims vector when expected rank equals to array ↵Pearu Peterson2006-01-251-29/+36
| | | | rank.
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-252-11/+16
|
* Check for duplicate field names. Change .arrdescr --> .descr and .subdescr ↵Travis Oliphant2006-01-253-6/+11
| | | | --> .subdtype in the dtype object.
* Fix so that string and unicode types don't print NULL bytesTravis Oliphant2006-01-253-9/+53
|
* Added missing return to f2py generated ext/module init function.Pearu Peterson2006-01-241-1/+1
|
* Remove bad 'fix' for f2pyTravis Oliphant2006-01-241-2/+4
|
* Undo special checks for dimension=1 in contiguous and Fortran-ordrer ↵Travis Oliphant2006-01-241-3/+1
| | | | checking routine.
* Fixed setup.py sdist.Pearu Peterson2006-01-241-1/+11
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-244-17/+53
| | | | method to Configuration.
* Fix umath module load mistake.Travis Oliphant2006-01-241-0/+1
|
* Don't raise fatal errors on load.Travis Oliphant2006-01-244-14/+13
|
* Add ndmin to array constructors.Travis Oliphant2006-01-244-41/+78
|
* Ignore implied-do list in data statement.Pearu Peterson2006-01-241-0/+5
|
* Instead of Fatal error in f2py ext.modules let Python handle raising an ↵Pearu Peterson2006-01-241-2/+2
| | | | exception.
* Fixed C-API to not use special typesTravis Oliphant2006-01-241-2/+2
|
* Fixed get_info for Numeric. Doc fixes.Pearu Peterson2006-01-231-20/+17
|
* Switched order of NDARRAY_VERSION C-API check.Travis Oliphant2006-01-231-1/+1
|
* Fix 2.3 compatibility.Travis Oliphant2006-01-222-1/+11
|
* Bumped up version after release.Travis Oliphant2006-01-221-1/+1
|
* Comment change in fortranobject.c better.Travis Oliphant2006-01-221-0/+4
|
* Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to ↵Travis Oliphant2006-01-221-0/+14
| | | | not reverse dimensions.
* Added tests for fromstring.Travis Oliphant2006-01-211-0/+10
|
* Fix uninitialized variable.Travis Oliphant2006-01-211-1/+1
|