Skip to content

MACS v2.2.4

Compare
Choose a tag to compare
@taoliu taoliu released this 03 Oct 18:33
· 958 commits to master since this release
fff5f1d

The first release that is compatible with Python3

Features added

  1. First Python3 version MACS2 released.

  2. Version number 2.2.X will be used for MACS2 in Python3, in
    parallel to 2.1.X.

  3. More comprehensive test.sh script to check the consistency of
    results from Python2 version and Python3 version.

  4. 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.

  5. Fix Signal.pyx to use np.array instead of np.mat.