1. 9bda193 Add broadcasting behavior to random-number generators. Fix cholesky to keep matrix return. by Travis Oliphant · 19 years ago
  2. e116574 Fix-up convertcode and CAPI docs by Travis Oliphant · 19 years ago
  3. b098d62 Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environment variable NUMPY_NOSMP can be set which will make the default 0 by Travis Oliphant · 19 years ago
  4. 21e52f0 Fix f2py and doc by Travis Oliphant · 19 years ago
  5. 216f071 Fix UserArray. by Travis Oliphant · 19 years ago
  6. 42477d7 Fix missing ) in numpy.i by Travis Oliphant · 19 years ago
  7. c00b400 Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. by Travis Oliphant · 19 years ago
  8. d382977 Add feature: read f77 compiler flags from source. Added a section for extra features in numpy.distutils. by Pearu Peterson · 19 years ago
  9. a27f468 Change from C++ comments by Travis Oliphant · 19 years ago
  10. 7413032 Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob. by Pearu Peterson · 19 years ago
  11. c1bfdfd Fix issue #77 by Travis Oliphant · 19 years ago
  12. 7e7f383 Fix reference-count problem in Macro form of EquivTypenums and update numpy.i to use EquivTypenums. by Travis Oliphant · 19 years ago
  13. 8c7d39d Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly. by Pearu Peterson · 19 years ago
  14. 9867cad Applied ticket #77 patch. by Pearu Peterson · 19 years ago
  15. 847c32d Added warning about config.add_headers to DISTUTILS.txt by edschofield · 19 years ago
  16. d157315 Hint for using new setup configuration kw argument. by Pearu Peterson · 19 years ago
  17. 8869df5 Reimplemented add_data_dir and add_data_files methods to fix ambiguities. by Pearu Peterson · 19 years ago
  18. 4a5ed4f Refactored Configuration._fix_paths method to gpaths, added tests and documentation. by Pearu Peterson · 19 years ago
  19. 7afda6a Add rest of the examples for pyrex and swig by Travis Oliphant · 19 years ago
  20. 22335be Fix missing increment of reference count. by Travis Oliphant · 19 years ago
  21. e3b5adb Move swig and pyrex over by Travis Oliphant · 19 years ago
  22. 3afb449 Adding swig and pyrex examples by Travis Oliphant · 19 years ago
  23. 094c14d Finish reStructedText'ing CAPI.txt, and correct documentation of PyArray_FromAny. by cookedm · 20 years ago
  24. 26181eb Some work on CAPI.txt to be better reStructuredText (only half done) by cookedm · 20 years ago
  25. cba01fd More refactoring in numpy.distutils.misc_util by cookedm · 20 years ago
  26. 16c544e __config__.py files are generated through py_modules list. Added get_info method to Configuration. by Pearu Peterson · 20 years ago
  27. f115fdf numpy.base -> numpy by Travis Oliphant · 20 years ago
  28. 605f8a5 More documentation updates by edschofield · 20 years ago
  29. e74ea10 Documentation updates: SciPy core -> NumPy by edschofield · 20 years ago
  30. 5a76512 Fixed lib by Travis Oliphant · 20 years ago
  31. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  32. 8e26545 Moved scipy directory to numpy by Travis Oliphant · 20 years ago