1. e8c50dc This commit was manufactured by cvs2svn to create tag 'release_0_2_0'. by nobody · 24 years ago v0.2.0
  2. f2e5fb8 changed import of fastumath as "optional" with a try/except clause. This allows people without SciPy, but with Numeric to use blitz. by Eric Jones · 24 years ago
  3. 2547260 changed insertion of stdc++ to check for msvc instead of platform == linux by Eric Jones · 24 years ago
  4. b908030 fixed bug in tables that forced display width to certain number of pixels. by Eric Jones · 24 years ago
  5. 0ebec76 added comment about single vs. double precision speed results by Eric Jones · 24 years ago
  6. 223f42b added benchmarks by Eric Jones · 24 years ago
  7. c6ca53c one final pass through before posting to python-dev by Eric Jones · 24 years ago
  8. 85b0616 added MANIFEST.in so that I could specify that all .txt files are included in the distribution by Eric Jones · 24 years ago
  9. 4b8ca90 added legal license information to the file. by Eric Jones · 24 years ago
  10. d33eb99 added a short README to tell where the documentation files are located by Eric Jones · 24 years ago
  11. a603ba1 changed tempdir to gettempdir(). fixed bug introduced in latest testing frenzy by Eric Jones · 24 years ago
  12. 06d067a changed inline() args so that arg_names defaults to an empty list. THis allows you to run C code that doesn't need any arguments without supplying any. by Eric Jones · 24 years ago
  13. dfa34a7 fixed catalog test so that it would work if mutliple people were testing at same time or if /tmp/test_catalog could not be written. by Eric Jones · 24 years ago
  14. b4f5c98 fixed minor bugs by Eric Jones · 24 years ago
  15. e69d0cf removed an import * at function level because 2.2 complains about it by Eric Jones · 24 years ago
  16. b72a5a0 moved test file creation to the temp directory so that it doesn't try to create files during test in a site-package sub-directory. This caused failues on Unix for testing of installed package. by Eric Jones · 24 years ago
  17. be827bc more renaming of compiler to weave by Eric Jones · 24 years ago
  18. 3df2f38 I missed changing the compiler name in __init__ by Eric Jones · 24 years ago
  19. 4ceef2e more changes of names from compiler to weave by Eric Jones · 24 years ago
  20. a15e2fa compile_code is no longer a part of weave by Eric Jones · 24 years ago
  21. 6e13c04 renaming compiler to weave by Eric Jones · 24 years ago