Re: [RESULT] [VOTE] [math] top-level package name

2009-05-22 Thread Henri Yandell
On Thu, May 21, 2009 at 1:42 PM, Luc Maisonobe wrote: > Luc Maisonobe a écrit : > >> So let's vote on this proposal: change the top level package name on >> [math] from org.apache.commons.math to org.apache.commons.math2. >> >> [] +1 change the top level package name >> []  0 I don't care >> [] -1

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread Henri Yandell
On Fri, May 22, 2009 at 6:14 AM, sebb wrote: > On 22/05/2009, Rahul Akolkar wrote: >> On Fri, May 22, 2009 at 7:08 AM, sebb wrote: >>  > On 22/05/2009, Christian Grobmeier wrote: >>  >> > Another minor glitch I noticed just now. All pages seem to include a >>  >>  > green "1.1-SNAPSHOT" in the

Re: [compress] Two issues with releasing the release

2009-05-22 Thread Henri Yandell
On Fri, May 22, 2009 at 2:12 AM, Christian Grobmeier wrote: >> Another minor glitch I noticed just now. All pages seem to include a >> green "1.1-SNAPSHOT" in the grey headline, which may come in via the >> generating style sheet or an ant property (I didn't check how the site >> is generated). >

Re: [COLLECTIONS] 3.3 RC1 for review

2009-05-22 Thread Henri Yandell
On Fri, May 22, 2009 at 3:56 AM, sebb wrote: > On 22/05/2009, Henri Yandell wrote: >> On Thu, May 21, 2009 at 8:24 AM, sebb wrote: >>  > On 21/05/2009, Henri Yandell wrote: >>  >> I don't expect this to pass the first vote - they never do :) >>  >> >>  >>  --- >>  >> >>  >>  Tag: >>  >> >>  >>

Re: Moving doaps Was: [VOTE] Release commons-compress-1.0 based on RC2 (Rev: 774630)

2009-05-22 Thread Henri Yandell
On Fri, May 22, 2009 at 4:01 AM, sebb wrote: > On 22/05/2009, Henri Yandell wrote: >> On Thu, May 21, 2009 at 3:22 AM, sebb wrote: >> >>  > [I think the DOAP files should not be in trunk at all] >> >>  Agreed. We should move them up a directory. > > Or more - why not just have a single directory

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread sebb
On 23/05/2009, Rahul Akolkar wrote: > On Fri, May 22, 2009 at 7:01 PM, sebb wrote: > > On 22/05/2009, Rahul Akolkar wrote: > >> On Fri, May 22, 2009 at 9:14 AM, sebb wrote: > >> > On 22/05/2009, Rahul Akolkar wrote: > >> >> On Fri, May 22, 2009 at 7:08 AM, sebb wrote: > >> >> > On 22

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread Rahul Akolkar
On Fri, May 22, 2009 at 7:01 PM, sebb wrote: > On 22/05/2009, Rahul Akolkar wrote: >> On Fri, May 22, 2009 at 9:14 AM, sebb wrote: >>  > On 22/05/2009, Rahul Akolkar wrote: >>  >> On Fri, May 22, 2009 at 7:08 AM, sebb wrote: >>  >>  > On 22/05/2009, Christian Grobmeier wrote: >>  >>  >> > Ano

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread sebb
On 22/05/2009, Rahul Akolkar wrote: > On Fri, May 22, 2009 at 9:14 AM, sebb wrote: > > On 22/05/2009, Rahul Akolkar wrote: > >> On Fri, May 22, 2009 at 7:08 AM, sebb wrote: > >> > On 22/05/2009, Christian Grobmeier wrote: > >> >> > Another minor glitch I noticed just now. All pages seem

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread Rahul Akolkar
On Fri, May 22, 2009 at 9:14 AM, sebb wrote: > On 22/05/2009, Rahul Akolkar wrote: >> On Fri, May 22, 2009 at 7:08 AM, sebb wrote: >>  > On 22/05/2009, Christian Grobmeier wrote: >>  >> > Another minor glitch I noticed just now. All pages seem to include a >>  >>  > green "1.1-SNAPSHOT" in the

Re: commons configuration doc error

2009-05-22 Thread Oliver Heger
Andrew M wrote: > On this page: > > http://commons.apache.org/configuration/userguide/howto_compositeconfigurati > on.html#Composite_Configuration_Details > > > > the example doesn't work. CompositConfiguration has no addDefaults() > method. > > Thank you for spotting this. The line shoul

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread Jörg Schaible
John Bollinger wrote: > > > sebb wrote: >> Below is a sample of how we might proceed with the removal of >> Serializable from implementations. >> >> Feedback please! > > [...] > >> /** Serializable version identifier. */ >> private static final long serialVersionUID = -20361316980311

Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Ted Dunning
Hama is a proposed distributed matrix implementation system that is based on using map-reduce to implement basic matrix operations and uses hbase to store matrices. Getting useful performance out of this substrate for dense matrix operations is likely to be fairly challenging due to I/O costs. Fo

Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Edward J. Yoon
> Is Hama related to Hadoop ? Yes, it is. On Fri, May 22, 2009 at 8:05 PM, Luc Maisonobe wrote: > Sam Halliday a écrit : >> Edward, Hama looks fantastic! I fully agree, 'distributed' isn't agreeable >> with commons-math. However, there might be parts of it that are relevant to >> Hama. > > Is Ha

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb
On 22/05/2009, John Bollinger wrote: > > > sebb wrote: > > Below is a sample of how we might proceed with the removal of > > Serializable from implementations. > > > > Feedback please! > > > [...] > > > > /** Serializable version identifier. */ > > private static final long serial

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread John Bollinger
sebb wrote: > Below is a sample of how we might proceed with the removal of > Serializable from implementations. > > Feedback please! [...] > /** Serializable version identifier. */ > private static final long serialVersionUID = -2036131698031167221L; I strongly recommend using small

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb
On 22/05/2009, Luc Maisonobe wrote: > sebb AT ASF a écrit : > > > Below is a sample of how we might proceed with the removal of > > Serializable from implementations. > > > > Feedback please! > > > This is fine to me. I just realised that the new release is 2.0, not 3.3! So the comment in the

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread Luc Maisonobe
sebb AT ASF a écrit : > Below is a sample of how we might proceed with the removal of > Serializable from implementations. > > Feedback please! This is fine to me. Luc > > On 22/05/2009, s...@apache.org wrote: >> Author: sebb >> Date: Fri May 22 12:58:26 2009 >> New Revision: 777501 >> >>

Re: [math] Serialization

2009-05-22 Thread Luc Maisonobe
sebb a écrit : > On 22/05/2009, Luc Maisonobe wrote: >> sebb a écrit : >> >>> On 22/05/2009, Phil Steitz wrote: >> >> Luc Maisonobe wrote: >> >> >> >>> Ted Dunning a écrit : >> >>> >> >>> >> In favor or not, Serializable shouldn't in in widely used interfaces. >> >> As an e

Re: [math] Serialization

2009-05-22 Thread Luc Maisonobe
sebb a écrit : > On 22/05/2009, Luc Maisonobe wrote: >> sebb a écrit : >> >>> On 22/05/2009, Phil Steitz wrote: >> >> Luc Maisonobe wrote: >> >> >> >>> Ted Dunning a écrit : >> >>> >> >>> >> In favor or not, Serializable shouldn't in in widely used interfaces. >> >> As an e

[MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb AT ASF
Below is a sample of how we might proceed with the removal of Serializable from implementations. Feedback please! On 22/05/2009, s...@apache.org wrote: > Author: sebb > Date: Fri May 22 12:58:26 2009 > New Revision: 777501 > > URL: http://svn.apache.org/viewvc?rev=777501&view=rev > Log: > M

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread sebb
On 22/05/2009, Rahul Akolkar wrote: > On Fri, May 22, 2009 at 7:08 AM, sebb wrote: > > On 22/05/2009, Christian Grobmeier wrote: > >> > Another minor glitch I noticed just now. All pages seem to include a > >> > green "1.1-SNAPSHOT" in the grey headline, which may come in via the > >> > ge

Re: [ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread Rahul Akolkar
On Fri, May 22, 2009 at 7:08 AM, sebb wrote: > On 22/05/2009, Christian Grobmeier wrote: >> > Another minor glitch I noticed just now. All pages seem to include a >>  > green "1.1-SNAPSHOT" in the grey headline, which may come in via the >>  > generating style sheet or an ant property (I didn't c

Re: [math] Serialization

2009-05-22 Thread sebb
On 22/05/2009, Luc Maisonobe wrote: > sebb a écrit : > > > On 22/05/2009, Phil Steitz wrote: > >> Luc Maisonobe wrote: > >> > >>> Ted Dunning a écrit : > >>> > >>> > In favor or not, Serializable shouldn't in in widely used interfaces. > > As an example, a Lucene index is a

Re: [math] Serialization

2009-05-22 Thread Luc Maisonobe
sebb a écrit : > On 22/05/2009, Phil Steitz wrote: >> Luc Maisonobe wrote: >> >>> Ted Dunning a écrit : >>> >>> In favor or not, Serializable shouldn't in in widely used interfaces. As an example, a Lucene index is a reasonable implementation of a sparse matrix. Would

Re: [math] Serialization

2009-05-22 Thread Luc Maisonobe
[I changed the subject to help follow the thread] Phil Steitz a écrit : > Luc Maisonobe wrote: >> Ted Dunning a écrit : >> >>> In favor or not, Serializable shouldn't in in widely used interfaces. >>> >>> As an example, a Lucene index is a reasonable implementation of a sparse >>> matrix. >>> >>

Re: [math] Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread sebb
On 22/05/2009, Phil Steitz wrote: > Luc Maisonobe wrote: > > > Ted Dunning a écrit : > > > > > > > In favor or not, Serializable shouldn't in in widely used interfaces. > > > > > > As an example, a Lucene index is a reasonable implementation of a sparse > > > matrix. > > > > > > Would you require

[ALL] fix site doc version so it agrees with release [was: [compress] Two issues with releasing the release]

2009-05-22 Thread sebb
On 22/05/2009, Christian Grobmeier wrote: > > Another minor glitch I noticed just now. All pages seem to include a > > green "1.1-SNAPSHOT" in the grey headline, which may come in via the > > generating style sheet or an ant property (I didn't check how the site > > is generated). > > > Thanks,

Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Luc Maisonobe
Sam Halliday a écrit : > Edward, Hama looks fantastic! I fully agree, 'distributed' isn't agreeable > with commons-math. However, there might be parts of it that are relevant to > Hama. Is Hama related to Hadoop ? > > We should absolutely ensure that the "ducks are aligned" between > commons-mat

Re: commons-logging version 0.0.0-EMPTY

2009-05-22 Thread sebb
On 22/05/2009, Ceki Gulcu wrote: > > Niall Pemberton wrote: > > > > > So the alternative to releasing the version to the main maven repo is > > to setup a one-off repo just containing this 0.0-EMPTY version of > > logging and users who want to depend on it adding that repo to their > > pom along

Re: Moving doaps Was: [VOTE] Release commons-compress-1.0 based on RC2 (Rev: 774630)

2009-05-22 Thread sebb
On 22/05/2009, Henri Yandell wrote: > On Thu, May 21, 2009 at 3:22 AM, sebb wrote: > > > [I think the DOAP files should not be in trunk at all] > > Agreed. We should move them up a directory. Or more - why not just have a single directory with all the doaps in it? > Hen > >

Re: [COLLECTIONS] 3.3 RC1 for review

2009-05-22 Thread sebb
On 22/05/2009, Henri Yandell wrote: > On Thu, May 21, 2009 at 8:24 AM, sebb wrote: > > On 21/05/2009, Henri Yandell wrote: > >> I don't expect this to pass the first vote - they never do :) > >> > >> --- > >> > >> Tag: > >> > >> > https://svn.apache.org/repos/asf/commons/proper/colle

Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Sam Halliday
Edward, Hama looks fantastic! I fully agree, 'distributed' isn't agreeable with commons-math. However, there might be parts of it that are relevant to Hama. We should absolutely ensure that the "ducks are aligned" between commons-math and Hama. It would be win-win if Hama were able to use commons

Re: [math] Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Phil Steitz
Luc Maisonobe wrote: Ted Dunning a écrit : In favor or not, Serializable shouldn't in in widely used interfaces. As an example, a Lucene index is a reasonable implementation of a sparse matrix. Would you require that I have to figure out how to make it serializable just because I declare it

Re: [compress] Two issues with releasing the release

2009-05-22 Thread Christian Grobmeier
> Another minor glitch I noticed just now. All pages seem to include a > green "1.1-SNAPSHOT" in the grey headline, which may come in via the > generating style sheet or an ant property (I didn't check how the site > is generated). Thanks, but it looks like "know issue": http://wiki.apache.org/co

Re: commons-logging version 0.0.0-EMPTY

2009-05-22 Thread Ceki Gulcu
Niall Pemberton wrote: So the alternative to releasing the version to the main maven repo is to setup a one-off repo just containing this 0.0-EMPTY version of logging and users who want to depend on it adding that repo to their pom along with the 0.0-EMPTY dependency. Thats just a few extra lin

Re: [math] Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Luc Maisonobe
Ted Dunning a écrit : > In favor or not, Serializable shouldn't in in widely used interfaces. > > As an example, a Lucene index is a reasonable implementation of a sparse > matrix. > > Would you require that I have to figure out how to make it serializable just > because I declare it as a Matrix?

Re: [math] Re: commons-math, matrix-toolkits-java and consolidation

2009-05-22 Thread Sam Halliday
It's a shame you can't use the GNU Trove project, it would be a perfect robust backend for primitive mapping. Bill Barker wrote: > > I've just been playing Code-Monkey, so Phil and Luc can do more > interesting > stuff, and we can get the 2.0 version released ;). OpenIntToDoubleHashMap > was