Re: [codec] Next Commons Codec Release Date

2019-05-29 Thread Gary Gregory
Hi Jack, There are no current release plans. There are a couple of other components I'd like to release as well. So it is good you are registering interest. I suggest you go through JIRA and PRs on GitHub and see if there any help you can provide with outstanding issues. This would make an

Re: [statistics][descriptive] Classes or static methods for common descriptive statistics?

2019-05-29 Thread Alex Herbert
> On 29 May 2019, at 21:57, Eric Barnhill wrote: > > At the end of the day, like we just saw on the user list today. users are > going to come around with arrays and want to get the mean, median, > variance, or quantiles of that array. The easiest way to do this is to have > some sort of

Re: [statistics][descriptive] Classes or static methods for common descriptive statistics?

2019-05-29 Thread Alex Herbert
On 29/05/2019 12:50, Gilles Sadowski wrote: Hello. Le mar. 28 mai 2019 à 20:36, Alex Herbert a écrit : On 28 May 2019, at 18:09, Eric Barnhill wrote: The previous commons-math interface for descriptive statistics used a paradigm of constructing classes for various statistical functions

[codec] Next Commons Codec Release Date

2019-05-29 Thread Tim Fake Doyle
Hi, Just wondering when the next planned release date of commons codec will be ? Thanks, Jack. Sent from Mail for Windows 10

[gsoc] Weekly meeting tomorrow

2019-05-29 Thread Eric Barnhill
Let's have another weekly gathering tomorrow for GSoC mentees at the usual time. Everyone should have written at least some code, and a unit test that goes with that code, and submitted it for review via a PR. If you have difficulties doing this, please raise questions on the Slack. Thanks to

Re: [GSoC] Thursday mentee meeting

2019-05-29 Thread Alex Herbert
Hi All, Would anyone like to have another online meeting as per previous weeks? 5PM UTC. Alex - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [statistics][descriptive] Classes or static methods for common descriptive statistics?

2019-05-29 Thread Eric Barnhill
At the end of the day, like we just saw on the user list today. users are going to come around with arrays and want to get the mean, median, variance, or quantiles of that array. The easiest way to do this is to have some sort of static method that delivers these: double mean =

[ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-05-29 Thread sebb
I noticed that JCS still has a trunk branch and that appears to be the default, so I did a check of all the commons git repos. The command used is: git ls-remote #{repo} HEAD master trunk where repo = https://gitbox.apache.org/repos/asf/{commons-???}.git I then compared the hashes for HEAD and

Re: svn commit: r1859859 [1/5] - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/ main/java/org/apache/commons/jcs/access/ main/java/org/apache/commons/jcs/admin/ m

2019-05-29 Thread sebb
Thanks, I've reverted SVN back to r1852304 which corresponds to git ad897014842fc830483f32fdfb903f3bb8f70289, i.e. immediately after conversion to Git. Also moved SVN to _moved_to_git On Wed, 29 May 2019 at 07:02, Thomas Vandahl wrote: > > On 27.05.19 10:21, sebb wrote: > > Either re-apply each

Re: [lang] Giant StringUtils vs. NullSafeStrings.

2019-05-29 Thread Gary Gregory
On Tue, May 28, 2019 at 5:04 PM Mark Dacek wrote: > I’m a bit curious on the desire to split it out. I’m not hard opposed but > also don’t know that it would save much time or clarify things for most. I > wouldn’t want to say that this is a critical reason for keeping things as > they are, but

Re: [statistics][descriptive] Classes or static methods for common descriptive statistics?

2019-05-29 Thread Gilles Sadowski
Hello. Le mar. 28 mai 2019 à 20:36, Alex Herbert a écrit : > > > > > On 28 May 2019, at 18:09, Eric Barnhill wrote: > > > > The previous commons-math interface for descriptive statistics used a > > paradigm of constructing classes for various statistical functions and > > calling evaluate().

Re: svn commit: r1859859 [1/5] - in /commons/proper/jcs/trunk/commons-jcs-core/src: main/java/org/apache/commons/jcs/ main/java/org/apache/commons/jcs/access/ main/java/org/apache/commons/jcs/admin/ m

2019-05-29 Thread Thomas Vandahl
On 27.05.19 10:21, sebb wrote: > Either re-apply each of the commits in turn to Git. Done. Bye, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org