- 3a01f1d Fix version.py for release by Travis Oliphant ยท 20 years ago v0.9.5
- ea89461 Fix version.py for release by Travis Oliphant ยท 20 years ago
- 54524a9 Change C-API to version 0905 to sync with 0.9.5 by Travis Oliphant ยท 20 years ago
- 74d5bbd Fix problems with isfortran test. Always test before committing ... by Travis Oliphant ยท 20 years ago
- 2fd136e Fix sub-array for fortran arrays so that new dimensions are correctly appended at the first. by Travis Oliphant ยท 20 years ago
- 6c8412f Fix-up site.cfg by Travis Oliphant ยท 20 years ago
- f638095 support passing arrays with non-trivial mask to ufuncs by sasha ยท 20 years ago
- 6dec388 Added axis= argument to cross by Travis Oliphant ยท 20 years ago
- 34535b9 Try to improve site.cfg search by Travis Oliphant ยท 20 years ago
- 2b36f20 Change the -1 entry of the fields dict to always be a tuple and enforce it on conversion from the names sequence. by Travis Oliphant ยท 20 years ago
- 7f0f842 Added a field method to recarray to allow field access via column name or index. by chanley ยท 20 years ago
- dcdfc1c Fixed importing test_unicode. by Pearu Peterson ยท 20 years ago
- b68b23e Removed spurious asmatrix test by edschofield ยท 20 years ago
- 888b883 Fixed ticket 4 by Pearu Peterson ยท 20 years ago
- df636e2 Applied Matthew Brett patch: clean up the logic in gnu.get_flags_arch, support to more recent cpus. by Pearu Peterson ยท 20 years ago
- 9a651c5 by Travis Oliphant ยท 20 years ago
- 6b93ba8 Added unit-tests from Francesc Alted by Travis Oliphant ยท 20 years ago
- 263df75 Make Getptr function and macros return void * by Travis Oliphant ยท 20 years ago
- 3faeb7e Fix segfault and move PyArray_Put fix from newunicode branch. by Travis Oliphant ยท 20 years ago
- adcc8b8 Fix typo. by Travis Oliphant ยท 20 years ago
- 3eae4c1 Move scalar coercion rules to C-API. by Travis Oliphant ยท 20 years ago
- 2236762 Fix .view to not return scalars. by Travis Oliphant ยท 20 years ago
- b374679 Fixed allocation problem. by Travis Oliphant ยท 20 years ago
- 17049d1 This is a test to see if I (tim_hochberg) can successfully commit. by Tim Hochberg ยท 20 years ago
- 9175b19 Add check to make sure title dictionary insert is not over-writing something already there. by Travis Oliphant ยท 20 years ago
- 7d4d958 Fixed minrelpath tests for platforms where os.path.sep<>'/'. by Pearu Peterson ยท 20 years ago
- 8ee6df7 Fixed UNICODE functions to handle misaligned and/or byte-swapped arrays. by Travis Oliphant ยท 20 years ago
- 7e34c2e Change PyArray_Put so that values0 is forcecast to the right type. by Travis Oliphant ยท 20 years ago
- 6fc0e44 Fixed numpy.put docs, added a test checking a put bug. by Pearu Peterson ยท 20 years ago
- ad19f35 use array style in *_fill by sasha ยท 20 years ago
- d99b73b Change accuracy of fill and more _WIN32 fixes. by Travis Oliphant ยท 20 years ago
- f5209cb Back out mistaken commit by Robert Kern ยท 20 years ago
- ddf6e61 Fixed join() -> os.path.join() by Robert Kern ยท 20 years ago
- e5e72a4 Fixes to help compilation on Windows with MSVC by Travis Oliphant ยท 20 years ago
- 44f0e40 Fixed get_path bug fix. by Pearu Peterson ยท 20 years ago
- 2eb3a4b Impl. rename() method for NumpyTest class that allows redefining mapping between module name and test_<module name>.py file name. Fixed bug with output_exception argument. by Pearu Peterson ยท 20 years ago
- 622e686 Fixed bug in unicode change. by Travis Oliphant ยท 20 years ago
- e4df04a Speed up fill a little. by Travis Oliphant ยท 20 years ago
- 9429138 Merged unicode changes back into main branch. by Travis Oliphant ยท 20 years ago
- fc7ac38 Fixed reference count problems. by Travis Oliphant ยท 20 years ago
- 094c14d Finish reStructedText'ing CAPI.txt, and correct documentation of PyArray_FromAny. by cookedm ยท 20 years ago
- b5953fe Fix get_path to return correct path when module is __main__, but doesn't have a __file__ attribute. by cookedm ยท 20 years ago
- c870252 Clean up comments (and add a few) in arrayobject.h, for documentation purposes by cookedm ยท 20 years ago
- f1bffaa Created NumPy unicode as 32-bit. by Travis Oliphant ยท 20 years ago
- 520b1c9 Add ucsnarrow.c code. by Travis Oliphant ยท 20 years ago
- 9a4d927 Fixing new-unicode branch. by Travis Oliphant ยท 20 years ago
- 2a59095 Augmented arange docstring by sasha ยท 20 years ago
- 34b8113 Fix record-array so sub-classes work. by Travis Oliphant ยท 20 years ago
- 6ff711e Refactored path fixing code to _fix_paths_dict. Apply path fixing to extension libraries. by Pearu Peterson ยท 20 years ago
- 7c5d117 Added f2py_info to retrive fortranobject.c. by Pearu Peterson ยท 20 years ago
- 6852097 use _fpclass on MSVC for isinf and typecast to double by Travis Oliphant ยท 20 years ago
- 45e4e48 Fixes to help compilation on windows with MSVC by Travis Oliphant ยท 20 years ago
- 8913a2b Fixed intent(c) statement bug when only spaces follow. by Pearu Peterson ยท 20 years ago
- d34bdb2 Change to undefine any long-double defines. by Travis Oliphant ยท 20 years ago
- f2daada Add ifndef statements to all long-double and float functions by Travis Oliphant ยท 20 years ago
- 4308866 Fixed get_path to return correct path when module is __main__. Fixes calling path/to/setup.py bugs. by Pearu Peterson ยท 20 years ago
- 5b8f347 Make unicode use w or W on output. by Travis Oliphant ยท 20 years ago
- 79f73f3 Remove void * arithmetic by Travis Oliphant ยท 20 years ago
- 810f8fa Add data-type descriptor getitem ability and fix inconsistency between unicode typestr and data-type entry by Travis Oliphant ยท 20 years ago
- 1e78e19 Changed -M to -J for gfortran. by Pearu Peterson ยท 20 years ago
- 0e8e7f1 Updated numpy.distutils tests site. by Pearu Peterson ยท 20 years ago
- d8342ac Added pyrex support to numpy.distutils. by Pearu Peterson ยท 20 years ago
- ad1f3db do not ignore strides in ndarray() when no buffer is provided - raise an error by sasha ยท 20 years ago
- 1efcf75 check negative strides and disallow zero strides by sasha ยท 20 years ago
- f767de2 fixed a typo in an error message by sasha ยท 20 years ago
- 26181eb Some work on CAPI.txt to be better reStructuredText (only half done) by cookedm ยท 20 years ago
- cba01fd More refactoring in numpy.distutils.misc_util by cookedm ยท 20 years ago
- 9e5252b Remove unused imports by cookedm ยท 20 years ago
- 91473bf Add a void * cast to PyArray_DATA, and add PyArray_BYTES for the uncast version (which returns a char *) by cookedm ยท 20 years ago
- 85fae89 Partial fix to build failure by cookedm ยท 20 years ago
- 01407b9 Precision representation improved when LONGDOUBLE == DOUBLE and bugfix in AsCtype by Travis Oliphant ยท 20 years ago
- 9a794fa Replace type(a) is (something) with appropiate is_string/is_sequence tests by cookedm ยท 20 years ago
- c0f4676 Fixed missing Py_INCREF and added Francesc's tests for nested record structures. by Travis Oliphant ยท 20 years ago
- ad3b00a Change dtype.name getter. by Travis Oliphant ยท 20 years ago
- a3f10be Fix typo. by Travis Oliphant ยท 20 years ago
- a09e748 INCREF Py_True and Py_False before returning them. by Travis Oliphant ยท 20 years ago
- 8920e59 Fix so that equality and inequality comparisons of arrays with None still return True or False by Travis Oliphant ยท 20 years ago
- 26188dc When using setuptools, run the build_src command before egg_info (which is run by the bdist_egg command). by cookedm ยท 20 years ago
- 042a315 Add /opt/local for directories searched for includes and libraries. by cookedm ยท 20 years ago
- f59515e Misc cleanups + replace `a` with %r or repr(a) by cookedm ยท 20 years ago
- c1b9a6e Change name of scalars from <x>_arrtype to <x>scalar by Travis Oliphant ยท 20 years ago
- 41496b7 Change arrtype --> sctype so that dtype is given pre-eminance in determining array type. by Travis Oliphant ยท 20 years ago
- 8a52fe2 Remove getitem and setitem from record class -- void type does the right thing by Travis Oliphant ยท 20 years ago
- e38f25a Fix up record class to allow getting items from list. by Travis Oliphant ยท 20 years ago
- b88a3fc Fixing inplace support for data_files and py_modules. by Pearu Peterson ยท 20 years ago
- 9e85009 Fix long-standing dot bug. by Travis Oliphant ยท 20 years ago
- 389d6d2 Added warn,info methods to NumpyTestCase. by Pearu Peterson ยท 20 years ago
- 8343ed3 Fixed a misplaced test messages by flushing. by Pearu Peterson ยท 20 years ago
- a6eeae5 Renamed ScipyTest to NumpyTest, flushing printouts, fixed a bug of including too many tests in situations where we have xxx/__init__.py, xxx/xxx.py, xxx/tests/test_xxx.py. by Pearu Peterson ยท 20 years ago
- daf3e9f Fixed pkgload: synced behaviours of postpone and postpone_import flags. by Pearu Peterson ยท 20 years ago
- 71f74ba Improved warn messages. by Pearu Peterson ยท 20 years ago
- 33279f1 Added options to Configuration. by Pearu Peterson ยท 20 years ago
- 39ba8fc Handle setup.py help and display requests without noise. by Pearu Peterson ยท 20 years ago
- ca90e3e Fix-up record arrays that were not of dtype.type record. Don't allow arbitrary objects with dtype attributes as data-type indicators. by Travis Oliphant ยท 20 years ago
- 624787a Fixed coercion rules so that integer scalar is not seen as a negative integer scalar unless it is actually negative. by Travis Oliphant ยท 20 years ago
- f097ed4 Fix bugs relating to adding hasobject. Add scalar-loops for some operations to see if they are faster on some platforms. by Travis Oliphant ยท 20 years ago
- 0245dde Fixed so that long integers convert to int64 arrays if possible. by Travis Oliphant ยท 20 years ago
- 2438f98 Convert to arrays in piecewise. Improve error-handling of object-array conversions. by Travis Oliphant ยท 20 years ago
- c0d68f4 Fix the dot(shape=(1,), shape=(1,N)) case too by Travis Oliphant ยท 20 years ago
- bbca1e3 Fix inconsistency with un-optimized dot function by Travis Oliphant ยท 20 years ago