Re: New release of the Matrix Library

2025-04-04 Thread Paul King
Looks like a great library. I'll have to try it out. On Wed, Apr 2, 2025, 11:13 PM Per Nyfelt wrote: > Maybe this is of interest to some people here. > > > > I just released a new version of the Matrix library: > https://github.com/Alipsa/matrix. It’s a groovy library for data analysis > / data

Re: Minor breaking change of chop(Iterator, int...) method for Groovy 5

2025-04-04 Thread Mattias Reichel
I don't see a problem making a breaking change in a major version update. Thanks for the thorough explanation! /Mattias Den fre 4 apr. 2025 kl 17:57 skrev Per Nyfelt : > I think the change is good and the right one. Consistency of API will > bring a much better benefit in the long run compared s

Re: Minor breaking change of chop(Iterator, int...) method for Groovy 5

2025-04-04 Thread Per Nyfelt
I think the change is good and the right one. Consistency of API will bring a much better benefit in the long run compared so the initial discomfort to adapt. Regards, Per On 4/4/25 13:41, Paul King wrote: Hi folks, I am seeking feedback on making a breaking change for the DGM chop method (

Minor breaking change of chop(Iterator, int...) method for Groovy 5

2025-04-04 Thread Paul King
Hi folks, I am seeking feedback on making a breaking change for the DGM chop method (just for an Iterator parameter) for Groovy 5. This wouldn't change chop for any of the other aggregate types (collections and arrays). For our DGM methods on iterators, we have a bunch that are a little like stre