Giter Club home page Giter Club logo

Comments (3)

jakobrunge avatar jakobrunge commented on September 4, 2024

I added the line, but actually the scipy docs still mention weave: http://docs.scipy.org/doc/scipy/reference/
I use scipy version 0.16 from the Anaconda package and it works...

from tigramite_old.

mathause avatar mathause commented on September 4, 2024

Yes, that is true - maybe I didn't compile it. But they also mention that they will deprecate it in the future and recommend to use the 'standalone' weave package. The way you changed the code I just run into the next import error (i.e. you really need to use import weave).

from tigramite_old.

jakobrunge avatar jakobrunge commented on September 4, 2024

Indeed weave is not part of scipy 0.17 anymore. I have now in the latest commit replaced all weave code by Cython code (in "tigramite_cython_code.pyx"). I included the compiled *.so files and also the setup file which can by run with

python setup_tigramite_cython_code.py build_ext --inplace

to generate the compiled tigramite_cython_code.so for other machines.

Another thing: Scipy 0.17 fixes a memory leak in the cKDTree package which I use as part of the 'cmi_knn' estimator. I recommend an update to scipy 0.17, eg using anaconda!

from tigramite_old.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.