[RESULT] [VOTE] Release DBCP 2.1.1 based on RC1

2015-08-06 Thread Phil Steitz
This vote has passed, with binding +1 votes from Phil Steitz Gary Gregory Oliver Heger Luc Maisonobe Jörg Schaible Thanks! Phil On 8/2/15 10:09 PM, Phil Steitz wrote: > This is a vote to release version 2.1.1 of Apache Commons DBCP based on RC1. > > Here is the release candidate: > https://dis

[Math] Straight Line Problem Jacobian Verification

2015-08-06 Thread Ole Ersoy
Hi Guys, Reviewing the org.apache.commons.math4.fitting.leastsquares.StraightLineProblem (f(x) = ax + b). For the jacobian we have: // Partial derivative wrt "a". jacobian[i][0] = p[0]; // Partial derivative wrt "b". jacobian[i][1] = 1; Should

[codec] release 1.11 soon

2015-08-06 Thread Gary Gregory
I think I'll create an RC to release 1.11 soon. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action

[csv] release 1.1.1

2015-08-06 Thread Gary Gregory
I think I'll create an RC to release 1.1.1 soon. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action

Re: [Math] Straight Line Problem Jacobian Verification

2015-08-06 Thread Ole Ersoy
Ooops - Never mind - crossed my calculus wires for a sec there - sorry for the noise, Ole On 08/06/2015 05:30 PM, Ole Ersoy wrote: Hi Guys, Reviewing the org.apache.commons.math4.fitting.leastsquares.StraightLineProblem (f(x) = ax + b). For the jacobian we have: // Partial de