Hi Sebb,
saw you reverted few parts,
can you give us a status and say me if I can help cleaning up what remains?
Thanks,
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau
20
On 24 June 2014 10:17, Romain Manni-Bucau wrote:
> Hi Sebb,
>
> saw you reverted few parts,
>
> can you give us a status and say me if I can help cleaning up what remains?
AFAIK it has all now been reverted apart from the locking changes that
were documented in the original log message.
I don't
Ok great, thank you then
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau
2014-06-24 12:15 GMT+02:00 sebb :
> On 24 June 2014 10:17, Romain Manni-Bucau wrote:
> > Hi Sebb,
>
Hi Venkat,
Le 23/06/2014 21:08, venkatesha murthy a écrit :
> On Tue, Jun 24, 2014 at 12:08 AM, Luc Maisonobe wrote:
>> Hi all,
>>
>> While looking further in Percentile class for MATH-1120, I have found
>> another problem in the current implementation. NaNStrategy.FIXED should
>> leave the NaNs
On Wed, Jun 25, 2014 at 12:21 AM, Luc Maisonobe wrote:
> Hi Venkat,
>
> Le 23/06/2014 21:08, venkatesha murthy a écrit :
> > On Tue, Jun 24, 2014 at 12:08 AM, Luc Maisonobe
> wrote:
> >> Hi all,
> >>
> >> While looking further in Percentile class for MATH-1120, I have found
> >> another problem
On Wed, Jun 25, 2014 at 9:35 AM, venkatesha murthy <
venkateshamurth...@gmail.com> wrote:
Can i put a patch for this change?
>
> On Wed, Jun 25, 2014 at 12:21 AM, Luc Maisonobe
> wrote:
>
>> Hi Venkat,
>>
>> Le 23/06/2014 21:08, venkatesha murthy a écrit :
>> > On Tue, Jun 24, 2014 at 12:08 AM, L
The Percentile actually uses KthSelector logic and is dependent on only
KthSelector
however the variability part is pivoting strategy.
Given that both KthSelector and Pivoting are independent we could make them
as utility classes or may be functions with in MathUtils with exposed
interfaces.
Here