๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 7040550 Fixed incorrect failure from assert_approx_equal(1.0,0.99999999998) by Pearu Peterson ยท 22 years ago
  2. 04f1a58 fixed reference to test_module by Travis Vaught ยท 22 years ago
  3. 796f998 added missing definition of 'mstr' for use in failure reporting by Travis Vaught ยท 22 years ago
  4. dec2d0c Pumped up version numbers to 0.3.0. by Pearu Peterson ยท 22 years ago
  5. d8e22e7 Prepearing to tag scipy tree (unified micro version numbers) by Pearu Peterson ยท 22 years ago v0.2.2
  6. 406a04b Introduced reldir argument to set_local_path. by Pearu Peterson ยท 22 years ago
  7. db74b2b Handle the case where one of the arguments is scalar in assert_array_equal by Pearu Peterson ยท 22 years ago
  8. 7797614 Introduced IgnoreException. When it is raised then scipy unittesting framework does not treat it as an error. Useful when certain features of a package are disabled but testing site contains tests for these features. Added agg_platform_support.cpp to sources list. by Pearu Peterson ยท 22 years ago
  9. a96e326 Multiple suites were found when package_name==__main__, fixed it. Now TestCase classes can be implemented also in module sources. by Pearu Peterson ยท 22 years ago
  10. dbd133a Made debugging messages optional. by Pearu Peterson ยท 22 years ago
  11. 339ad8f Impl. better handling of getting suites from a python script by Pearu Peterson ยท 22 years ago
  12. 91705f1 Added debug print out when sys.path is modified by Pearu Peterson ยท 22 years ago
  13. 13ec9dd Impl. assert_array_less. by Pearu Peterson ยท 22 years ago
  14. 7827303 Testing backport to Python 2.1 - it used to skip tests from base classes of test classes by Pearu Peterson ยท 22 years ago
  15. 81d8c69 Workaround for Python 2.1 .pyc file generator bug (float constants are truncated, e.g. 1.0066800127055 becomes 1.00668001271 in a .pyc file) by Pearu Peterson ยท 22 years ago
  16. 15a8c04 Show parts of arrays if assert_array_*equal fails by Pearu Peterson ยท 22 years ago
  17. 0c183d5 When running tests locally, use the script instead of installed test_yyy module. by Pearu Peterson ยท 22 years ago
  18. 772b74e Introduced SourceFilter. Clean ups and minor bug fixes by Pearu Peterson ยท 22 years ago
  19. 95a197a Introduced restor_path,set_local_path functions. by Pearu Peterson ยท 22 years ago
  20. a58d97f Doc updates. by Pearu Peterson ยท 22 years ago
  21. 8942504 Avoid looking for tests from test_* modules by Pearu Peterson ยท 22 years ago
  22. 8574b15 Dropped test_suite_list feature, simplified code. Test methods are looked also from base classes. Fixed multiple inclusion of the same test file (e.g. this happend for stats.stats and stats.__init__ modules). by Pearu Peterson ยท 22 years ago
  23. ddda876 scipy_base clean up. by Pearu Peterson ยท 22 years ago
  24. 7122588 Only TestCase instances with test_ suffix are put to test suite list. by Pearu Peterson ยท 22 years ago
  25. ef5e7ba Removed .build_py_ignore files: the feature didn't work properly, e.g. building binaries failed. Added sample_site.cfg to data_files. Emptied MANIFEST.in (later we can consider removing it). by Pearu Peterson ยท 22 years ago
  26. b681f71 Introduced info_..py files for scipy_core modules by Pearu Peterson ยท 22 years ago
  27. 0bdb7a7 Impl. ScipyTest.run method. Calling test(..) will resolve all ppimported modules. All ppimported modules get test() function as a reference to ScipyTest(..).test() by Pearu Peterson ยท 22 years ago
  28. 682dedb Impl. ScipyTest class that will facilitate testing dropped-into-Lib Scipy modules as well as supports tests for extension modules. Cont. writing DEVELOPERS.txt. by Pearu Peterson ยท 22 years ago
  29. 969bcf3 Incr. micro version number. by Pearu Peterson ยท 22 years ago
  30. fd7e739 Fixed curious 'TypeError: an integer is required' in fftpack tests (bug report: Arnd Baecker) by Pearu Peterson ยท 23 years ago
  31. 694e8f6 Introduced .build_py_ignore hooks: by Pearu Peterson ยท 23 years ago
  32. 58ac35e Fixed test_special to test over 100 of the functions. Other tests need to be fixed. Added Pade routine to find Pade approximation. More tutorial additions. by Travis Oliphant ยท 23 years ago
  33. 7867841 Impl. memusage() for Linux. memusage is useful for detecting memory leaks by Pearu Peterson ยท 23 years ago
  34. cf5c05a Added tests to stats. Added nanXXXX functions. Fixed kurtosis and skew to handle biased and unbiased estimates to match MATLAB. by Travis Oliphant ยท 23 years ago
  35. 1f32ecb Changed str->repr in assert_* functions (because DESIRED and ACTUAL showed identical results for failing assert tests). by Pearu Peterson ยท 23 years ago
  36. d458416 Carried out major unification of xxx/setup_xxx.py files. Discussion: some modules contain setup.py files that repeat the functionality of the corresponding setup_xxx.py files. Are there any objections if setup.py and setup_xxx.py will be merged into setup_xxx.py and setup.py files will be removed from CVS? by Pearu Peterson ยท 23 years ago
  37. 00dce9d kill trailing CR characters by skip ยท 23 years ago
  38. fc8405a added sub-micro level versioning based on cvs version by Travis Vaught ยท 23 years ago
  39. f8c6e2f Fixed assert_approx_equal for negative input by Pearu Peterson ยท 23 years ago
  40. 23739c8 rearrange failure message slightly and dump trailing whitespace by skip ยท 23 years ago
  41. 1f756d4 Replaced get_package_path with set_package_path. See linalg/tests/test_*.py for usage. by Pearu Peterson ยท 23 years ago
  42. 996d34f Enabled true jiffies for Mandrake linux by Pearu Peterson ยท 23 years ago
  43. d0074f7 Fixed jiffies scaling in ScipyTestCase.measure by Pearu Peterson ยท 23 years ago
  44. 9ec0eb77 Copied missing get_package_path,jiffies functions from scipy_base/testing.py. The latter should be removed. by Pearu Peterson ยท 23 years ago
  45. 4ce7908 scipy_test can be build/installed separately by Pearu Peterson ยท 23 years ago
  46. a72ece7 added configuration script to scipy_test by Eric Jones ยท 23 years ago
  47. ca2c1b5 added init.py file so that scipy_test becomes a package. by Eric Jones ยท 23 years ago
  48. 70c9cae added scipy_test (actually reinstated it) to the repository. It now holds auto_test.py testing.py and logging.py by Eric Jones ยท 23 years ago
  49. c3a596e Removing obsolete scipy_test by Pearu Peterson ยท 24 years ago
  50. ad8ff90 Fixed random buglets. by Travis Oliphant ยท 24 years ago
  51. 0562713 Refactored to create scipy_base. by Travis Oliphant ยท 24 years ago
  52. 0fed82b Introduced ScipyTestCase with timing hooks by Pearu Peterson ยท 24 years ago
  53. a66dce5 fixed missing , typo that broke module import/reload/test in some situations (it looked like it should break all situations)... by Eric Jones ยท 24 years ago
  54. 5ba533b major overhaul to testing framework. module_xxx.test() now takes a 'level' argument to specify how thorough the testing should be. Level 1 is the least thorough, and only runs rapid tests (as specified by the test writer) on the module/package. level=10 is the most thorough testing. Any value between 1 and 10 can be used. I'm currently using 1, 5, and 10 for most of my tests, but others may wish to use more fine grained settings. by Eric Jones ยท 24 years ago
  55. 7a77037 added assert_approx_equal to compare two numbers up to some significant digit. Contributed by Louis Luangkesorn by Eric Jones ยท 24 years ago
  56. 7950172 Added err_msg keyword argument to assert_array_equal by Pearu Peterson ยท 24 years ago
  57. 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
  58. 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
  59. dc33f53 Modified how configuration works by Eric Jones ยท 24 years ago
  60. 74a4958 split scipy_test off into its own module. by Eric Jones ยท 24 years ago