MACS v2.2.4
The first release that is compatible with Python3
Features added
-
First Python3 version MACS2 released.
-
Version number 2.2.X will be used for MACS2 in Python3, in
parallel to 2.1.X. -
More comprehensive test.sh script to check the consistency of
results from Python2 version and Python3 version. -
Simplify setup.py script since the newest version transparently
supports cython. And when cython is not installed by the user,
setup.py can still compile using only C codes. -
Fix Signal.pyx to use np.array instead of np.mat.