Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/simple python3 migration #53

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    6546fa6 View commit details
    Browse the repository at this point in the history
  2. locking down requirements

    * allowing for a range of dependency versions, locked by api level
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    899587c View commit details
    Browse the repository at this point in the history
  3. adding extras_requires option for installing a viable tensorflow ba…

    …ckend
    
    * install a viable tensorflow backend by running the command `pip install -e .[tensorflow_backend]`
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    96beec0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4cb4da View commit details
    Browse the repository at this point in the history
  5. fixing csv write error

    was opening writing as bytes when content to be written was `str`
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    63d1cfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8ceac2 View commit details
    Browse the repository at this point in the history
  7. disabling loading of PsychExp dataset

    * encountering pickle load error: `_pickle.UnpicklingError: the STRING opcode argument must be quoted`
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3e2feba View commit details
    Browse the repository at this point in the history
  8. coverting to LF from CRLF

    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    a628d8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c108abc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    079d1f8 View commit details
    Browse the repository at this point in the history
  11. fixup on check_ascii

    with python3 the values being given to `check_ascii` are now `str` instead of `bytes`
    
    using `word.encode('ascii')` to validate the given word can be ASCII encoded
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    28306cf View commit details
    Browse the repository at this point in the history
  12. removing comment

    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    abca333 View commit details
    Browse the repository at this point in the history
  13. minimizing diffs

    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    fc0911b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16bdfbd View commit details
    Browse the repository at this point in the history
  15. adding smoke tests for scripts/

    fixing docstring
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    47646ca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    177379c View commit details
    Browse the repository at this point in the history
  17. disabling loading of data/PsychExp/raw.pickle

    obtaining a `_pickle.UnpicklingError: the STRING opcode argument must be quoted`
    on loading this file.
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    9047d5b View commit details
    Browse the repository at this point in the history
  18. fixing csv write error

    was opening writing as `bytes` when content to be written was `str` in python3
    nklapste committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    dbf55f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b21a73 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6da04b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    0dc13fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff04f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c075c View commit details
    Browse the repository at this point in the history
  4. reordering tests

    * having analyze result tests `test_smoke_analyze_results` and `test_smoke_analyze_all_results` execute after the `test_smoke_finetune_dataset`
    nklapste committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    9caaff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2ab3c1 View commit details
    Browse the repository at this point in the history
  6. fixing import of test_helper

    nklapste committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8b8fab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. adding comments noting the requirement of test execution order for `t…

    …est_smoke_analyze_results` and `test_smoke_analyze_all_results`
    nklapste committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a3480e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    22cfee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357dd35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9cbde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcdb035 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    269cb43 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    a327694 View commit details
    Browse the repository at this point in the history