Timeline


and .

03/11/06:

04:10 Ticket #36 (remove obsolete imports of numpy.fastumath) closed by EdSchofield
fixed: Fixed. Thanks!
03:43 Ticket #36 (remove obsolete imports of numpy.fastumath) created by timl
Patch attached to fix: * from numpy.fastumath import * in a number of …

03/10/06:

07:59 Ticket #34 (io.loadmat not loading double complex arrays from -V4 mat files) closed by oliphant
fixed
07:47 Ticket #20 (further optimize.anneal fixes) closed by oliphant
fixed: Applied fixes except for self.lower and self.upper
07:38 Ticket #32 (code cleanup for signal/ltisys.py) closed by oliphant
fixed
07:37 Ticket #31 (code cleanup for signal/filter_design.py) closed by oliphant
fixed
07:36 Ticket #29 (code cleanup for linalg/matfuncs.py) closed by oliphant
fixed
07:34 Ticket #28 (code cleanup for linalg/lapack.py) closed by oliphant
fixed
07:33 Ticket #27 (code cleanup for linalg/decomp.py) closed by oliphant
fixed
07:32 Ticket #26 (code cleanup for linalg/blas.py) closed by oliphant
fixed
07:31 Ticket #25 (code cleanup for linalg/basic.py) closed by oliphant
fixed
07:30 Ticket #24 (code cleanup for stats/kde.py) closed by oliphant
fixed
07:29 Ticket #22 (code cleanup for stats/morestats.py) closed by oliphant
fixed
07:28 Ticket #21 (code cleanup for stats/distributions.py) closed by oliphant
fixed
07:24 Ticket #33 (code cleanup for signal/signaltools.py) closed by oliphant
fixed
07:20 Ticket #30 (code cleanup for signal/bsplines.py) closed by oliphant
fixed
05:56 Ticket #23 (code cleanup for stats/stats.py) closed by EdSchofield
fixed: I've applied this now in SVN. Thanks! -- Ed

03/09/06:

23:45 Ticket #35 (PATCH: Memory leak in optimize.leastsq when a jacobian is specified) closed by oliphant
fixed: Strange how this apparent duplication of functions persisted for so long. …

03/08/06:

18:25 Ticket #35 (PATCH: Memory leak in optimize.leastsq when a jacobian is specified) created by russel@…
Run the following program and watch it's memory usage. Removing the …
06:57 Ticket #34 (io.loadmat not loading double complex arrays from -V4 mat files) created by anonymous
I made some "double (complex)" vectors in matlab, but io.loadmat only …

03/07/06:

07:07 Ticket #33 (code cleanup for signal/signaltools.py) created by timl
patch attached to fix * remove unused imports * change tabs to spaces …
07:00 Ticket #32 (code cleanup for signal/ltisys.py) created by timl
patch attached to fix * typo (ValueErrro? -> ValueError?) * remove unsed …
06:56 Ticket #31 (code cleanup for signal/filter_design.py) created by timl
patch attached to fix * use of tabs instead of spaces * incorrect …
06:50 Ticket #30 (code cleanup for signal/bsplines.py) created by timl
patch attached to fix * use of tabs instead of spaces
06:42 Ticket #29 (code cleanup for linalg/matfuncs.py) created by timl
patch attached to fix * remove unused code * remove unused imports
06:36 Ticket #28 (code cleanup for linalg/lapack.py) created by timl
patch attached to fix * used of deprecated string module (split) * …
06:26 Ticket #27 (code cleanup for linalg/decomp.py) created by timl
patch attached to fix * incorrect indentation * remove unused variable …
06:17 Ticket #26 (code cleanup for linalg/blas.py) created by timl
patch attached to fix * use of deprecated string module (split)
06:10 Ticket #25 (code cleanup for linalg/basic.py) created by timl
patch attached to fix * type (ValuError? -> ValueError?) * remove unused …
00:25 Ticket #24 (code cleanup for stats/kde.py) created by timl
patch attached to fix: * use of tabs instead of spaces
00:20 Ticket #23 (code cleanup for stats/stats.py) created by timl
patch attached to fix * large blocks with incorrect indentation (either …
00:06 Ticket #22 (code cleanup for stats/morestats.py) created by timl
patch attached to fix * add missing import * exception name typo …

03/06/06:

23:58 Ticket #21 (code cleanup for stats/distributions.py) created by timl
patch attached to fix * remove unused imports * add missing imports * …
19:08 Ticket #20 (further optimize.anneal fixes) created by timl
Attached is a patch to fix some outstanding issues with anneal.py * The …
18:10 Ticket #16 (optimize.anneal needs fixing) closed by cookedm
fixed
05:19 Ticket #19 (Addition of sparse matrices) created by anonymous
02:11 Ticket #18 (Norm of sparse matrices) created by anonymous
linalg.norm(A) where A is a sparse matrix is not supported yet. A …
02:04 Ticket #17 (Complex sparse matrices) created by anonymous
Traceback (most recent call last): File "sparse_test.py", line 12, in ? …
01:27 Ticket #16 (optimize.anneal needs fixing) created by timl
The code in optimize.anneal is broken in a number of ways, up to and …

03/04/06:

04:26 Ticket #13 (Segmantation fault sparse.lu_factor(A).solve(r)) closed by anonymous
fixed

03/03/06:

14:45 ListOfLibrariesToUpgrade edited by cookedm
moved to LibrariesToUpgrade (diff)
14:45 ListOfLibrariesToUpgrade edited by cookedm
moved to LibrariesToUpgrade (diff)
14:44 LibrariesToUpgrade created by cookedm
14:44 LibrariesToUpgrade created by cookedm
14:44 Ticket #15 (Upgrade cephes library to 2.8) created by cookedm
See LibrariesToUpgrade; we're using 2.4, current version is 2.8 at …
14:44 WikiStart edited by cookedm
(diff)
14:44 WikiStart edited by cookedm
(diff)
14:41 ListOfLibrariesToUpgrade created by cookedm
14:41 ListOfLibrariesToUpgrade created by cookedm
14:31 WikiStart edited by cookedm
(diff)
14:31 WikiStart edited by cookedm
(diff)

03/02/06:

14:55 Ticket #14 (scipy.io.loadmat v7 support) created by Nick Fotopoulos
I have upgraded the loadmat functionality in scipy/io/mio.py to now handle …
09:53 Ticket #13 (Segmantation fault sparse.lu_factor(A).solve(r)) created by nwagner@…
from scipy import * from scipy.sparse import * n = 20 A = …

02/22/06:

17:32 Ticket #10 (signaltools refers to numpy package but imports it as Numeric) closed by anonymous
fixed
17:31 Ticket #11 (savemat doesn't work) closed by anonymous
fixed
17:26 Ticket #12 (Lib\special\cephes\const.c doesn't compile with Visual Studio) created by fullung@…
When building scipy revision 1618 with Visual Studio .NET 2003, the build …
15:27 Ticket #11 (savemat doesn't work) created by fullung@…
The savemat function in io doesn't work in scipy 0.4.6: The following …
15:24 Ticket #10 (signaltools refers to numpy package but imports it as Numeric) created by fullung@…
From triangular in signaltools.py in SciPy? 0.4.6: […] However, at …

02/19/06:

08:24 Ticket #6 (Scaling of sparse matrices) closed by edschofield@…
fixed: I've now added support for division by a scalar (in SciPy? >= 0.4.6). …

02/16/06:

13:39 Ticket #9 (Porn Spammer on the Wiki) closed by cookedm
fixed: removed
12:11 Ticket #9 (Porn Spammer on the Wiki) created by anonymous
See http://scipy.org/WikiWikiH%C3%A1l%C3%B3 Found this in the …
10:26 Ticket #8 (What are the return values of stats.linregress ?) created by baptiste13@…
Hello, The linregress function in scipy.stats returns a value called …
03:37 Ticket #7 (Addition of zero matrices in csc format failed) created by anonymous
from scipy.sparse import * from scipy import * z = csr_matrix((3,3)) …
02:35 Ticket #6 (Scaling of sparse matrices) created by anonymous
from scipy.sparse import * from scipy import * A = rand(4,4) sparseAcsr …
Note: See TracTimeline for information about the timeline view.