Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dask-contrib/dask-sql Loading
base: 2023.11.0
Choose a base ref
...
head repository: dask-contrib/dask-sql Loading
compare: 2024.1.0-rc0
Choose a head ref
  • 9 commits
  • 52 files changed
  • 5 contributors

Commits on Nov 27, 2023

  1. Bump conda-incubator/setup-miniconda from 2.2.0 to 2.3.0 (#1272)

    Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
    - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
    - [Commits](conda-incubator/setup-miniconda@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: conda-incubator/setup-miniconda
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5d8da2c View commit details
    Browse the repository at this point in the history
  2. datetime_coercion rule (#1194)

    * add preoptimizer and datetime_coercion rule
    
    * fix pytest
    
    * add pytest
    
    * style
    
    * check for math exprs
    
    * style
    
    * fix logic
    
    * handle nested binaryexprs
    
    * remove whitespace
    
    * temporarily remove sql.rs changes
    
    * readd preoptimizer logic
    
    * use with_new_exprs
    
    * style
    
    ---------
    
    Co-authored-by: Jeremy Dyer <[email protected]>
    Co-authored-by: Charles Blackmon-Luca <[email protected]>
    3 people committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e93327e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8269983 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Bump GPU CI to CUDA 11.8 (#1275)

    * Bump GPU CI to CUDA 11.8
    
    * Resolve deprecation warnings
    charlesbluca committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    779b6bb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update gpuCI RAPIDS_VER to 24.02 (#1271)

    * Update gpuCI `RAPIDS_VER` to `24.02`
    
    * Un-xfail q38
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Charles Blackmon-Luca <[email protected]>
    github-actions[bot] and charlesbluca committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dbb36a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Drop python 3.8, add 3.11 & 3.12 to testing (#1143)

    * Initial python version bump in CI
    
    * Add libprotobuf to GPU CI environments
    
    * Replace mentions of old env files
    
    * Remove strict channel priority to try to unblock env solves?
    
    * Establish minimum version for mlflow
    
    * Revert "Remove strict channel priority to try to unblock env solves?"
    
    This reverts commit e454833.
    
    * Try strict channel priority without nodefaults
    
    * Bump mlflow min version to fix windows failures
    
    * Build python 3.11 wheels
    
    * Run wheel builds in PR test
    
    * Try protoc action in wheels build to unblock
    
    * Skip hive testing on 3.11 for now
    
    * Fix workflow syntax errors
    
    * Stop running wheel CI
    
    * Bump pyo3 abi minor version
    
    * Initial run of pyupgrade to py39
    
    * Continue marking test_dask_fsql as flaky
    
    * More places to drop 3.8
    
    * Try running tests on python 3.12
    
    * Add environment file
    
    * Skip sasl installation
    
    * Drop protoc build dep
    
    * Drop mlflow constraint
    
    * Set min version for mlflow
    
    * Drop mlflow from 3.12 tests for now
    
    * Relocate docker/server files to continuous_integration
    
    * Unpin dask/distributed
    
    * unpin 3.9 gpu environment
    
    * add 3.12 to classifiers
    
    * unpin dask in gpuci 3.9
    charlesbluca committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ce51df3 View commit details
    Browse the repository at this point in the history
  2. Bump async-trait from 0.1.74 to 0.1.77 (#1288)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.77.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](https://github.com/dtolnay/async-trait/commits)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3ffba21 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Unblock CI failures from scikit-learn 1.4.0, pandas 2.2.0 (#1295)

    * Pin sklearn to <1.4
    
    * Unpin sqlalchemy<2
    
    * Refactor pyhive input/tests for sqlalchemy 2
    
    * Use astype to normalize dtypes in _assert_query_gives_same_result
    
    * Refine pd.NA normalization in _assert_query_gives_same_result
    
    * Explicitly compute pandas result in test_join_reorder
    
    * xfail tpot tests, unpin sklearn
    
    * Linting
    charlesbluca committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f53c3e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Prepare for 2024.1.0-rc0 release (#1297)

    * Pin dask/distributed
    
    * Bump version to 2024.1.0-rc0
    
    * Bump GPU envs and docs to CTK 11.8
    
    * Use conda nightlies for dask/distributed in GPU envs
    charlesbluca committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b996e77 View commit details
    Browse the repository at this point in the history
Loading