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

Support for Python 3.9 on 1.0 branch #1219

Merged

Commits on Dec 18, 2020

  1. Support for Python 3.9 (facebookresearch#1197)

    * Fix importlib error when using py3.9
    
    * Fix lint errors
    
    * Add a method to match lines based on regex
    
    * fix lint error
    
    * bump hydra version in discovery test plugin
    
    * Add python 3.9 in setup.py
    
    * Skip python 3.9 tests on windows
    
    * use assert_text_same when lengths of actual and expected output do not match
    
    * Remove dependency on hydra version
    
    * Check python version to decide if importlib_resources should be imported
    
    * Update the install script for plugins to reflect support for python 3.9
    
    * pin virtualenv to 20.0.33 for windows
    
    * Fix lint error
    
    * Enable CI for 3.9 on windows
    
    * Update circle ci config
    
    * Update circle ci config
    
    * Fix issues with windows
    
    * Skip Ray test for Python 3.9
    
    * Incorporate feedback
    
    * Fix circleci config
    
    * Fix lint errors
    
    * Fix circleci config
    
    * Fix some ci errors
    
    * Fix lint error
    
    * Fix lint error
    
    * Update setup.py for some plugins
    
    * Disable windows 9 support
    
    * Ax plugin doesnt support 3.9 for now
    
    * Nevergrad python 3.9 support depends on Scikit-learn
    
    * Add news entries
    
    * Accidentally removed support for optuna on windows
    
    * Incorporate feedback
    
    * Disable windows test for optuna
    shagunsodhani committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    c0fece6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677d9ff View commit details
    Browse the repository at this point in the history