[OctDev] geometry -1.1 or geometry-1.1.0?

2011-10-05 Thread Stephen Montgomery-Smith
When I install geometry-1.1, and then I run "pkg list" under octave, it is listed as geometry-1.1.0. And it is listed in /usr/local/share/octave/packages as geometry-1.1.0. Is this a one time inconsistency? Or can I generally presume that package-x.y is identical to package-x.y.0? This is cr

Re: [OctDev] PKG data-smoothing error

2011-10-05 Thread Carnë Draug
2011/10/2 Martin Helm : > Am Sonntag, den 02.10.2011, 22:18 +0100 schrieb Carnë Draug: >> On 2 October 2011 22:05, Juan Pablo Carbajal wrote: >> > The package data-smoothing seems broken >> > >> > Octave version 3.4.3-rc0 >> > >> >> x = linspace(0,1,100).'; >> >> y = x.^2 + 0.1*(2*rand(100,1)-1);

Re: [OctDev] mechanics-1.1.0 released

2011-10-05 Thread Carnë Draug
On 5 October 2011 17:40, Juan Pablo Carbajal wrote: > Hi, > Files and documentation in the release forums. Please upload > https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=2 Uploaded. Carnë -- All the data

[OctDev] mechanics-1.1.0 released

2011-10-05 Thread Juan Pablo Carbajal
Hi, Files and documentation in the release forums. Please upload https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=2 NEWS http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/mechanics/doc/NEWS?view=markup&pathrev=8676 Suggestions to speed up verlet code, very welcome. --

[OctDev] [PKG odepkg] Potential bug in events

2011-10-05 Thread Juan Pablo Carbajal
Hi, I am having problems with code that runs in matlab but doesn't run in Octave. A mock up is here http://agora.panocha.org.mx/snippet/N9sG/ Basically is a dynamical system with terminal events. At this event the system must change and I am accumulating all the states and the time vector. As you c