Re: [Math] Compile only top-level package and below

2015-09-05 Thread Luc Maisonobe
Le 05/09/2015 01:47, Gilles a écrit : > On Fri, 04 Sep 2015 19:50:05 +0200, Thomas Neidhart wrote: >> On 09/04/2015 03:08 PM, Gilles wrote: >>> Hello. >>> >>> There are two branches for Commons Math. >>> >>> For one, the top-level Java package is >>> org.apache.commons.math4 >>> For the other, it

Re: [Math] Compile only top-level package and below

2015-09-05 Thread Phil Steitz
On 9/5/15 10:28 AM, Luc Maisonobe wrote: > Le 05/09/2015 01:47, Gilles a écrit : >> On Fri, 04 Sep 2015 19:50:05 +0200, Thomas Neidhart wrote: >>> On 09/04/2015 03:08 PM, Gilles wrote: Hello. There are two branches for Commons Math. For one, the top-level Java package is >>

Re: [COMPRESS] pkware header id for crypto extensions

2015-09-05 Thread Bear Giles
I was just reminded of the risks of making assumptions. There's two separate implementations of AES strong encryption - WinZip AES and PKWare. I've been focused on the latter but we should recognize both types of headers. I've pushed a bit more code that partially parses the PKWare headers. It's e

Re: [Math] MATH-1267

2015-09-05 Thread Gilles
On Sat, 05 Sep 2015 02:31:37 +0200, Gilles wrote: Hi. A new class is proposed in https://issues.apache.org/jira/browse/MATH-1267 Suggestion, objection? On the JIRA page, Ole suggests to return a specific object for holding the row and column indices. OK to implement a "Location" (defined a

Re: [Math] MATH-1267

2015-09-05 Thread Phil Steitz
On 9/5/15 2:15 PM, Gilles wrote: > On Sat, 05 Sep 2015 02:31:37 +0200, Gilles wrote: >> Hi. >> >> A new class is proposed in >> https://issues.apache.org/jira/browse/MATH-1267 >> >> Suggestion, objection? > > On the JIRA page, Ole suggests to return a specific object for > holding the row and col