Removing globals from minpack wrapper, v3
Before I enter exams period, one more patch in the series: Changes: * Now optimize.leastsq() and optimize.fsolve() should be completely thread-safe. * Rearranged the macros to reduce code duplication. Still to do: * chkder, but I don't know if it's significant there. * smjac_* in __minpack.h - what is that function used for? -- http://yosefm.imagekind.com/Eclectic
Yosef Meller wrote:
Before I enter exams period, one more patch in the series:
Changes: * Now optimize.leastsq() and optimize.fsolve() should be completely thread-safe. * Rearranged the macros to reduce code duplication.
Still to do: * chkder, but I don't know if it's significant there. * smjac_* in __minpack.h - what is that function used for?
Will this patch be considered for merging before 0.7? -- http://yosefm.imagekind.com/Eclectic
Yosef Meller wrote:
Yosef Meller wrote:
Before I enter exams period, one more patch in the series:
Changes: * Now optimize.leastsq() and optimize.fsolve() should be completely thread-safe. * Rearranged the macros to reduce code duplication.
Still to do: * chkder, but I don't know if it's significant there. * smjac_* in __minpack.h - what is that function used for?
Will this patch be considered for merging before 0.7?
I'd like it to happen. -Travis
2008/7/28 Yosef Meller <mellerf@netvision.net.il>:
Travis E. Oliphant wrote:
Yosef Meller wrote:
Will this patch be considered for merging before 0.7?
I'd like it to happen.
-Travis
So, what is the process to merge it?
File a ticket on the SciPy trac, and attach your patch to it. If you want more eyes on it, you can also upload to the code review board: http://codereview.appspot.com Regards Stéfan
Stéfan van der Walt wrote:
2008/7/28 Yosef Meller <mellerf@netvision.net.il>:
Travis E. Oliphant wrote:
Yosef Meller wrote:
Will this patch be considered for merging before 0.7?
I'd like it to happen.
-Travis So, what is the process to merge it?
File a ticket on the SciPy trac, and attach your patch to it. If you want more eyes on it, you can also upload to the code review board:
Here's the bug: http://www.scipy.org/scipy/scipy/ticket/713 -- http://yosefm.imagekind.com/Eclectic
participants (3)
-
Stéfan van der Walt -
Travis E. Oliphant -
Yosef Meller