[OctDev] quaternion-2.0.0 released in package forum - please upload

2012-03-27 Thread Lukas Reichlin
Hi all, I've just posted quaternion-2.0.0 (SVN Revision 10077) 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/ March 28, 2012 quaternion-2.0.0 released Best regards Lukas [1] http://sourc

[OctDev] Missing file in tsa

2012-03-27 Thread Rafael Laboissiere
While building the tsa package for Debian (upcoming release 4.2.2-1), I noticed that the function flag_implicit_skip_nan, called by sumskipnan, is missing. Please, fix this problem in the next release of the package. Rafael

Re: [OctDev] Getting package installation prefixes

2012-03-27 Thread c.
On 27 Mar 2012, at 20:40, Philip Nienhuis wrote: > Only partly, that goes only to the subdir. Inside, there's > another one. To get there you'll need to get info from octave_config_info, as > outlined in my post from yesterday. I might be confused by the name but I think archprefix was intend

Re: [OctDev] Getting package installation prefixes

2012-03-27 Thread Philip Nienhuis
c. wrote: > > On 27 Mar 2012, at 20:10, Philip Nienhuis wrote: > >>> b = a (cellfun(@(x) ismember (x.name, pkg_names), a, "unif", true)); >> >> ...which has many variations. One probably could even make this into a >> two-liner. >> >> But how does this help to get the full path to the arch-depende

Re: [OctDev] Extending the functionality of the splines package

2012-03-27 Thread Nir Krakauer
Good point. Adding cross-references might be useful. 2012/3/27 Carnë Draug : > There is also the data-smoothing package. I have made a new release of > it just a while ago. > > Carnë -- This SF email is sponsosred by: Try

Re: [OctDev] Getting package installation prefixes

2012-03-27 Thread c.
On 27 Mar 2012, at 20:10, Philip Nienhuis wrote: >> b = a (cellfun(@(x) ismember (x.name, pkg_names), a, "unif", true)); > > ...which has many variations. One probably could even make this into a > two-liner. > > But how does this help to get the full path to the arch-dependent .oct > install

Re: [OctDev] Extending the functionality of the splines package

2012-03-27 Thread Carnë Draug
On 27 March 2012 18:59, Nir Krakauer wrote: > Given that spline-gcvspl is non-free due to license issues in its > central program, it seems like the splines package is a good place to > include smoothing spline capabilities too. Accordingly, I added a > csaps function to it in the SVN repository.

Re: [OctDev] Getting package installation prefixes

2012-03-27 Thread Philip Nienhuis
c. wrote: > > On 26 Mar 2012, at 19:56, Philip Nienhuis wrote: > >> I already made the pkg_info function I mentioned in an earlier post >> (attached); came in handy for my own purposes too. It doesn't accept cell >> args yet (to query multiple packages) but that might be added later. >> >> Using

[OctDev] Extending the functionality of the splines package

2012-03-27 Thread Nir Krakauer
Given that spline-gcvspl is non-free due to license issues in its central program, it seems like the splines package is a good place to include smoothing spline capabilities too. Accordingly, I added a csaps function to it in the SVN repository. This function doesn't yet have all the features of th

Re: [OctDev] Octave 3.6 installation problem

2012-03-27 Thread Jordi Gutiérrez Hermoso
On 27 March 2012 12:16, Johan Beke wrote: > Ok. I'm was trying to build from source. I have some problems with the > dependencies. issued  sudo build-dep octave3.x but this gives an error that > there are no src URI. Does anyone know the correct source uri? Look at your deb lines in /etc/apt/sour

Re: [OctDev] Octave 3.6 installation problem

2012-03-27 Thread Johan Beke
Ok. I'm was trying to build from source. I have some problems with the dependencies. issued sudo build-dep octave3.x but this gives an error that there are no src URI. Does anyone know the correct source uri? Johan > Date: Mon, 26 Mar 2012 19:52:52 +0200 > Subject: Re: [OctDev] Octave 3.6 ins

Re: [OctDev] Conference poster

2012-03-27 Thread Stuart Edwards
On Mar 26, 2012, at 1:49 PM, Jordi Gutiérrez Hermoso wrote: > Hi, based on Fotios's design, I tried to make a conference poster: > >http://jordi.platinum.linux.pl/piccies/octave-poster.png > > The source is here, if you want to modify it: > >http://jordi.platinum.linux.pl/octave/octave

Re: [OctDev] [Pkg-octave-devel] Status of octave-splines

2012-03-27 Thread Rafael Laboissiere
* Nir Krakauer [2012-03-26 13:50]: > I committed a patch to csape to the SVN repository. Now it passes all the > tests. Thanks a lot. I updated the new Debian package and it will be uploaded soon, hopefully. Rafael -

Re: [OctDev] Non-negative matrix factorization

2012-03-27 Thread Juan Pablo Carbajal
On Fri, Mar 9, 2012 at 4:52 PM, Juan Pablo Carbajal wrote: > On Fri, Mar 9, 2012 at 1:13 PM, Juan Pablo Carbajal > wrote: >> Hi, >> Is there routines in Octave to do this? >> http://en.wikipedia.org/wiki/Non-negative_matrix_factorization >> >> I got the hand on several packages that are distribu

Re: [OctDev] PKG TISEAN

2012-03-27 Thread Lukas Reichlin
On 25.03.2012, at 16:51, Juan Pablo Carbajal wrote: > Hi everybody, > > I am starting the port of the TISEAN package > http://www.mpipks-dresden.mpg.de/~tisean/Tisean_3.0.1/index.html > > I have already a version using the system interface (as explained in > TISEAN for Matlab, but better encapsu