228
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started impl. of f2py-based wrapper for fitpack. It requires f2py from current CVS and therefore it will be available only if proper f2py version is installed. IMPORTANT: fitpack2 is not finished, at this stage it's hardly useful for anything. More... over 22 years ago
Fixed missing X11 include dirs bug. More... over 22 years ago
Added Pearu's linear2d class with his suggested corrections.
teoliphant
as Travis Oliphant
More... over 22 years ago
Information update More... over 22 years ago
More tutorial additions: linear algebra.
teoliphant
as Travis Oliphant
More... over 22 years ago
Added diagsvd to convert from singular values vector to singular values matrix.
teoliphant
as Travis Oliphant
More... over 22 years ago
fixed documentation of linalg.norm
teoliphant
as Travis Oliphant
More... over 22 years ago
More tutorial additions.
teoliphant
as Travis Oliphant
More... over 22 years ago
Added to the tutorial.
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed incomplete scipy tar-ball More... over 22 years ago
* Made changes to bring ga up to speed with latest stats module. * fixed remove_NaN function to use a more scipyish solution. More... over 22 years ago
Added pdf file of updated tutorial.
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed buglet in filter_design affecting elliptic filters. Fixed bug in Mplot that was preventing legends from working correctly.
teoliphant
as Travis Oliphant
More... over 22 years ago
Added k-statistic calculations.
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed bugs in read_array: 1) a bug in getting the "complex" Python function was resulting in its never being used when the intention was to use it most of the time. 2) the home-grown converter was updated to use the inegflag and rnegflag variables which were set but not used (for negative imaginary and real parts respectively).
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed segfault when (a|r)tol arguments are scalars (their dimensions are not allocated then). More... over 22 years ago
Added circular statistics computation.
teoliphant
as Travis Oliphant
More... over 22 years ago
Changed chpal function in xplt to not write to a file but use the gist interface directly.
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed some segfaulting bugs in numpyio related to reference counting.
teoliphant
as Travis Oliphant
More... over 22 years ago
Fixed 'setup.py sdist'->untar->'setup.py build' cycle. More... over 22 years ago
Fixed strict scipy-dependence of the special package More... over 22 years ago
Backported ppimport to Py2.1. Moved help/ppimport hooks to ppimport.py so that they will be available also for standalone installations More... over 22 years ago
Fixed tabs to spaces. More... over 22 years ago
Improved ppimport for nonexisting modules. Added ppimport support to builtin help function. Now both info and help work again on scipy objects. More... over 22 years ago
Fixed python 2.3 specific syntax error. More... over 22 years ago
1) Finished applying ppimport hooks to scipy. New scipy import timings on PII 400MHz, Debian with postponed import hooks enabled: More... over 22 years ago
Optimized fftpack.{i,}fft for short vectors. Now fftpack.fft benchmark results are compareble with that of Numeric for given cases. This speed up was obtained mainly by avoiding one python function call. More... over 22 years ago
Installing chaco_packages separately. More... over 22 years ago
Enabled chaco in scipy setup. Added Lib to sys.path in setup.py so that weave is available for setup_freetype.py More... over 22 years ago
Fixed nasty typo with sys.argv, added .build_py_ignore file More... over 22 years ago