[Math-1651] neuralnet : removing flaky test NetworkTest#testIterationOrder

2022-11-03 Thread Dahiya, Anant
Hi, This is regarding the Issue Math-1651. The order of neurons in the neuron is non deterministic as it uses a ConcurrentHashMap which does not store the elements in any specific order. The junit org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder in commons-math-neuralnet contr

Re: [Math-1651] neuralnet : removing flaky test NetworkTest#testIterationOrder

2022-11-03 Thread Gilles Sadowski
Hello. Le jeu. 3 nov. 2022 à 11:51, Dahiya, Anant a écrit : > > Hi, > > This is regarding the Issue Math-1651. The order of neurons in the neuron is > non deterministic as it uses a ConcurrentHashMap which does not store the > elements in any specific order. Thanks for reporting the incorrect

[ANNOUNCEMENT] Apache Commons BCEL 6.6.1

2022-11-03 Thread Gary Gregory
The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.6.1-SNAPSHOT! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the

Re: [ANNOUNCEMENT] Apache Commons BCEL 6.6.1

2022-11-03 Thread Bruno Kinoshita
I think by accident the announcement email message has SNAPSHOT in the version. The subject has the correct version. Thanks for RM'ing Gary! Bruno On Thu, 3 Nov 2022, 11:17 pm Gary Gregory, wrote: > The Apache Commons BCEL team is pleased to announce the release of > Apache Commons BCEL 6.6.1

Re: [ANNOUNCEMENT] Apache Commons BCEL 6.6.1

2022-11-03 Thread Gary Gregory
Darn, sorry about that. Gary On Thu, Nov 3, 2022 at 6:57 PM Bruno Kinoshita wrote: > > I think by accident the announcement email message has SNAPSHOT in the > version. > > The subject has the correct version. > > Thanks for RM'ing Gary! > > Bruno > > On Thu, 3 Nov 2022, 11:17 pm Gary Gregory,