Re: [Commons-Collections] remove bloom filters?

2021-08-30 Thread Claude Warren
I have recently implemented something similar, in Rust, for work. I think there are significant changes around Shape and the Hasher classes. Shape can be reduced to numberOfBits and numberOfHashFunctions. Hasher can be reduced to 2 Longs. A compound hasher can be created by multiple hashers in

Re: [Commons-Collections] remove bloom filters?

2021-08-30 Thread Gary Gregory
Hi Warren and all, What matters most for a release is public and protected API stability. If you foresee these APIs (classes and methods) as needing change that would break binary compatibility in order to declare the classes as "fully baked", then this works need to be done. Gary On Mon, Aug 30

Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread vEnkaTa mohAna rAo SriperumbUdUru
Hi I have observed it's pulling old dependency as a transitive dependency through the application uses the latest. Would like to submit a PR. In case no objections to it. Thanks, Mohana Rao S V On Mon, Aug 30, 2021 at 5:29 PM Gary Gregory wrote: > On my todo list, just not near the top... >

Re: [ MATH] Problems building branch...

2021-08-30 Thread Gilles Sadowski
Hello. Le lun. 30 août 2021 à 15:02, Alex Herbert a écrit : > > Hi, > > This test for the SimplexOptimizer is not robust. Indeed; sorry for that. Perhaps those "standard" test functions (being purposefully "difficult" problems) should be moved to some "integration tests" module (or to the "examp

Re: [Math] Dropping "AccurateMath" in next major release?

2021-08-30 Thread Gilles Sadowski
Hello. Le lun. 30 août 2021 à 18:03, Erik Svensson a écrit : > On 2021-08-29, 14:05, "Gilles Sadowski" wrote: > > WARNING - External email; exercise caution. > > Le dim. 29 août 2021 à 12:57, sebb a écrit : > > > > On Sun, 29 Aug 2021 at 01:07, Gilles Sadowski > wrote: >

Re: [Math] Dropping "AccurateMath" in next major release?

2021-08-30 Thread Erik Svensson
On 2021-08-29, 14:05, "Gilles Sadowski" wrote: WARNING - External email; exercise caution. Le dim. 29 août 2021 à 12:57, sebb a écrit : > > On Sun, 29 Aug 2021 at 01:07, Gilles Sadowski wrote: > > > > Le sam. 28 août 2021 à 14:36, sebb a écrit : > > > > >

Re: [Commons-Collections] remove bloom filters?

2021-08-30 Thread Alex Herbert
Hi Claude, I previously raised the issue of moving the Bloom filters to another branch while still under development. However this would reduce the visibility of the code and discourage potential contributors. To maintain visibility for contributors I would suggest that a collections release could

Re: [ MATH] Problems building branch...

2021-08-30 Thread Alex Herbert
Hi, This test for the SimplexOptimizer is not robust. It uses random seeding to run optimisation problems. If these do not work from the chosen start point then the test fails. Up to 10 repeats of the test are allowed. Sometimes this is not enough. The tests originate from a long time ago in CM.

[Commons-Collections] remove bloom filters?

2021-08-30 Thread Claude Warren
Greetings, I see that the Bloom filter implementation has not been released. It would be in V4.5. I have not had time to come back and clean it up as it should be to make is simpler and faster. I am concerned that there may be an upcoming release of 4.5 which would lock the implementation and

[ MATH] Problems building branch...

2021-08-30 Thread Erik Svensson
Howdy all! I’m having problems building commons-math. It build perfectly on master but as soon as I branch some tests fail like org.apache.commons.math4.legacy.optim.nonlinear.scalar.noderiv.SimplexOptimizerTest.testFunctionWithMultiDirectional(Task)[14] I have no clue as to why this is happeni

Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread Gary Gregory
On my todo list, just not near the top... On Mon, Aug 30, 2021, 05:05 Suraj Singh wrote: > I was hoping to get some response on this mail. > > — > Regards, > Suraj > > On 27-Jul-2021, at 6:13 PM, Suraj Singh wrote: > >  > Hello, > > The beanutil JAR has a dependency on commons-collection v3.2.

Re: Apache Commons BeanUtils and Commons Collection

2021-08-30 Thread Suraj Singh
I was hoping to get some response on this mail. — Regards, Suraj On 27-Jul-2021, at 6:13 PM, Suraj Singh wrote:  Hello, The beanutil JAR has a dependency on commons-collection v3.2.2. This version was released in 2015 and is EOL. Do you have any plans to use more recent versions of commons-