Re: [commons-statistics] branch master updated (adb847a -> dda4ad9)

2021-09-19 Thread Gilles Sadowski
Le lun. 20 sept. 2021 à 00:58, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a change to branch master > in repository https://gitbox.apache.org/repos/asf/commons-statistics.git. > > > from adb847a Add test for probability of success 1.0

Re: [statistics] Release 1.0

2021-09-19 Thread Gilles Sadowski
Hi. Le lun. 20 sept. 2021 à 00:59, Alex Herbert a écrit : > > I have created an initial version of the statistics distributions > application. It can be used with: > > cd commons-statistics-examples/examples-distribution > mvn package -Pexamples-distribution > java -jar target/examples-distributi

Re: [statistics] Release 1.0

2021-09-19 Thread Alex Herbert
I have created an initial version of the statistics distributions application. It can be used with: cd commons-statistics-examples/examples-distribution mvn package -Pexamples-distribution java -jar target/examples-distribution.jar There are 26 distributions each with a command. Each distribution

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Bernd Eckenfels
Michael, from reading the commit messages since cli-1.4 it looks like there is no major API change, only examples, tests, JavaDoc and build system updates. The most incompatible changes might therefore be dependency updates. It does look like 1.5 should be done, but it should not hold you up in

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Michael Osipov
Thanks Gary! I remember I found one issue, but need to remember which and report it. M Am 2021-09-19 um 21:59 schrieb Gary Gregory: Hi Michael, I will review CLI tonight when I get home but I cannot say how much has changed. Please review, commit, or create PRs as you best see fit. I should

Re: Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Gary Gregory
Hi Michael, I will review CLI tonight when I get home but I cannot say how much has changed. Please review, commit, or create PRs as you best see fit. I should be able to create a RC this week or by the end of the week. Gary On Sun, Sep 19, 2021, 15:43 Michael Osipov wrote: > Folks, > > I'd

Commons CLI 1.5 for Maven 4.0.0

2021-09-19 Thread Michael Osipov
Folks, I'd like to pick up "[MNG-7217] Completely update CLI handling according to Commons CLI 1.4 documentation" next month and like to ask fellow committers whether any substantial changes have been done in CLI between 1.4 and master and if yes, whether someone would be able to push a relas