Coder Social home page Coder Social logo

malis's People

Contributors

csinva avatar funkey avatar grisaitis avatar jakirkham avatar srinituraga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

malis's Issues

Issue in building

After 'pip install malis', see:
malis/malis_cpp.cpp(4): fatal error C1083: Cannot open include file: 'boost/pending/disjoint_sets.hpp': No such file or directory

Add `numpy` includes to `setup`

So the build process goes ok. I'm sure you will work on this more. I just wanted to point out that as you are assuming numpy is installed, which seem reasonable, you could add include_dirs = [np.get_include()] to setup and this will make sure it picks up numpy from the right location.

Next release

The latest release is from 2016 and new commits were added since then. Are there plans for a release (both git tag and PyPI) anytime soon?

Not compatible with scipy >=1.3.0

SciPy had breaking changes (without increasing the major version!!!) and previously deprecated aliases from scipy.misc were removed:

>>> import malis
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/hanslovskyp/my-experiment/0/conda-env/lib/python3.6/site-packages/malis/__init__.py", line 1, in <module>
    from .malis import *
  File "malis/malis.pyx", line 3, in init malis.malis
ImportError: cannot import name comb

Two possible solutions:

  1. Update all affected import statements and set minimum version requirement for scipy dependency
  2. Set upper bound for scipy dependency

I think (1) is a better solution. I currently do not have the time for a PR (maybe in three weeks), but this could be helpful for others who observe the same issue.

PyPI release and git tag

It would be nice for getting this into conda if we could have an official release of this package on PyPI. I would be happy to walk you through what needs to be done for this. Will probably need to do some more cleanup of the setup.py file first.

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.