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

Add support for python 3.11 #3190

Merged
merged 70 commits into from Oct 11, 2023
Merged

Add support for python 3.11 #3190

merged 70 commits into from Oct 11, 2023

Commits on May 2, 2023

  1. Add support for python 3.11

    ddelange committed May 2, 2023
    Copy the full SHA
    fa4e31e View commit details
    Browse the repository at this point in the history
  2. Add missing comma

    ddelange committed May 2, 2023
    Copy the full SHA
    e7e6bbc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14e6fee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dd96a19 View commit details
    Browse the repository at this point in the history
  5. Revert devices='auto'

    ddelange committed May 2, 2023
    Copy the full SHA
    9c922b9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    62c2008 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Copy the full SHA
    cf8d153 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      improve stability of flaky XShift tests (autogluon#3194)
    ddelange committed May 3, 2023
    Copy the full SHA
    b2aef1a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    28ca9de View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Copy the full SHA
    0d4f8a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    18fbb5f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6e626af View commit details
    Browse the repository at this point in the history
  4. Bump torchmetrics

    ddelange committed May 4, 2023
    Copy the full SHA
    06b41f2 View commit details
    Browse the repository at this point in the history
  5. Bump pytorch-lightning

    commit autogluon@dd96a19 forces a minimum version bump of pytorch-lightning to 2.0.0 ref Lightning-AI/pytorch-lightning#16847
    ddelange committed May 4, 2023
    Copy the full SHA
    6a0387e View commit details
    Browse the repository at this point in the history
  6. Remove map.py

    ddelange committed May 4, 2023
    Copy the full SHA
    2e65ea8 View commit details
    Browse the repository at this point in the history
  7. Remove map.py leftover

    ddelange committed May 4, 2023
    Copy the full SHA
    ef9fb68 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Copy the full SHA
    cdbd78e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c94b71 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ea9da42 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Copy the full SHA
    88d0664 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Copy the full SHA
    93900e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    43e4e16 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Copy the full SHA
    7533e8a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon: (24 commits)
      [WIP] 0.8.0 release notes (autogluon#3303)
      Add model keys doc (autogluon#3321)
      Fix NaN warning in np.array(X) (autogluon#3315)
      [Draft] Upgrade networkx to 3.x (autogluon#3317)
      Add calibrate_decision_threshold tutorial (autogluon#3316)
      [Doc] AutoMM FAQ Updates (autogluon#3314)
      Update to v0.8.0 (autogluon#3313)
      Add Experimental Zeroshot HPO (autogluon#3312)
      Update GPU installation guide to use CUDA 11.7 (autogluon#3306)
      [Tutorial]Update tutorials for object detection (autogluon#3305)
      [timeseries] Update documentation (autogluon#3297)
      Update mac cpu install instructions (autogluon#3280)
      Add docstring for hyperparameter_tune_kwargs (autogluon#3307)
      [Doc] Add Search Space Page (autogluon#3311)
      Fewshot learning predict proba (autogluon#3267)
      Fix log to file Windows tests (autogluon#3302)
      Add missing doc pages (autogluon#3304)
      Add calibrate_decision_threshold (autogluon#3298)
      continuous training tutorial update (autogluon#3300)
      Add TabPFN (autogluon#3270)
      ...
    ddelange committed Jun 16, 2023
    Copy the full SHA
    3429b5c View commit details
    Browse the repository at this point in the history
  2. Remove catboost hotfix

    3.8.17 github runner was released ref https://github.com/actions/python-versions/blob/225ba42747d0f5e3dbd90ba15b9c7409a4b8c735/versions-manifest.json#L3370-L3396
    this is built on macos 11, so it is properly detected
    ddelange committed Jun 16, 2023
    Copy the full SHA
    6f1935d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump onnx to 0.15.x

    ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu<1.14.0,>=1.13.0; platform_system != "Darwin" and extra == "tests" (from autogluon-multimodal[tests]) (from versions: 1.15.0, 1.15.1)
    
    ERROR: No matching distribution found for onnxruntime-gpu<1.14.0,>=1.13.0; platform_system != "Darwin" and extra == "tests"
    ddelange committed Jun 19, 2023
    Copy the full SHA
    ac8f128 View commit details
    Browse the repository at this point in the history
  2. Revert onnx version bump

    Only onnxruntime 0.15 was released, onnx is still on 0.14
    ddelange committed Jun 19, 2023
    Copy the full SHA
    8e7d838 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8024a1b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cb98de7 View commit details
    Browse the repository at this point in the history
  5. Fix typo on version range

    ddelange committed Jun 19, 2023
    Copy the full SHA
    75c13d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      [AutoMM] Remove fairscale (autogluon#3342)
      lint core (autogluon#3339)
      Move PyMuPDF to optional (autogluon#3331)
      Add community section to website front page (autogluon#3333)
      lint common (autogluon#3337)
      Remove TIMM in core setup (autogluon#3334)
      Update persist_models max_memory 0.1 -> 0.4 (autogluon#3338)
      Update google analytics property (autogluon#3330)
      Add Discord Link (autogluon#3332)
      0.8 post release (autogluon#3322)
    ddelange committed Jun 22, 2023
    Copy the full SHA
    650cc81 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      Lint tabular (autogluon#3347)
      Update Windows Conda install instructions (autogluon#3346)
      Lint features (autogluon#3344)
    ddelange committed Jun 25, 2023
    Copy the full SHA
    22cee55 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      0.8.2 release notes (autogluon#3371)
      Pin pydantic (autogluon#3370)
      0.8.1 Post Release (autogluon#3367)
      [Merge after v0.8.1][AutoMM]  Unpin sentencepiece (autogluon#3368)
      codespell: action, config + some typos fixed (autogluon#3323)
      0.8.1 release notes (autogluon#3363)
      [AutoMM] Update per gpu batch size for HPO (autogluon#3360)
      [Multimodal] Fix hpo crashing on reuse_actor (autogluon#3361)
      Add missing colab buttons to advanced AutoMM tutorials (autogluon#3359)
      Fix log suppression workaround for print statements in suod (autogluon#3364)
      Pin dependencies (autogluon#3358)
      [timeseries] Fix bugs in DirectTabularModel (autogluon#3350)
      Fix refit crash (autogluon#3348)
    ddelange committed Jul 3, 2023
    Copy the full SHA
    9bd84af View commit details
    Browse the repository at this point in the history
  2. Bump ray version

    pytorch_lightning 2.0 support added in 2.5 ray-project/ray#34967
    ray_lightning deprecated ray-project/ray#36400
    ddelange committed Jul 3, 2023
    Copy the full SHA
    a4fabd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Copy the full SHA
    b94c248 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cp311

    Weisu Yin committed Jul 17, 2023
    Copy the full SHA
    7a4eef0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Copy the full SHA
    060a6cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca8d8ef View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      Fix crash when `time_limit` is None and overwritten via `max_time_limit` (autogluon#3418)
      Upgrade torch 2.0 (autogluon#3404)
      Fix FastAI crash edge-case (autogluon#3416)
      Add log for fit time adjustments (autogluon#3408)
      [fix][eda] Anomaly Detection - disable bps_flag for SUOD (autogluon#3406)
      [timeseries] Remove all references to MXNet (autogluon#3396)
      Remove ray lightning (autogluon#3398)
      [AutoMM] Add unit tests for trimming sequence lengths (autogluon#3399)
      [FIX] fix detection tutorial index (autogluon#3397)
      Refactor path (autogluon#3355)
      [Doc] Add AutoMM FAQs (autogluon#3388)
      [AutoMM] Fix the input keys of categorical MLP (autogluon#3384)
      [AutoMM] Clean up text processor (autogluon#3383)
      [AutoMM] Support customizing use_fast for AutoTokenizer (autogluon#3379)
      vw version bump (autogluon#3373)
      0.8.2 post release (autogluon#3377)
    ddelange committed Jul 26, 2023
    Copy the full SHA
    0d5519e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cp311' of https://github.com/ddelange/autogluon into cp311

    * 'cp311' of https://github.com/ddelange/autogluon:
      Unify torchmetrics version notation
      Undo deletion from a merge commit
    ddelange committed Jul 26, 2023
    Copy the full SHA
    bee41e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      [AutoMM] Loose the lower bound of torchvision (autogluon#3424)
      [CI] Pre-generate benchmark config (autogluon#3417)
      [AutoMM] Upgrade torchmetrics to 1.0 (autogluon#3422)
    ddelange committed Jul 28, 2023
    Copy the full SHA
    c38fe7e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      [EDA] Disable EDA tests and doc build temporarily (autogluon#3425)
    ddelange committed Aug 1, 2023
    Copy the full SHA
    9084527 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 8, 2023

  1. Revert merge remnant

    ddelange committed Aug 8, 2023
    Copy the full SHA
    f0cbf1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      Add broken link checker badge (autogluon#3438)
      [AutoMM] Unify creating tokenizers for all models (autogluon#3434)
    ddelange committed Aug 8, 2023
    Copy the full SHA
    70d5745 View commit details
    Browse the repository at this point in the history
  3. Revert lower bound bumps

    datasets needs a lower bound bump due to huggingface/datasets@bde7504
    ddelange committed Aug 8, 2023
    Copy the full SHA
    983415b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      Update CI images (autogluon#3443)
      PR to fix core platform tests (autogluon#3444)
    ddelange committed Aug 10, 2023
    Copy the full SHA
    15da1de View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      Fix nightly image (autogluon#3450)
      [CI] Free more space for nightly image (autogluon#3449)
      [AutoMM] Support muti-GPU inference with ddp (autogluon#3445)
      Fix nightly image (autogluon#3448)
      Integrate Bench (autogluon#3446)
    ddelange committed Aug 11, 2023
    Copy the full SHA
    4081cdb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Copy the full SHA
    953d559 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Copy the full SHA
    ad04285 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f1d2fd View commit details
    Browse the repository at this point in the history
  3. Add cp311 specifier

    ddelange committed Aug 24, 2023
    Copy the full SHA
    ed3f969 View commit details
    Browse the repository at this point in the history
  4. Lint

    ddelange committed Aug 24, 2023
    Copy the full SHA
    07246b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 10, 2023

  1. Copy the full SHA
    73758c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Allow torchmetrics 1.1.*

    ddelange committed Sep 11, 2023
    Copy the full SHA
    11652e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'master' of https://github.com/awslabs/autogluon into cp311

    * 'master' of https://github.com/awslabs/autogluon:
      [Lightning] Update lightning import (autogluon#3526)
      [Feature] [Tabular] Integrating Bench and Dashboard in CI (autogluon#3527)
      [timeseries] Automatically remove short time series from training data (autogluon#3469)
      [timeseries] Fix timeseries tutorial on Colab (autogluon#3522)
      [AutoMM] Support torch.compile() (autogluon#3520)
    ddelange committed Sep 18, 2023
    Copy the full SHA
    0524102 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 2, 2023

  1. Bump ray to 2.7.0

    ddelange committed Oct 2, 2023
    Copy the full SHA
    fba061c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. test

    yinweisu committed Oct 3, 2023
    Copy the full SHA
    6deb782 View commit details
    Browse the repository at this point in the history
  2. disable tensorrt

    yinweisu committed Oct 3, 2023
    Copy the full SHA
    2e62c43 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix tests

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    5227c72 View commit details
    Browse the repository at this point in the history
  2. isort

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    84592cc View commit details
    Browse the repository at this point in the history
  3. lint

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    4315d6e View commit details
    Browse the repository at this point in the history
  4. isort

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    5586f48 View commit details
    Browse the repository at this point in the history
  5. fix

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    681709d View commit details
    Browse the repository at this point in the history
  6. fix catboost

    yinweisu committed Oct 4, 2023
    Copy the full SHA
    c30990d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. fix

    yinweisu committed Oct 5, 2023
    Copy the full SHA
    b82d137 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge branch 'master' into py_311

    Weisu Yin committed Oct 9, 2023
    Copy the full SHA
    97d9386 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. address comments

    yinweisu committed Oct 10, 2023
    Copy the full SHA
    bd6b173 View commit details
    Browse the repository at this point in the history