March 18, 2014
1:47 a.m.
On Mon, Mar 17, 2014 at 2:03 PM, Skipper Seabold <jsseabold@gmail.com> wrote:
Hi All,
There's a PR [1] for adding bounded linear least squares that's close to being able to merge.
scipy.optimize.bounded_lstsq
If you have any specific comments about the PR, etc. Please speak up.
Thanks,
Skipper
I guess I have a question. Does anyone have an option on the best way forward for the Fortran 90 code? We have to stick to Fortran 77 code, unfortunately, so my options are to either fix the code incrementally for F77 or ... ? What do people think about using f2c to generate and include C code? I've never done this before, and I assume it comes with its own can of worms. Skipper