Commits on Nov 4, 2016
  1. v2.1.1 Candidate

    Updated the documentation.
    Candidate for new version to be released on PyPI
    committed Nov 4, 2016
Commits on Oct 22, 2016
  1. Fix setup syntax error

    charmasaur committed Oct 22, 2016
Commits on Oct 13, 2016
  1. Candidate for tag v2.1.0

    Candidate for version 2.1.0 release.
    committed Oct 13, 2016
Commits on Oct 4, 2016
  1. Added pip requires to setuptools

    Setuptools updated
    committed Oct 4, 2016
  2. scikit-learn now required

    Sciki-learn 0.18 has now officially been released as the new stable
    version. It is also available in the anaconda distribution. We have
    removed the scikit-learn code that was included with M-LOOP previously
    and now have it has a dependency.
    committed Oct 4, 2016
  3. Command Line now supported on Windows

    Command Line now works on windows as well as Linux and MacOS
    committed Oct 4, 2016
Commits on Sep 14, 2016
  1. Ready for version 2.0.3 tag

    Updated for the git tag update
    committed Sep 14, 2016
  2. Fixed windows setuptools multiprocessing issues

    setup.py test was failing on windows machines because if
    __name__==__main__ was not included in the setup.py folder. This has
    been fixed. Also updated setup.py to explicitly include all package with
    version requirements to help get it working on Travis CI.
    committed Sep 14, 2016
Commits on Sep 13, 2016
  1. Fixed logging in processes

    Queue listener and logger have been removed as they were causing issues
    on Windows and python 2. Logging in a process is now direct to the cmd
    line. There are no duplicate loggers anymore.
    committed Sep 13, 2016
Commits on Sep 10, 2016
  1. Added python 2 backward compatability

    Updated the package so it now works on python 2 and 3. All use of super
    had to be updated and compatibility headers were added to all module
    committed Sep 10, 2016
Commits on Sep 1, 2016
  1. Small update for documentation issues with read the docs

    Hard coded some versions
    committed Sep 1, 2016
  2. Update for official release

    Completed documentation.
    
    Fixed a few bugs with file writing formats with ‘txt’ in particular
    committed Sep 1, 2016
Commits on Aug 30, 2016
  1. Update setup.py

    Fixed version tag
    committed Aug 30, 2016
Commits on Aug 25, 2016
  1. Initial release for 2.0.0

    committed Aug 25, 2016
  2. Upgrade to 2.0.0

    Complete rewriting of M-LOOP to make it more extensible and improve
    performance.
    
    M-LOOP is now includes threading and multiprocessing to remove any
    unnecessary delays between experiments.
    
    M-LOOP is installable with setuptool.
    
    M-LOOP now had documentation generated with sphinx.
    committed Aug 25, 2016