228
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed spherical harmonic function. Need to add test.
teoliphant
as Travis Oliphant
More... about 22 years ago
Fixed remaining errors so that all tests pass.
teoliphant
as Travis Oliphant
More... about 22 years ago
Fixed missing function in function_base.py. Added entropy calculations to probability distributions. Fixed error in F distribution ppf function.
teoliphant
as Travis Oliphant
More... about 22 years ago
Fixed a few more lingering testing errors in distributions.
teoliphant
as Travis Oliphant
More... about 22 years ago
Added more documentation to stats. Cleaned up interface.
teoliphant
as Travis Oliphant
More... about 22 years ago
More additions to documentation
teoliphant
as Travis Oliphant
More... about 22 years ago
Added more documentation to stats module.
teoliphant
as Travis Oliphant
More... about 22 years ago
Updated documentation to stats. Changed stats so that random variates must be obtained using xxxx.rvs().
teoliphant
as Travis Oliphant
More... about 22 years ago
Removed unused functions from stats support file and renamed.
teoliphant
as Travis Oliphant
More... about 22 years ago
Impl. solve_banded for solving linear systems with banded matrix More... about 22 years ago
Added freeze method to distributions which returns a frozen class that has fixed shape, location, and scale parameters. No checking done yet, so errors on construction are not detected until first call of frozen methods.
teoliphant
as Travis Oliphant
More... about 22 years ago
Fixed typo More... about 22 years ago
New import hooks are applied to gui_thread. More... about 22 years ago
Doc updates (get_path,SourceFilter). Added discussion section about documenting Scipy modules More... about 22 years ago
New import hooks are applied to gui_thread,plt,gplt,xplt. More... about 22 years ago
New import hooks are applied to gui_thread,plt,gplt,xplt. Now xplt will not generate any temporary files to its source directory and is now bdist_rpm'le. More... about 22 years ago
New import hooks are applied to weave. Clean up. More... about 22 years ago
Introduced restor_path,set_local_path functions. More... about 22 years ago
Using abspath so that atlas can be found also with bdist_rpm More... about 22 years ago
New import hooks are applied to cow,ga,sparse. Clean up. More... about 22 years ago
Doc updates. More... about 22 years ago
Removed obsolete setup.py More... about 22 years ago
New import hooks are applied to interpolate,cluster,signal. Clean up. More... about 22 years ago
Oops..disabled old import hooks too early. No fixed. More... about 22 years ago
New import hooks are applied to io,integrate. Clean up. More... about 22 years ago
Made code explicit. More... about 22 years ago
Added parent_path to linalg setup More... about 22 years ago
New import hooks are applied to optimize,stats. Clean up. Fixed bugs in stats/futil.f. More... about 22 years ago
New import hooks are applied to speacial. Clean up. More... about 22 years ago
Introduced parent_path argument to get_path; when not None and the beggining of path matches with parent_path, then return only remaining of the path. More... about 22 years ago