Re: [OctDev] new version of octcdf 1.1.3

2012-02-09 Thread Carnë Draug
On 9 February 2012 19:51, Alexander Barth wrote: > Hi all, > > I have release octcdf 1.1.3. It fixes a bug which makes it crash with octave > 3.6.0.  Thanks to John W. Eaton for his insight to fix this issue. > > I've just posted it in the package forum > (https://sourceforge.net/apps/phpbb/octave

Re: [OctDev] Adding MATLAB cellmode support to your Octave "publish" function.

2012-02-09 Thread fotios
On 02/05/2012 10:13 PM, Mark wrote: > Hello Fotios, > >My name is Mark Stanley and I'm using Octave in my MATLAB course. My > professor requires that we use > MATLAB's cell mode for doing our homework and then we have to publish it to > html. > > I tried using your publish.m but there were

[OctDev] new version of octcdf 1.1.3

2012-02-09 Thread Alexander Barth
Hi all, I have release octcdf 1.1.3. It fixes a bug which makes it crash with octave 3.6.0. Thanks to John W. Eaton for his insight to fix this issue. I've just posted it in the package forum ( https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=4). Please upload it to the server. B

Re: [OctDev] Thoughts on a new package for continuous wavelet transforms ...

2012-02-09 Thread Robert T. Short
On 02/08/2012 11:56 AM, Dr. Alexander Klein wrote: > Dear list, > > for quite some time I've kept the software I wrote for my PhD spinning on my > hard drive. It's a library that provides two main functionalities: > > - Sampled continuous wavelet transforms, along with two flavours of > continuou

[OctDev] Incorrect packaging of pt_br package

2012-02-09 Thread Michael Goffioul
Hi, The pt_br package seems incorrectly packaged. It contains .svn/ directories and the translated files are not at the correct location (in help/octave/ instead of inst/). Michael. -- Virtualization & Cloud Management U

[OctDev] control-2.2.5 released in package forum - please upload

2012-02-09 Thread Lukas Reichlin
Hi all, I've just posted control-2.2.5 (SVN Revision 9600) in the package forum [1]. Please upload it to the server. The changes are listed in the NEWS file [2]. The notice for http://octave.sourceforge.net/ February 9, 2012 control-2.2.5 released Best regards Lukas [1] http://sourceforge

[OctDev] TSA package not installable from the web

2012-02-09 Thread Michael Goffioul
When I use: pkg install -forge tsa at octave prompt, it fails to download the package. This is due to the pkg.m script expecting package extension to .tar.gz, but the tsa package is stored in sourceforge with .tgz extension. Michael. -