Timeline


and .

02/09/10: Today

02:41 Changeset [6221] by dmitrey.kroshko
scikits.openopt replaced by mere openopt

02/08/10: Yesterday

11:13 Ticket #1111 (optimize.curve_fit does not handle None cov_x from optimize.leastsq ...) created by nilsw
I patched the function as proposed in ##984(if ier not in (1, 2, 3, 4)). A …
09:18 Changeset [6220] by cdavid
BUG: fftn did not call single precision implementation if input was single …
07:19 Ticket #1110 (Mysterious 'end' in ss2tf in ltisys.py) closed by stefan
fixed: Thanks, fixed in r6219. This also pointed to a bug in numpy's poly, fixed …
07:18 Changeset [6219] by stefan
BUG: Remove syntax error in little used branch of ss2tf.
03:46 Changeset [6218] by stefan
bug: Avoid accidentally using other numpy installations by prepending …
03:19 Changeset [6217] by cdavid
BUG: regenerate cython files with Cython 0.12.1.
03:19 Changeset [6216] by cdavid
TEST: fix sparse unit tests failures. With recent changes to numpy test …

02/07/10:

16:07 Ticket #1110 (Mysterious 'end' in ss2tf in ltisys.py) created by warren
pyflakes found this […] Here's the code, from ss2tf() in ltisys.py: …
01:13 Changeset [6215] by oliphant
Add ability to use arbitrary basis function to Rbf constructor for radial …

02/04/10:

22:31 Changeset [6214] by cdavid
BUG: fix error message for non-square input to arpack.eigen.

02/03/10:

10:44 Ticket #985 (Problem with 1-D hilbert transform on N-D arrays) closed by josefpktd
fixed: this was fixed in r6205 in response to a duplicate ticket of this, …
10:36 Ticket #1093 (signal.hilbert incorrect axis handling for 2d input) closed by josefpktd
fixed: no comment, I'm closing it
10:25 Ticket #1107 (is poisson.pmf OK?) closed by josefpktd
invalid

02/02/10:

23:14 Changeset [6213] by cdavid
BUG: update scons scripts to last numscons.
04:09 Ticket #1109 (Implement complex-order Bessel functions) created by ariel
I have noticed that the Bessel function yv does not accept complex …

02/01/10:

21:35 Changeset [6212] by oliphant
Fix stats.histogram to not use new= keyword of np.histogram.
12:10 Ticket #1108 (scipy.io.loadmat: Unreadable variable "XXX", because "Cannot read matlab ...) created by isb0459
My MAT (version 5) data file contains a structure which has fields …
07:07 Ticket #1107 (is poisson.pmf OK?) created by mkh
from scipy.stats import * x = [0, 1, 2, 4, 5, 6, 7, 8, 9, 10]; #P = …
04:48 Ticket #1106 (Cannot import cKDTree under windows.) created by fpedregosa
Using latest binary from sourceforge. No problem when using KDTree, …

01/31/10:

05:55 Ticket #1105 (Logarithmic chirp frequency sweep incorrect) created by johntryan
The algorithm used to calculate the frequency sweep in waveforms.py is …

01/28/10:

20:20 Changeset [6211] by cdavid
ENH: improve error message for unsupported dtype in lfilter.
09:51 Ticket #1104 (Scipy breaks object deletion when imported from a method) created by stephaned
Hi, With the following code: […] Here is the output: […] The app …
08:41 Ticket #1103 (wrong call PyArg_ParseTuple in __quadpack.h causes memory errors) created by neinhues
the quadpack.h wrapping file calls PyArg?_ParseTuple in various places. …

01/26/10:

02:41 Ticket #1102 (crash in sigtools.pyd on 64-bit Python 2.6 for Windows) created by cjgohlke
test_signaltools.TestMedFilt? fails with a memory allocation error or …

01/25/10:

13:11 Ticket #1101 (Bad complex return values for linalg.lstsq) created by nils
See http://projects.scipy.org/numpy/ticket/937

01/23/10:

07:52 Ticket #1100 (scipy.stats.spearmanr does not work correctly with ties, docstring does ...) created by sickbock
During an analysis of EEG data, I discovered a lot of correlations using …

01/22/10:

13:19 Ticket #1099 (yet another RuntimeError: more argument specifiers ... but now for ...) created by yarikoptic
Having scipy 0.7.1 and numpy 1.3.0 under Python 2.6.1 (r261:67515, Dec 5 …
08:22 Changeset [6210] by josef
stats.anderson: quickfix to gumbel, use fit to estimate loc,scale, no …

01/21/10:

20:58 Ticket #1098 (nanmedian) created by kwgoodman
I noticed a couple of issues with nanmedian in scipy.stats: […] …
18:37 Ticket #1097 (stats.anderson wrong results for gumbel?) created by josefpktd
the results of stats.anderson for gumbel don't look correct Unless it is …
10:26 Ticket #1096 (tf2ss and "Improper transfer function.") created by jary
Hello. I found a bug in tf2ss(). The length of numerator was computed …

01/20/10:

22:37 Changeset [6209] by cdavid
DOC: convert leastq doc to NumPy? docstring format.
21:22 Ticket #1095 (scipy.io.savemat does not work on dictionaries) created by juli
I tried the example from the documentation to save a python dictionary as …
03:13 Ticket #1094 (Build succeeds but "from scipy import integrate" fails) closed by pv
invalid: Added a remark on that in the build instructions.

01/18/10:

10:51 Ticket #1094 (Build succeeds but "from scipy import integrate" fails) created by lebigot
Numpy 1.5.0.dev8073 and Scipy 0.8.0.dev6208 build with no error on my …
03:53 Changeset [6208] by pearu
Fix leastsq when used with improper inputs: catching N<=M violation and …

01/17/10:

23:20 Changeset [6207] by josef
discrete distributions use floats in _drv2_moment, ticket:1069
23:07 Ticket #1088 (signal.convolve wrong variable names) closed by josefpktd
fixed: r6206
23:06 Changeset [6206] by josef
signal.correlate correct typo in exception ticket:1088
22:56 Changeset [6205] by josef
signal hilbert: correction to axis handling, new axis argument, with …
04:48 Ticket #1070 (test_lambertw.test_values segfaults) closed by pv
fixed: Was fixed in r6161; nils checked …

01/16/10:

23:24 Ticket #1093 (signal.hilbert incorrect axis handling for 2d input) created by josefpktd
signal.hilbert returns incorrect results if the input matrix is 2d. …
22:58 Ticket #1092 (gaussian_kde add keyword for bandwith) created by josefpktd
gaussian kde does not allow to set the bandwith to be set directly. …
04:29 Changeset [6204] by jarrod.millman
replace webup with upload
04:29 Changeset [6203] by jarrod.millman
remove unneeded variable

01/15/10:

21:36 Changeset [6202] by jarrod.millman
added upload to Makefile
10:28 Ticket #1091 (fftconvolve very slow for some numbers of points) created by lebigot
signal.fftconvolve() is fast when convolving two 20,000 element lists, but …

01/14/10:

23:21 Changeset [6201] by jarrod.millman
fix title and add webup to make
22:53 Changeset [6200] by jarrod.millman
adding pages for listing past conferences and proceedings
22:48 Changeset [6199] by jarrod.millman
adding intersphinx conf, which I mistakenly deleted earlier
22:41 Changeset [6198] by jarrod.millman
finish prototype for main conference site
13:16 Ticket #1090 (Corrupted data when using io.loadmat with format='5' and an array of ...) created by npinto
Using 0.7.1 I'm getting: […]
03:30 Changeset [6197] by jarrod.millman
forgot to check this in earlier
03:24 Changeset [6196] by jarrod.millman
use scipy theme for the conference site
03:06 Changeset [6195] by jarrod.millman
remove garbled text
03:03 Changeset [6194] by jarrod.millman
cleaning up
02:54 Changeset [6193] by jarrod.millman
reorganizing theme layout
02:50 Changeset [6192] by jarrod.millman
scipy theme dir
02:49 Changeset [6191] by jarrod.millman
theme dir
02:43 Changeset [6190] by jarrod.millman
trying to create a theme

01/13/10:

22:56 Changeset [6189] by jarrod.millman
cleaning up
22:49 Changeset [6188] by jarrod.millman
deleting old directories
22:41 Changeset [6187] by jarrod.millman
continuing to reorder
22:39 Changeset [6186] by jarrod.millman
starting to reorder directory structure
22:27 Changeset [6185] by jarrod.millman
initial quickstart sphinx instance
22:24 Changeset [6184] by jarrod.millman
conference folder
22:21 Changeset [6183] by jarrod.millman
preparing to add conference site
Note: See TracTimeline for information about the timeline view.