[Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-04 Thread Dmitrey
Several MATLAB ODE dy/dt = f(y,t) solvers (ode15s, ode23, ode113, ode23t, ode23tb, ode45, ode23s)  have been connected to free OpenOpt Suite package (possibly with  FuncDesigner   automatic differentiation) in addition to scipy_lsoda (scipy.integrate.odeint), see the example . Currently only

Re: [Numpy-discussion] Behavior of nan{max, min} and nanarg{max, min} for all-nan slices.

2013-10-04 Thread Charles R Harris
I've made a PR for this. The commit message is Deal with subclasses of ndarray, like pandas.Series and matrix. Subclasses may not define the new keyword keepdims or deal gracefully with ufuncs in all their forms. This is solved by throwing the problem onto the np.sum,

Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python

2013-10-04 Thread Eric Carlson
Hello, Does this require a MATLAB install, or are these equivalent routines? Thanks, Eric ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion