Permalink
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. Update for travis CI

    Added install for dependency issues
    committed Sep 13, 2016
  2. Added Travis CI test script

    Added configuration file
    committed Sep 13, 2016
  3. Added learner changes that were missed in last update

    Update learners file. Missed in last update.
    committed Sep 13, 2016
  4. 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 12, 2016
  1. Update doc to indicate bilingual support

    Documentation has been updated to reflect the support of python 2 and
    3.
    
    Also deleted some code which treated the interface as a multiprocessing
    class.
    committed Sep 12, 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 9, 2016
  1. Fixed Windows compatability issues

    The logger was causing problems with multiprocessing on windows. Windows
    spawns a new python thread then pickles the process object. A logger can
    not be pickled. The solution was to delete the logger at the end of init
    then recreate at the start of run.
    committed Sep 9, 2016
Commits on Sep 8, 2016
  1. Updated documentation

    Removed step from install instructions on installing scikit-learn as
    the source is now already included.
    committed Sep 8, 2016
  2. Removed scikit-learn dependence

    the required code from scikit-learn is now included in mloop. When
    scikit-learn releases the latest dev version, this code will be removed
    and mloop will require scikit-learn as a dependency. But this is a
    better solution than requiring installation of scikit-learn from source
    in the short term.
    
    Interface is no longer run as a seperate process but just a seperate
    thread. This is to improve compatibility with matplotlib on MacOS and
    Windows.
    committed Sep 8, 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. Fixes for read the docs

    Attempting to get docs working on read the docs
    committed Aug 30, 2016
  2. Update setup.py

    Fixed version tag
    committed Aug 30, 2016
  3. Added tutorial to documentation

    Added another example for the tutoiral, and made a corresponding test.
    
    Fixed bug with reading matlab files for plots.
    
    Changed some keywords to do with file_types and files.
    
    Moved version to 2.0.1
    committed Aug 30, 2016
Commits on Aug 25, 2016
  1. Initial release for 2.0.0

    committed Aug 25, 2016
  2. Delete old readme

    committed Aug 25, 2016
  3. 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
Commits on Jun 21, 2016
  1. Update README.md

    committed on GitHub Jun 21, 2016
  2. Update README.md

    committed on GitHub Jun 21, 2016
Commits on Jul 19, 2015
  1. Update README.md

    committed Jul 19, 2015
Commits on Jul 16, 2015
  1. fixing structure

    committed Jul 16, 2015
Commits on Jul 15, 2015
  1. Added main files

    committed Jul 15, 2015
  2. Update .gitignore

    committed Jul 15, 2015
  3. Update README.md

    committed Jul 15, 2015
  4. Create README.md

    committed Jul 15, 2015
  5. Initial commit

    committed Jul 15, 2015