Take a look at sklearn/utils/arpack.py.  This is a backport of the scipy
arpack: the file is basically copied literally, and then a hook at the
bottom that replaces the main functions with the scipy version, if they're
available.
   Jake


On Thu, May 2, 2013 at 6:03 AM, Lars Buitinck <[email protected]> wrote:

> 2013/5/2 Robert Layton <[email protected]>:
> > As part of PR 1830, it looks like backporting some code from scipy 0.13
> is
> > the best option.
> > What is the best way to go about this? I haven't done it before -- do I
> just
> > copy files over until it works, or is there a better process?
>
> I have done this with arcane Git magic involving a SciPy clone as a
> remote, but copying files and tying them into the build process is the
> easier way.
>
> --
> Lars Buitinck
> Scientific programmer, ILPS
> University of Amsterdam
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to