[OctDev] new packages uploaded and comments on the release procedure / sourceforge website

2010-02-09 Thread c.
isappointed) in the index page as soon All the best, c. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose fle

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-09 Thread c.
instructions at http://octave.sourceforge.net/packages.php to upload your code to SVN and then make a release c. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and th

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-13 Thread c.
On 12 Feb 2010, at 20:10, José Luis García Pallero wrote: > 2010/2/9 c. : >> I have added you to the developers, >> please follow the instructions at >> http://octave.sourceforge.net/packages.php >> to upload your code to SVN and then make a release >> c. > &

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-13 Thread c.
and the package is so big. Can someone cancel my operation. If you just want a file to be removed from the latest SVN revision, you can do this yourself using svn rm svn commit -m'removed files uploaded by mistake' If you want the files to disappear from histo

Re: [OctDev] Directory structure of ocs

2010-05-24 Thread c.
com/fhs/ I'll have a look at the link and see if it helps me find out a way around this problem > Thomas c. -- ___ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: [OctDev] Directory structure of ocs

2010-05-24 Thread c.
On 24 May 2010, at 20:12, Thomas Weber wrote: > On Mon, May 24, 2010 at 06:06:10PM +0200, c. wrote: >> >> On 24 May 2010, at 10:39, Thomas Weber wrote: >> >>> Ignoring the bug report, >> I do not want the bug report to remain ignored, I am willing to help >

Re: [OctDev] Directory structure of ocs

2010-05-24 Thread c.
On 24 May 2010, at 21:51, Judd Storrs wrote: > On Mon, May 24, 2010 at 3:00 PM, c. wrote: >> I tried the same test on my system and the number I see are >> consistent >> with yours. > > Do you mind if I ask how you did this? I've been trying but the timing >

Re: [OctDev] Introducing myself, and a request for SVN access

2010-08-05 Thread c.
ave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge octave-forge cd ~/path/to/your/package/wdir svn export . ~/path/where/you/want/to/put/OF/octave-forge/extra/ dataframe cd ~/path/where/you/want/to/put/OF svn

Re: [OctDev] io package updated

2010-08-25 Thread c.
elay. > > Søren Thanks for taking care of this, sorry I couldn't do it myself but the first days after coming back from holidays have been quite busy. c. -- Sell apps to millions through the Intel(R) Atom

Re: [OctDev] A paper on evaluation of free mathematical software

2010-09-05 Thread c.
2-duo macbook running OS X 10.5.8 and Octave.app 3.2.3. My guess is that those guys somehow got a version of Octave linked to a poor implementation of BLAS/LAPACK HTH, c. P.S. tests from the statistics section are missing as I went out of time, sorry --8<--- %%

Re: [OctDev] Use of MATLAB Central (was Re: GPL violations)

2010-09-05 Thread c.
amed "license.txt" containing a BSD license I beleive this was done to comply with the new TMW ToS, but, as the uploader of the package is NOT the copyright holder, This is clearly in violation of the terms of GPL. Does any of you have suggestions about how to react to this violat

Re: [OctDev] Fwd: A paper on evaluation of free mathematical software

2010-09-15 Thread c.
Dear Juan Pablo, The email of the author of the paper is not included in your post, so please forward my replies below to him. On 15 Sep 2010, at 10:51, Juan Pablo Carbajal wrote: > Moreover, about the online documentation, with online documentation we > do not mean that there is no available ma

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
t/msh/function/msh2m_topological_properties.html just one question, why are you using a matrix full of NaNs and not a cell-array to store p2T? I think using p2T would make it very easy to write a vectorised version of 'point2triag'... c. -

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
Hi, On 21 Oct 2010, at 13:25, JuanPi wrote: > Hi c. > > Thanks a lot for the pointer. Indeed I am working with triangular > meshes. > > In my experience dealing with cells is very slow, so I try to avoid > them. > > I need this function to speed up queries

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
On 21 Oct 2010, at 15:20, JuanPi wrote: > Hi c. > > It may be that there is a difference. I cannot fully understand the > way you use the ismember function. To me, it looks you are comparing a > matrix with integer numbers (the triangle vertices) against a logical > matrix

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
On 21 Oct 2010, at 16:01, JuanPi wrote: > Hi c. > > Thanks for the code I will test and learn more about the msh package. > > For sure I will contribute my code, I was thinking of making a > package, but if it can be merged to an existing one, that is great. > > JPi

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 14:53, depuis wrote: > A new version of dataframe has been uploaded to > http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 > > Improvments: > - don't choke when reading CSV files with empty fields > - basic operations (+,-,*,/,\) as well as dotted equivalent (.*, ...)

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 16:40, Pascal Dupuis wrote: > 2010/10/29 c. : > > >> As I already wrote in the forum, >> the package tarball is built incorrectly, >> it includes .svn directories which should not be there. >> To make sure this does not happen, you should do &

Re: [OctDev] dataframe-0.8 released

2010-11-09 Thread c.
rame package is missing an INDEX file, I added an example INDEX, please edit it to add more categories if you so deem necessary and try generating the docs once again. c. -- The Next 800 Companies to Lead America's Growth: Ne

Re: [OctDev] savevtk

2010-11-15 Thread c.
ms solution 2) as many functions to output in third party file formats are in 'io' maybe the vtk functions should also go there solution 3) 'fpl' is composed of 3 different sets of functions: [a] functions to output data in external file formats (.vtu and .dx) [b] wrappers for con

Re: [OctDev] savevtk

2010-11-16 Thread c.
scripts > are of little general use we should invest our time in more urgent stuff. > Someone more knowledgeable in the field of vtk ...dx should have a say > here. Please? > Philip c. -- Beautiful is

Re: [OctDev] savevtk

2010-11-19 Thread c .
On 18 Nov 2010, at 10:58, octave-maintainers-requ...@octave.org wrote: > > Message: 2 > Date: Wed, 17 Nov 2010 22:53:58 +0100 > From: Philip Nienhuis > Subject: Re: savevtk > To: Levente Torok > Cc: octave-maintain...@octave.org > Message-ID: <4ce44ef6.5030...@hccnet.nl> > Content-Type: text/p

Re: [OctDev] Octave-Forge note to users of Mac OS X 10.6 also applies to latest update 10.5.8

2010-11-19 Thread c.
particular binary distribution of octave which is distributed via octave-forge and is not related to octave itself, so the correct place to discuss this issue would have been on the octave-forge mailing list: o

Re: [OctDev] savevtk

2010-11-19 Thread c.
ne already in fpl uses an unstructured tetrahedral grid. > and > save_vector_field_vtk again this name says nothing about the kind of grid you are using. Anyway I can use this names for the moment until we think about something better. > Thanks for all th

Re: [OctDev] got message back I did not send

2010-12-15 Thread c.
likely a problem with SF, I received yesterday similar messages for posts I had sent to other SF mailing lists around 2 months ago. > Søren c. -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connec

Re: [OctDev] rpm packaging of octave packages

2010-12-23 Thread c.
have something like pkg build -rpm package_name-version.tar.gz and pkg build -deb package_name-version.tar.gz directly in pkg.m? > Søren c. -- Learn how Oracle Real Application Clusters (RAC) One Node allows cu

Re: [OctDev] pdeplot

2010-12-23 Thread c.
> I could offer a simple opengl C++ function to do this. > I have a highly > inefficient implementation on octave using patches, but only works for > 2D triangulations and the coloring is flat (unless somebody tells me > how to fill patches with interpolated colors) the reason why pat

Re: [OctDev] About sces2d and bim packages

2011-01-10 Thread c.
s of Si and SiO2 so if you want to consider a different material you will have to modify the file costants.m and re-generate constants.mat HTH, c. PNDIODE_data.m Description: Binary data PNDIODE_IV.m Description: Binary data PNDIODE.m D

Re: [OctDev] Registration for fuzzy logic package

2011-01-17 Thread c.
er do "pkg install" themselves so why should users of categories 1,2,3 also download your .dll file? c. -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avo

Re: [OctDev] Registration for fuzzy logic package

2011-01-18 Thread c.
see, so my suggestion is to just remove the DLL from the package and declare it an external dependency, while to provide windows users with a ready-to-use package you should add your package to the precompiled packages in the windows installer, I think other packages do the same. would that be ok for y

Re: [OctDev] Registration for fuzzy logic package

2011-01-18 Thread c.
I think if you contact him directly he can give you more details. c. -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impac

Re: [OctDev] enable users to download older package versions

2011-01-23 Thread c .
ey are all there already, they are just sorted by date of release rather than by version number. Also notice that typing: http://downloads.sourceforge.net/octave/-.tar.gz?download sourceforge will redirect you to the correct location of any old package release. c. -

Re: [OctDev] Registration for fuzzy logic package

2011-01-28 Thread c.
ts by other users about the usefulness of these functions. If no-one objects, though, I'll add you to the octave-forge developers during the weekend so that you can commit to the repository. c. 1) should probably remove fl-core-1.0/Makefile fl-core-1.0/configure that seem to do nothing inte

Re: [OctDev] Registration for fuzzy logic package

2011-02-04 Thread c.
On 4 Feb 2011, at 09:46, Gianvito Pio wrote: > Hello, > any news for us? > > Thanks Sorry, real life issues kept me away from Octave stuff lately. I'll add you ASAP, can you remeind me what is y

Re: [OctDev] Registration for fuzzy logic package

2011-02-04 Thread c.
On 4 Feb 2011, at 11:06, Gianvito Pio wrote: > @Carlo: my SF username: gianvito . My colleague SF username: Piero Molino. Gianvito, I added you as a developer, as soon as your colleaugue will have some code to check-in we can add him too. > Thank

Re: [OctDev] Registration for fuzzy logic package

2011-02-07 Thread c.
ps/phpbb/octave/viewtopic.php?f=1&t=46&p=86#p86>) c. --- Hi, The package is already uploaded and can be accessed via: http://sourceforge.net/projects/octave/ ... z/download I cannot update the web pages right now though as, due to a recent attack [1], SF have disabled their shell serv

Re: [OctDev] Registration for fuzzy logic package

2011-02-07 Thread c.
same group can delete and change stuff on the website. how can I distinguish permissions for files from those for directories? c. -- The modern datacenter depends on network connectivity to access resources and provide

Re: [OctDev] Registration for fuzzy logic package

2011-02-07 Thread c.
On 7 Feb 2011, at 13:23, Andy Buckle wrote: > Sorry, I am far from an expert on these things. I don't know the answer. OK, thanks anyway for the hint, I'll try to learn a bit more about rsync myself and see if I

Re: [OctDev] FYI: control-2.0.0 released in package forum - please upload

2011-02-09 Thread c.
> Lukas The shell service at SF is now up again, so I was able to do the update c. -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happ

Re: [OctDev] Question about Precompiled Octave For MAC

2011-02-17 Thread c.
lled to display graphics; if you have > gnuplot installed in a non-standard location, see the 'gnuplot_binary' > function > > > Is there a way that I can get Gnuplot to work from Octave from precompiled > binaries. > > Thanks. &g

Re: [OctDev] Patch for optim-1.0.15

2011-02-23 Thread c.
to be sure he does notice your message. c. -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your ap

Re: [OctDev] 2D simulation of semiconductor device

2011-02-24 Thread c.
A to convert it. > Again, thank you for your help, and we would be pleased if we collaborate. > > Yours Sincerely, > > Anis DJEDIDI > anis.djed...@polytechnique.edu HTH, c. -- Free Software Downlo

Re: [OctDev] 2D simulation of semiconductor device

2011-02-24 Thread c.
Sorry, but I did not understand the expression a PITA Well, it is an acronym commonly used in online discussions, put politely it means "a major annoyance" see here for the literal meaning: http://www.urbandictionary.com/define.php?term=PITA c. --

Re: [OctDev] 4 packages submitted to release forum

2011-02-25 Thread c.
On 25 Feb 2011, at 11:59, Olaf Till wrote: > Hi, > > could someone please release these submitted packages: > > - parallel-2.0.5 > > - struct-1.0.9 > > - miscellaneous-1.0.11 > > - optim-1.0.16 > > Thanks, Olaf done. can you pl

Re: [OctDev] 4 packages submitted to release forum

2011-02-25 Thread c.
ackages.php> and <http://octave.sourceforge.net/miscellaneous/index.html> both link to: <http://downloads.sourceforge.net/octave/miscellaneous-1.0.11.tar.gz?download> > The others seem to work. > > Olaf c. -- F

Re: [OctDev] io-1.0.14 release

2011-03-04 Thread c.
On 4 Mar 2011, at 18:02, Philip Nienhuis wrote: > Anyway, done, just posted the stuff to the package release forum. > Hopefully all is OK now. I update the web docs for io, thanks! c. -- What You Don't Know

Re: [OctDev] control-2.0.1 released in package forum - please upload

2011-03-06 Thread c.
, 2011 > New release of the package: > > control-2.0.1 > > > > Best Regards, > Lukas > > [1] > http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 > > [2] > http://octave.svn.sf.net/viewvc/octave/trunk/octa

Re: [OctDev] control-2.0.2 released in package forum - please upload

2011-03-20 Thread c.
, 2011 > New release of the package: > control-2.0.2 > > > > Best Regards, > Lukas uploaded, thanks! c. -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your

Re: [OctDev] PLOT broken in octave 3.4?

2011-03-22 Thread c.
ng? > > The error holds if I use graphics_toolkit('fltk') > > Thank you very much This sounds like a problem you have with Octave itself, not with an Octave-Forge package so you should rather discuss it on rather than on this list. Anyway I cannot reproduce your erro

Re: [OctDev] Can't compile mercurial source

2011-03-22 Thread c.
c to Octave-Forge. Not all people who are on those lists follow Octave Forge so you will probably find more people who are able/willing to help there. c. -- Enable your software for Intel(R) Active Management Technology

Re: [OctDev] new optiminterp-0.3.3

2011-03-25 Thread c.
On 25 Mar 2011, at 11:06, Alexander Barth wrote: > Hi all, > > I updated optiminterp. In this release an openmp directive was fixed. > https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=9 > > Cheers, > Alex I uploaded the new release, thaks! c. P.S. pleas

Re: [OctDev] gnuplot does not work with octave

2011-03-27 Thread c.
he whole session is as follows: Have you tried the instructions in the README for Octave.app? <http://sourceforge.net/projects/octave/files//Octave%20MacOSX%20Binary/2009-10-03%20binary%20of%20Octave%203.2.3/README_OSX1065.txt/view> These are shown

Re: [OctDev] Request to join project "octave" - reg

2011-03-31 Thread c.
Octave-Forge developers mailing list: . The general policy is to take into consideration only requests that have the code to be contributed as an attachment and to peridically remove inactive developer accounts. If you refer to Octave itself, you should make your request through th

Re: [OctDev] Testing releases

2011-04-14 Thread c.
s was even discussed on the developers list some time ago. I might implement this feature myself but it would take very long as I am very busy lately, so please feel free to beat me to it ;) c. -- Benefiting from Server Vi

Re: [OctDev] request to register as a developer

2011-04-15 Thread c.
ho might give better comments on this. c. -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce co

Re: [OctDev] Octave MacOS package, funky or necessary?

2011-04-18 Thread c.
the last time I looked at it, the main idea is to build Octave using the standard UNIX toolchain and then rely on platypus <http://www.sveinbjorn.org/platypus> to create the actual application bundle. > Thank you for your time Thank you for your interest in contributing to Octave! c. -

Re: [OctDev] request to register as a developer

2011-04-18 Thread c.
t;>>> >>>>>>>> Thank you. >>>>>>>> >>>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Thanks for your contribution to Octave Forge! >>>>

Re: [OctDev] request to register as a developer

2011-04-18 Thread c.
closely to Octave coding standards, as described here: <http://www.gnu.org/software/octave/doc/interpreter/Octave-Sources-_0028m_002dfiles_0029.html#Octave-Sources-_0028m_002dfiles_0029> this is not mandatory, though, as the policy about this in O

Re: [OctDev] kleening up list of active developers

2011-04-19 Thread c.
it since the specified date. > > Carnë Thanks, that is very useful! Do you think it would be possible to modify it so that it lists users that did NOT commit since a given date? c. -- Benefiting from Server Virtualiz

Re: [OctDev] kleening up list of active developers

2011-04-19 Thread c.
here is even a remote chance they'd like to contribute again I'd like to leave the door open ;) > Søren > > P.S. Thanks for thinking of these things. I'm currently finishing my > PhD, so Octave-time is practically non-existi

Re: [OctDev] request to register as a developer

2011-04-21 Thread c.
s of the packages, so let's just keep things as they are. c. -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Vir

Re: [OctDev] [Octave-tracker] [ octave-Bugs-3292411 ] Failing tests in odepkg 0.6.12

2011-05-02 Thread c.
gt; EXIT OF RADAU AT X= 0.2671E+01 > EXIT OF RADAU5 AT X= 0.2496E+01 > EXIT OF RADAU5 AT X= 0.2496E+01 > EXIT OF RODAS AT X= 0.2499E+01 > EXIT OF RODAS AT X= 0.2499E+01 > EXIT OF SEULEX AT X= 0.2665723D+01 H= 0.4191942D+00 > EXIT OF SEULEX AT X= 0.2665723D+01 H= 0.4191942D+00 >

Re: [OctDev] Where to find msh 1.0.2?

2011-05-03 Thread c.
, > msh 1.0.2 is not in the list of individually released packages. > > Thanks > Thomas I don't know how this happened, but I re-uploaded the package it should be working now. Thanks, c. --

Re: [OctDev] New version of OctPROJ package

2011-05-23 Thread c.
lel mercurial repository? anyway it would be better in order to avoid installing useless files on users' machines to remove this directory from the released package. Thanks for your contribution, c. ------ What Every C/

Re: [OctDev] New version of OctPROJ package

2011-05-24 Thread c.
On 23 May 2011, at 23:14, José Luis García Pallero wrote: > > The uue'd files are uploaded and the .hg folder deleted I've uploaded the files, thnaks! c. -- vRanger cuts backup time in half-while inc

Re: [OctDev] Error of using imread

2011-06-14 Thread c.
icsMagick support disabled. If you want a version of Octave linked to GraphicsMagick you can either compile it yourself or install MacPorts <http://www.macports.org/> and install Octave via MacPorts <https://trac.macports.org/browser/trunk/dports/math/octave-devel/Portfile>. c.

Re: [OctDev] Package PDF documentation

2011-06-16 Thread c.
mple the mikTex > binaries are probably not in the user's PATH variable it would require either: > > a) asking the user to enter the location of mikTex as a parameter to a > function. > b) bundling the miktex binaries with the package. > c) creating only the Tex files and

Re: [OctDev] fuzzy-logic-toolkit version 0.2.2

2011-06-23 Thread c.
On 23 Jun 2011, at 18:09, L. Markowsky wrote: > Hi, > > I've uploaded version 0.2.2 of the fuzzy-logic-toolkit to the package release > forum. > When you have a chance, would you upload them to the server? > > Many thanks,

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c .
easqr, this is no longer needed. > The remaining point is cell2cell and your patch. Since I wrote > cell2cell (I left in miscellaneous since it can't be replaced by > num2cell in every case (but actually it can be replaced by mat2cell > with some effort)), I'd like to l

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c .
cture of the code so to have a single return (which is the suggested Octave coding style). This alone seemed to do the trick for me so I submitted the patch ;) > Olaf c. -- All of the data generated in your IT in

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c.
dying further to understand the real source of the error is a better approach and encourage you to do so. > Olaf c. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a defin

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c.
sqr now works > Olaf c. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more.

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c.
rdims.resize (2); rdims(0) = 1; rdims(1) = 1; Cell retval (rdims); return octave_value (retval); } so I still do not understand whee the problem lies. I'll report back if I have time to look more into this, but

Re: [OctDev] how to unsubscribe from octave-dev

2011-07-14 Thread c.
n unsubscribe using the web form at: https://lists.sourceforge.net/lists/listinfo/octave-dev see at the bottom of the page, wehere it says "To unsubscribe from Octave-dev, get a password reminder, or change your subscription op

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-07-24 Thread c.
On 24 Jul 2011, at 20:43, Jordi Gutiérrez Hermoso wrote: > On 24 July 2011 11:51, c. wrote: >> I agree that having one separate repository for each separate >> package makes no sense. > > Why not? Essentially they are already like that. The single svn > reposito

Re: [OctDev] Developer of Multicore package

2011-07-25 Thread c.
ld like to be able to change/update > the package for myself. Could you register me as an octave-forge developer? > > Yours > Markus Hi, to do that we need to know your source-forge account name. c. -- Magic Q

Re: [OctDev] Questions about BIM

2011-07-27 Thread c.
rrect? Yes, the extension, though, is quite trivial. For example, given the equation du/dt - d/dx (D du/dx - C u) + R u = f 0 < t < N*T after time semi-discretization with implicit Euler method and a fixed time-step T becomes - d/dx (D d u_i /dx - C u_i) + (R + 1/T) u_i = f +

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-08-07 Thread c.
ge should not use the Octave tracker. Should we > then use another bug tracker hosted at Savannah? If bugs can easily be > moved between the two trackers, then fine by me. If not, I don't see the > point. Has it been determined if it is easy to move bug

Re: [OctDev] [bug #34010] octave-symbolic installed but not working

2011-08-14 Thread c.
unless a new volunteer shows up, the bug isn't likely to be fixed any time soon. You might want also to consider maxima <http://maxima.sourceforge.net/> for doing symbolic computations. c. -- FREE DOWNLOAD - uberSVN wi

Re: [OctDev] Installing error

2011-09-02 Thread c.
use the octave mailing list Octave Help c. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs&

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread c.
bug tracker). Carnë, It seems that more integration with mailing lists is one of the main features of the new version of the tracker on OF: http://sourceforge.net/p/forge/documentation/Tracker%20-%20Beta/ Do you think we should try out this

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-11 Thread c.
Carnë, I just gave you admin access, would you be able to make such changes yourself? I also think the location of the various trackers should be mentioned on the website, can you suggest the appropriate location? > Carnë c. --

Re: [OctDev] Looking for a leader!

2011-09-11 Thread c.
graded Thomas and Carnë to project admins, hope you don't objct that. Personally I volunteer to help doing some of the boring stuff but, as you might have noticed, I do not usually have much time, so for sure I cannot commit to take care of larger projects. > Søren c.

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
al' appears to have a maintainer (Jaroslav), while the others are maintained by 'the community' so this applies only to that one. c. -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn

Re: [OctDev] octave-forge website and tracker

2011-09-14 Thread c.
t is a reasonable approach, as workforce is the main limiting factor, to leave the design decisions to who is willing to do the work to implement them. c. -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Lear

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
they are placed, for the reference. > > Hi, > > I'll commit the functions tonight or tomorrow unless someone reviews > them negatively. > > Carnë Carnë, where do you intend to put these functions? The OP suggested locations that are in Octave-core, not some package i

Re: [OctDev] [PKG] Summary of contributions

2011-09-22 Thread c.
g, why don't you consider joining them with the svg IO functions you submitted previosly and adding them all to the geometry package? It would be great to even have automatic SVG to geo conversion! one could then draw a geometry with his/her favourite drawing

Re: [OctDev] Package ocframe

2011-09-29 Thread c.
you want you can keep subfolders in installed packages. You can have a look at "ocs" or "secs1d" to see how to do it. c. -- All the data continuously generated in your IT infrastructure contains

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-20 Thread c.
On 20 Oct 2011, at 17:13, Carnë Draug wrote: > Hi Carlos > > I noticed that you have implemented 2 versions of the pgmres function > in the linear-algebra package, one in C++ and another in octave. > Should we remove one of them? If so, which? > > Carnë the m-file ve

Re: [OctDev] making gui

2011-10-21 Thread c.
dles (available fro octave-forge), but it's > currently unmaintained and is not compatible with octave 3.4.x series > (though it might still work with 3.2.x series, I'm not sure). JHandles > provides some basic UI functionalities (like uicontrol and uipanel). > > Michae

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
On 21 Oct 2011, at 13:13, Carnë Draug wrote: > 2011/10/20 c. : >> On 20 Oct 2011, at 17:13, Carnë Draug wrote: >>> I noticed that you have implemented 2 versions of the pgmres function >>> in the linear-algebra package, one in C++ and another in octave. >>>

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
> And if we were to remove it (and even if not, I'd like to know how to > do this), do you know how to mark C++ functions deprecated? I think > that for m functions is enough to move them into a deprecated > directory, but what about these cases? Thanks I'm not really sure

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-08 Thread c.
eed a message telling "Please install librsb" would be much more > informative than an "command not found error"! you can take care of that inside the configure script. c. -- RSA(R) Conference 201

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-08 Thread c.
cial use. > Before deciding please check the rationale > http://www.gnu.org/licenses/why-not-lgpl.html Juan Pablo, I think what you refer to as "commercial" in your message would be better referenced as "proprietary", I'm sure Jordi will jump

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-12 Thread c.
h the new class ... Have you tried that already? I'm trying to install the package right now to check. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 __

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge -> triangular example

2011-11-12 Thread c.
> I guess this is a problem with my librsb installation? any suggestion how to > fix it? I see I can avoid this by setting the environment variable, RSB_USER_SET_MEM_HIERARCHY_INFO="L2:4/64/512K,L1:8/64/32K" octave but where do I get the correct values? c.

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-13 Thread c.
That's the default branch pulled yesterday > - Jordi G. H. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-13 Thread c.
); b = f(in); >> As = sparsersb (A); >> P = diag (diag (A)); >> tic (); x = pcg (A, b, 1e-7, 1e3, P); toc () pcg: converged in 164 iterations. the initial residual norm was reduced 1.04289e+07 times. Elapsed time is 12.6412 seconds. >> As = sparsersb (A); >> tic ();

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-13 Thread c.
SER_SET_MEM_HIERARCHY_INFO="L2:4/64/3M,L1:8/64/32K" /opt/librsb/bin/rsbench -M does not look like that on my machine, see below. c. #TLB benchmark. #TLB timing benchmark : scanned 128 entries spaced 4096 bytes across 524288 bytes in 0.00115108 s (424.192 MBps) #TLB timing benchma

Re: [OctDev] "librsb"+"sparsersb" packages proposal for octave-forge

2011-11-13 Thread c.
find (extx); >> A3 = sparsersb (ia, ja, va); >> extx3 = sparsersb (ie, je, ve); >> x3 = A3 * extx3; What version of Octave are you using? how did you install sparsersb? c. -- RSA(R) Conference 2012 Sa

  1   2   3   >