Timeline
03/11/06:
- 04:10 Ticket #36 (remove obsolete imports of numpy.fastumath) closed by
- fixed: Fixed. Thanks!
- 03:43 Ticket #36 (remove obsolete imports of numpy.fastumath) created by
- 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
- fixed
- 07:47 Ticket #20 (further optimize.anneal fixes) closed by
- fixed: Applied fixes except for self.lower and self.upper
- 07:38 Ticket #32 (code cleanup for signal/ltisys.py) closed by
- fixed
- 07:37 Ticket #31 (code cleanup for signal/filter_design.py) closed by
- fixed
- 07:36 Ticket #29 (code cleanup for linalg/matfuncs.py) closed by
- fixed
- 07:34 Ticket #28 (code cleanup for linalg/lapack.py) closed by
- fixed
- 07:33 Ticket #27 (code cleanup for linalg/decomp.py) closed by
- fixed
- 07:32 Ticket #26 (code cleanup for linalg/blas.py) closed by
- fixed
- 07:31 Ticket #25 (code cleanup for linalg/basic.py) closed by
- fixed
- 07:30 Ticket #24 (code cleanup for stats/kde.py) closed by
- fixed
- 07:29 Ticket #22 (code cleanup for stats/morestats.py) closed by
- fixed
- 07:28 Ticket #21 (code cleanup for stats/distributions.py) closed by
- fixed
- 07:24 Ticket #33 (code cleanup for signal/signaltools.py) closed by
- fixed
- 07:20 Ticket #30 (code cleanup for signal/bsplines.py) closed by
- fixed
- 05:56 Ticket #23 (code cleanup for stats/stats.py) closed by
- 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
- 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
- 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
- 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
- patch attached to fix * remove unused imports * change tabs to spaces …
- 07:00 Ticket #32 (code cleanup for signal/ltisys.py) created by
- patch attached to fix * typo (ValueErrro? -> ValueError?) * remove unsed …
- 06:56 Ticket #31 (code cleanup for signal/filter_design.py) created by
- patch attached to fix * use of tabs instead of spaces * incorrect …
- 06:50 Ticket #30 (code cleanup for signal/bsplines.py) created by
- patch attached to fix * use of tabs instead of spaces
- 06:42 Ticket #29 (code cleanup for linalg/matfuncs.py) created by
- patch attached to fix * remove unused code * remove unused imports
- 06:36 Ticket #28 (code cleanup for linalg/lapack.py) created by
- patch attached to fix * used of deprecated string module (split) * …
- 06:26 Ticket #27 (code cleanup for linalg/decomp.py) created by
- patch attached to fix * incorrect indentation * remove unused variable …
- 06:17 Ticket #26 (code cleanup for linalg/blas.py) created by
- patch attached to fix * use of deprecated string module (split)
- 06:10 Ticket #25 (code cleanup for linalg/basic.py) created by
- patch attached to fix * type (ValuError? -> ValueError?) * remove unused …
- 00:25 Ticket #24 (code cleanup for stats/kde.py) created by
- patch attached to fix: * use of tabs instead of spaces
- 00:20 Ticket #23 (code cleanup for stats/stats.py) created by
- patch attached to fix * large blocks with incorrect indentation (either …
- 00:06 Ticket #22 (code cleanup for stats/morestats.py) created by
- 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
- patch attached to fix * remove unused imports * add missing imports * …
- 19:08 Ticket #20 (further optimize.anneal fixes) created by
- Attached is a patch to fix some outstanding issues with anneal.py * The …
- 18:10 Ticket #16 (optimize.anneal needs fixing) closed by
- fixed
- 05:19 Ticket #19 (Addition of sparse matrices) created by
- 02:11 Ticket #18 (Norm of sparse matrices) created by
- linalg.norm(A) where A is a sparse matrix is not supported yet. A …
- 02:04 Ticket #17 (Complex sparse matrices) created by
- Traceback (most recent call last): File "sparse_test.py", line 12, in ? …
- 01:27 Ticket #16 (optimize.anneal needs fixing) created by
- The code in optimize.anneal is broken in a number of ways, up to and …
03/04/06:
03/03/06:
- 14:45 ListOfLibrariesToUpgrade edited by
- moved to LibrariesToUpgrade (diff)
- 14:45 ListOfLibrariesToUpgrade edited by
- moved to LibrariesToUpgrade (diff)
- 14:44 LibrariesToUpgrade created by
- 14:44 LibrariesToUpgrade created by
- 14:44 Ticket #15 (Upgrade cephes library to 2.8) created by
- See LibrariesToUpgrade; we're using 2.4, current version is 2.8 at …
- 14:44 WikiStart edited by
- (diff)
- 14:44 WikiStart edited by
- (diff)
- 14:41 ListOfLibrariesToUpgrade created by
- 14:41 ListOfLibrariesToUpgrade created by
- 14:31 WikiStart edited by
- (diff)
- 14:31 WikiStart edited by
- (diff)
03/02/06:
- 14:55 Ticket #14 (scipy.io.loadmat v7 support) created by
- 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
- 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
- fixed
- 17:31 Ticket #11 (savemat doesn't work) closed by
- fixed
- 17:26 Ticket #12 (Lib\special\cephes\const.c doesn't compile with Visual Studio) created by
- When building scipy revision 1618 with Visual Studio .NET 2003, the build …
- 15:27 Ticket #11 (savemat doesn't work) created by
- 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
- 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
- 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
- fixed: removed
- 12:11 Ticket #9 (Porn Spammer on the Wiki) created by
- 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
- 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
- from scipy.sparse import * from scipy import * z = csr_matrix((3,3)) …
- 02:35 Ticket #6 (Scaling of sparse matrices) created by
- from scipy.sparse import * from scipy import * A = rand(4,4) sparseAcsr …
Note: See TracTimeline
for information about the timeline view.
