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

Try to add support for Python 3.12 #2187

Closed
wants to merge 36 commits into from
Closed

Commits on May 15, 2024

  1. Enabling python 3.12 #2097

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b3abc8a View commit details
    Browse the repository at this point in the history
  2. Enabling python 3.12 #2097

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    809a1d3 View commit details
    Browse the repository at this point in the history
  3. Cornac>2

    Signed-off-by: miguelgfierro <[email protected]>
    miguelgfierro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    496b22f View commit details
    Browse the repository at this point in the history
  4. setuptools >= 67

    daviddavo authored May 15, 2024
    Configuration menu
    Copy the full SHA
    2b9ddcc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Temporary use lightfm patch

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    69f2d36 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'staging' into python312

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d497fc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Updated tensorflow

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c223e3d View commit details
    Browse the repository at this point in the history
  2. Update pymanopt

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    75b884b View commit details
    Browse the repository at this point in the history
  3. Installing pymanopt from git

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0c28cf1 View commit details
    Browse the repository at this point in the history
  4. Add setuptools (for python 3.12)

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ad0c79d View commit details
    Browse the repository at this point in the history
  5. Use numpy 1.26 on python 3.12

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cdf9515 View commit details
    Browse the repository at this point in the history
  6. Update python version used to launch tests

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a442edb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Added numpy 1.26 setup requires on python 3.12

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    dff4b0c View commit details
    Browse the repository at this point in the history
  2. [test ci] Force numpy 1.26

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2af59a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge remote-tracking branch 'origin/staging' into python312

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    100a6f5 View commit details
    Browse the repository at this point in the history
  2. Updated conda in azureml tests

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a7208e8 View commit details
    Browse the repository at this point in the history
  3. Update pymanopt usage

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    94ccdeb View commit details
    Browse the repository at this point in the history
  4. Use numpy 1.26.4 in Python 3.12

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cca9669 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge branch 'staging' into python312

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    12924d6 View commit details
    Browse the repository at this point in the history
  2. Updated pymanopt in aml_utils

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5f02f45 View commit details
    Browse the repository at this point in the history
  3. Relaxed numpy requirements

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    18ff5b7 View commit details
    Browse the repository at this point in the history
  4. Removed Python 3.8 tests

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    913abde View commit details
    Browse the repository at this point in the history
  5. Bumped required python version

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3b0d1a1 View commit details
    Browse the repository at this point in the history
  6. Upgraded azure python version to python 3.12

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    108c8a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Updated tf-keras for new python versions

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2e2c99a View commit details
    Browse the repository at this point in the history
  2. Revert "Removed Python 3.8 tests"

    This reverts commit 913abde.
    
    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8f0265a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Revert "Bumped required python version"

    This reverts commit 3b0d1a1.
    
    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7705b5d View commit details
    Browse the repository at this point in the history
  2. #2138 Using requirements-external to specify git deps

    - Had to do it for python 3.12 and 3.8 compat
    
    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4d4779a View commit details
    Browse the repository at this point in the history
  3. Fixed conda env file

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1cbe6b6 View commit details
    Browse the repository at this point in the history
  4. Changed requirements-external order

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    734e4ac View commit details
    Browse the repository at this point in the history
  5. Install requirements-external.txt from GitHub

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7b01eff View commit details
    Browse the repository at this point in the history
  6. Relaxed scipy version for Pyton 3.8

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8515dbf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'staging' into python312

    Signed-off-by: David Davó <[email protected]>
    daviddavo committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4a544b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge in staging

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    450bf17 View commit details
    Browse the repository at this point in the history
  2. Remove restrict on keras

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e2d72e8 View commit details
    Browse the repository at this point in the history
  3. Stop tests for wide and deep

    Signed-off-by: Simon Zhao <[email protected]>
    SimonYansenZhao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a9d36f8 View commit details
    Browse the repository at this point in the history