V 1.0.0
User interface
- Add makefile global install steps for c library
- Create C shared object file for dynamic linking
- Dynamically link C library with cython
- Added
libneurograph
directory with pxds files for python wrapper
- Added pxd files for the core library
- Added basic frame structure and operations to cython library
- Started adding some algorithms from the graph library to cython
- Set up unit test case for python library
Issues
- Label propagation algorithm doesn't work in cython
- Adjacency matrix can't check for null values for printing