Re: [math] RealMatrix.set(double)

2011-08-24 Thread Sébastien Brisard
Hi, following Greg's suggestion, here is a first attempt at summarizing what I understood from the previous discussions regarding RealVector/RealMatrix interfaces. If we finally drop the matter, as suggested by Phil, this will be just that: a summary. Otherwise, maybe this list could be moved to a

[continuum] BUILD FAILURE: Apache Commons - Commons Lang - Default Maven 2 Build Definition (Java 1.5)

2011-08-24 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=11712&projectId=95 Build statistics: State: Failed Previous State: Ok Started at: Thu 25 Aug 2011 05:31:56 + Finished at: Thu 25 Aug 2011 05:32:17 + Total time: 20s Build Trigger: Schedule Build N

Re: [math] RealMatrix.set(double)

2011-08-24 Thread Greg Sterijevski
There is a lot to like in the WalkInOrder* set of methods. However, it is also very constricting. What if I want to set a whole row with a Arrays.copyTo() call? Also, the interface is a push interface. Data is pushed to the delegate. This is very troublesome to me. I might need random access to the

Re: [math] RealMatrix.set(double)

2011-08-24 Thread Phil Steitz
On 8/24/11 7:27 PM, Greg Sterijevski wrote: > Before we fill JIRA with a bunch of point-counterpoint comments. Perhaps we > can organize our ideas on the list first? > > Using Gille's organization: > > * Consistency in naming and make explicit the rationale for choosing one or > another naming s

Re: [math] RealMatrix.set(double)

2011-08-24 Thread Greg Sterijevski
Before we fill JIRA with a bunch of point-counterpoint comments. Perhaps we can organize our ideas on the list first? Using Gille's organization: * Consistency in naming and make explicit the rationale for choosing one or another naming scheme What methods are inconsistently named? Name the m

Re: [parent] plugin updates

2011-08-24 Thread sebb
On 25 August 2011 02:12, Gary Gregory wrote: > Hi All: > > According to their respective sites, the following plugins can be updated > while keeping builds running on Maven 2.0.x and JDK 1.4. (See below - I don't think that restriction is necessary) > maven-antrun-plugin 1.5 to 1.6 (Maven 2.0.6,

[parent] plugin updates

2011-08-24 Thread Gary Gregory
Hi All: According to their respective sites, the following plugins can be updated while keeping builds running on Maven 2.0.x and JDK 1.4. maven-antrun-plugin 1.5 to 1.6 (Maven 2.0.6, JDK 1.4) maven-clean-plugin 2.4 to 2.4.1 (Maven 2.0.6, JDK 1.4) maven-deploy-plugin 2.5 to 2.6 (Maven 2.0.6, JDK

Re: [ANNOUNCE] Commons VFS 2.0 Released

2011-08-24 Thread Mark Fortner
Thanks for all the hard work guys. I'm really looking forward to using VFS2 in a couple of the projects that I'm working on. Regards, Mark Fortner On Wed, Aug 24, 2011 at 4:53 AM, Gary Gregory wrote: > The 1.1-SNAPSHOT site is still up. 2.0 coming soon! > > Gary > > On Wed, Aug 24, 2011 at 7:

Re: [configuration] Deprecate ConfigurationFactory?

2011-08-24 Thread Oliver Heger
Am 20.08.2011 21:21, schrieb Oliver Heger: In CONFIGURATION-459 the user guide has been re-written so that ConfigurationFactory is no more mentioned. Do we all agree that ConfigurationFactory should be deprectated in favor of DefaultConfigurationBuilder? Should we do the deprecation in the upcom

Re: [MATH] Javadoc for vector methods

2011-08-24 Thread Phil Steitz
On 8/24/11 6:20 AM, sebb wrote: > The UnmodifiableVector class contains the following method: > > /** {@inheritDoc} */ > public RealVector add(RealVector w) { > return v.add(w); > } > > This looks like it would update the vector. The name may be a little mislead

Re: [codec] next releases

2011-08-24 Thread Julius Davies
+1 to 1.6 Julius On Tue, Aug 23, 2011 at 2:36 AM, Matthew Pocock wrote: > My vote (not that I have one) would be for 1.6, and to keep 2.0 as the > release when the breaking changes are introduced. > > Matthew > > On 23 August 2011 09:18, Simone Tripodi wrote: > >> Hi all guys, >> I'd suggest to

[lang]Question about StringUtils chomp and removeEnd

2011-08-24 Thread Verneri Åberg
Hi all, I was just browsing through StringUtils Api (versions 2.5, 2.6 and 3.0.1) and found two very similar looking methods chomp(String,String) and removeEnd(String, String) So I started to wonder what is the difference here and looked at the source code. To my astonishment the only differenc

[MATH] Javadoc for vector methods

2011-08-24 Thread sebb
The UnmodifiableVector class contains the following method: /** {@inheritDoc} */ public RealVector add(RealVector w) { return v.add(w); } This looks like it would update the vector. It is only by tracing the code that one discovers that the add() method takes a

Re: [ANNOUNCE] Commons VFS 2.0 Released

2011-08-24 Thread Gary Gregory
The 1.1-SNAPSHOT site is still up. 2.0 coming soon! Gary On Wed, Aug 24, 2011 at 7:08 AM, Ralph Goers wrote: > The Apache Commons team is pleased to announce the release of Commons VFS > 2.0 > > Details of the changes and bug fixes in this release can be found in > the release notes: > http://w

[ANNOUNCE] Commons VFS 2.0 Released

2011-08-24 Thread Ralph Goers
The Apache Commons team is pleased to announce the release of Commons VFS 2.0 Details of the changes and bug fixes in this release can be found in the release notes: http://www.apache.org/dist/commons/vfs/RELEASE_NOTES.txt For information on Commons VFS please visit the VFS website: http://co

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-08-24 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: [math] RealMatrix.set(double)

2011-08-24 Thread Gilles Sadowski
Hi. On Wed, Aug 24, 2011 at 02:12:33AM +0200, Sébastien Brisard wrote: > I think this is already implemented as > walkInXXXOrder(RealMatrixChangingVisitor). I thought it would be handy > (and consistent with RealVector) to have this very method, but it's > true a RealMatrixChangingVisitorFactory w

Re: svn commit: r1160914 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/integration/ site/xdoc/ test/java/org/apache/commons/math/analysis/integration/

2011-08-24 Thread Gilles Sadowski
On Tue, Aug 23, 2011 at 10:35:06PM -, l...@apache.org wrote: > Author: luc > Date: Tue Aug 23 22:35:06 2011 > New Revision: 1160914 > > URL: http://svn.apache.org/viewvc?rev=1160914&view=rev > Log: > Changed integration API for consistency with solvers API. Now the main > convergence > parame

Re: [functor] Method 'XXX' is not designed for extension

2011-08-24 Thread Simone Tripodi
Hi Matthew! agreed on such 3rd parties integrations you are speaking about, Google Guice would suffer the same (I'm not a fan of Spring :P) Anyway, as you already mentioned, it is a matter of design, IMHO subclassing those classes wouldn't have a lot of sense, since they are used to implement a k

Re: [math] EigenDecompositionImpl

2011-08-24 Thread Luc Maisonobe
Le 24/08/2011 00:59, Greg Sterijevski a écrit : Should I open a ticket, or do you want to handle this? Please open a ticket. For the moment, I am busy in other parts (integration, geometry and ODE) and don't fiddle with linear algebra. Luc On Tue, Aug 23, 2011 at 5:47 PM, Luc Maisonobewro