RE: [CRYPTO] High level API for Common crypto

2016-05-15 Thread Chen, Haifeng
Hi Zoppi, The current API design of Commons Crypto basically follows the similar way of the Cipher API and Stream API in java. You mentioned another API style. I am not so familiar with HSM. So the question is: Are there any specific reasons that Cipher style API cannot be used for the implement

Re: Proposed fluent string utils

2016-05-15 Thread Micha Pringle
Hi Matt, Great suggestions, I added the changes around compile time scoping, and the library name, although i did not change the name exactly like you recommended. See https://github.com/michapringle/fluentStringUtils for the updated version. [To those in charge] What are the chances of getting a

The state of 2.1

2016-05-15 Thread Dmitry Goldenberg
Hi, Could someone summarize the state of the VOTE for 2.1? Thank you.

Re: [Math] "NaturalRankingTest"

2016-05-15 Thread Gilles
On Sun, 15 May 2016 20:48:22 +0200, Gilles wrote: Hi. On Sat, 14 May 2016 15:05:54 -0500, Matt Sicker wrote: 3. Hardware bugs? Rare but possible. The behaviour is the same on two different machines. As it is blocking MATH-1341, I can do one the following: 1. annotate the test with "@Ignore"

Re: [Math] Regarding Naming Conventions for Functions Multiplied By 1/x

2016-05-15 Thread Gilles
On Sun, 15 May 2016 08:04:49 -0400, Rob Tompkins wrote: Hi, I’m currently working on MATH-1359 which is working an analog of the relationship between

Re: [Math] "NaturalRankingTest"

2016-05-15 Thread Gilles
Hi. On Sat, 14 May 2016 15:05:54 -0500, Matt Sicker wrote: 3. Hardware bugs? Rare but possible. The behaviour is the same on two different machines. As it is blocking MATH-1341, I can do one the following: 1. annotate the test with "@Ignore" 2. find a seed that will make the test pass 3. remo

[Math] Regarding Naming Conventions for Functions Multiplied By 1/x

2016-05-15 Thread Rob Tompkins
Hi, I’m currently working on MATH-1359 which is working an analog of the relationship between sin(x) and sinx(x) = sin(x)/x but instead for log(1+x)