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. fd3855d refined get_version by Pearu Peterson · 24 years ago
  4. c1a5d61 refined get_version by Pearu Peterson · 24 years ago
  5. 2547260 changed insertion of stdc++ to check for msvc instead of platform == linux by Eric Jones · 24 years ago
  6. b908030 fixed bug in tables that forced display width to certain number of pixels. by Eric Jones · 24 years ago
  7. 587e00a Introduced get_version, started compaq_fortran_compiler by Pearu Peterson · 24 years ago
  8. 0ebec76 added comment about single vs. double precision speed results by Eric Jones · 24 years ago
  9. 223f42b added benchmarks by Eric Jones · 24 years ago
  10. c6ca53c one final pass through before posting to python-dev by Eric Jones · 24 years ago
  11. 85b0616 added MANIFEST.in so that I could specify that all .txt files are included in the distribution by Eric Jones · 24 years ago
  12. 4b8ca90 added legal license information to the file. by Eric Jones · 24 years ago
  13. d33eb99 added a short README to tell where the documentation files are located by Eric Jones · 24 years ago
  14. a603ba1 changed tempdir to gettempdir(). fixed bug introduced in latest testing frenzy by Eric Jones · 24 years ago
  15. b63f8e5 fixed get_opt for NAG compiler by Pearu Peterson · 24 years ago
  16. 4241019 fortran extension support by Pearu Peterson · 24 years ago
  17. 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
  18. 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
  19. b4f5c98 fixed minor bugs by Eric Jones · 24 years ago
  20. e69d0cf removed an import * at function level because 2.2 complains about it by Eric Jones · 24 years ago
  21. 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
  22. be827bc more renaming of compiler to weave by Eric Jones · 24 years ago
  23. 3df2f38 I missed changing the compiler name in __init__ by Eric Jones · 24 years ago
  24. 4ceef2e more changes of names from compiler to weave by Eric Jones · 24 years ago
  25. a15e2fa compile_code is no longer a part of weave by Eric Jones · 24 years ago
  26. 6e13c04 renaming compiler to weave by Eric Jones · 24 years ago
  27. 7161eb8 encapsulated all Numeric specific code within a try/except so that most functionality can be used without Numeric installed by Eric Jones · 24 years ago
  28. d58a351 Making this a package made installation easier because distutils doesn't allow both py_modules and packages -- not sure it would have worked even if it did by Eric Jones · 24 years ago
  29. dc33f53 Modified how configuration works by Eric Jones · 24 years ago
  30. 07a8c78 setup configuration module for scipy_distutils by Eric Jones · 24 years ago
  31. 77c0f1e fftw_info.py holds searches for fftw libraries on a persons machine. It is made separate from the fftw library because it may be needed by other libraries later on. Also, it could become useful to other projects trying to find fftw on a mchine. Its very simple right now. by Eric Jones · 24 years ago
  32. 9f63f97 get_path changes made by Pearu so that it works in core.run_setup by Eric Jones · 24 years ago
  33. 8d16fd4 cpuinfo.py is needed to calculate optimzation flags on linux. It has much of the same functionality as scipy.proc, but I've included it for now. We'll merge the two later. by Eric Jones · 24 years ago
  34. 51e5221 Implemented multiple changes provided by Pearu that increased the number of compilers supported, added some optimization flags, and generally cleaned things up. I made changes needed to get things rolling for scipy on win32 again. I've included an email exchange discussing changes below: by Eric Jones · 24 years ago
  35. 410e513 changed to using fortran class instead of instance for setting fortran compiler. This was needed after Pearu's changes. by Eric Jones · 24 years ago
  36. d1d3344 removed print statements by Eric Jones · 24 years ago
  37. 8d4cc5e added default setting so users don't need to supply a dependency list for a package in package_config by Eric Jones · 24 years ago
  38. 806417f added package_config method to misc_util that should further simplify the creation of modules that depend on other modules. by Eric Jones · 24 years ago
  39. b1263a7 fixed path issues resulting from using setup_xxx.configuration() methods to grab information about package for use in setup.py. the configuration() methods use absolute path names to identify files. This is bad for sdist which uses the relative path of a file to determine which directory it goes into in the source distribution. To solve the problem, I have sdist search all absolute file paths for the "greatest common directory" among them. This directory is removed from them to determine where the file will go in the distribution directories. Files without absolute paths are always put in the top directory of the distribution. by Eric Jones · 24 years ago
  40. 76cfe83 added misc_util file that has a few routines used extensively in setup_xxx.py files and test files within scipy by Eric Jones · 24 years ago
  41. a76efe8 added build_py module by Eric Jones · 24 years ago
  42. 74a4958 split scipy_test off into its own module. by Eric Jones · 24 years ago
  43. f1a2d63 factored out the scipy specific distutils code into a scipy_distutils package. by Eric Jones · 24 years ago