Re: [numbers][gsoc] GSoC 2022 - NUMBERS-186 Proposal

2022-03-13 Thread Alex Herbert
Hi, Thanks for your interest in Commons Numbers. On Mon, 14 Mar 2022 at 00:09, Gilles Sadowski wrote: > > > > My partial implementation (with TODOs for many operations) is available > > here. > > > https://github.com/sumanth-rajkumar/commons-numbers/blob/sumanth-gsoc-22/commons-numbers-complex/

Re: [numbers] GSoC 2022 - NUMBERS-186 Proposal

2022-03-13 Thread Gilles Sadowski
Hello. Le dim. 13 mars 2022 à 02:08, Sumanth Rajkumar a écrit : > > SUBJECT: A proposal for Commons numbers (NUMBERS-186) > > Hi Alex, > > I am Sumanth and new to Open source development. I would like to start by > participating in GSOC 22. > > I came across your NUMBERS-186 GSOC mini project id

Re: [all] Do not build the project site with Maven 3.8.2

2022-03-13 Thread Rob Tompkins
> On Mar 13, 2022, at 6:27 PM, Gary Gregory wrote: > > We have a lazy release vote in flight for commons-release-plugin 1.8.0 that > include a hack to workaround this issue.. > Many thanks Gary. -Rob > Gary > >> On Fri, Mar 4, 2022, 14:53 Rob Tompkins wrote: >> >> >> On Mar 4, 2

Re: [all] Do not build the project site with Maven 3.8.2

2022-03-13 Thread Gary Gregory
We have a lazy release vote in flight for commons-release-plugin 1.8.0 that include a hack to workaround this issue.. Gary On Fri, Mar 4, 2022, 14:53 Rob Tompkins wrote: > > > > On Mar 4, 2022, at 9:57 AM, Gary Gregory wrote: > > > > On Fri, Mar 4, 2022 at 9:56 AM Alex Herbert > > wrote: > >

[VOTE][LAZY] Release Apache Commons Release Plugin 1.8.0 based on RC1

2022-03-13 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons Release Plugin 1.7 was released, so I would like to release Apache Commons Release Plugin 1.8.0. Apache Commons Release Plugin 1.8.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/commons-r

Re: [geometry] PointMap and PointSet

2022-03-13 Thread Gilles Sadowski
Hello Matt. Le dim. 13 mars 2022 à 15:41, Matt Juntunen a écrit : > > Hello, > > > Is there a gentle introduction to how it works and/or the intended > use cases? > > Not specifically. The implementations are used the same way as JDK > Maps and Sets so usage should be very familiar. As far as the

Re: [geometry] PointMap and PointSet

2022-03-13 Thread Matt Juntunen
Hello, > Is there a gentle introduction to how it works and/or the intended use cases? Not specifically. The implementations are used the same way as JDK Maps and Sets so usage should be very familiar. As far as the internal implementation details, I've tried to describe that in the javadocs for