Dask-sql

Latest version: v2024.5.0

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

2023.2.0

What's Changed
* Unpin Dask/Distributed for development by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/954
* Resolve YAML parsing issues in gpuCI updating workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/955
* Bump pypa/cibuildwheel from 2.10.2 to 2.11.2 by dependabot in https://github.com/dask-contrib/dask-sql/pull/953
* Bump tokio from 1.22.0 to 1.23.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/959
* Update gpuCI `RAPIDS_VER` to `23.02` by github-actions in https://github.com/dask-contrib/dask-sql/pull/958
* Resolve ML cluster failures by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/957
* Force nightly Dask install for upstream testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/960
* Use `flexible` channel priority for upstream testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/961
* Bump pypa/cibuildwheel from 2.11.2 to 2.11.3 by dependabot in https://github.com/dask-contrib/dask-sql/pull/965
* Remove unnecessary `first` aggregation from groupby agg code by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/951
* Revert "Check `split_out` to decide on sorted groupby (802)" by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/807
* use macro to make get_value methods more concise by andygrove in https://github.com/dask-contrib/dask-sql/pull/821
* Clean up `wrap_predict` and `wrap_fit` flags by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/926
* Add support for `ALTER TABLE` and `ALTER SCHEMA` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/904
* Remove `np.float` in PyTest and skip new NumPy failures by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/977
* Bump async-trait from 0.1.59 to 0.1.60 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/974
* Ignore patch updates for cibw in dependabot by ayushdg in https://github.com/dask-contrib/dask-sql/pull/980
* Remove row iteration from `TIMESTAMPADD` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/973
* Upgrade to DataFusion 15.0.0 by andygrove in https://github.com/dask-contrib/dask-sql/pull/949
* Bump tokio from 1.23.0 to 1.23.1 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/983
* Bump tokio from 1.23.1 to 1.24.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/985
* Bump mimalloc from 0.1.32 to 0.1.34 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/988
* Bump async-trait from 0.1.60 to 0.1.61 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/986
* Bump tokio from 1.24.0 to 1.24.1 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/987
* Resolve test failures from `fugue=0.8.0` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/990
* Use `xfail` consistently for known failing tests by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/867
* Use Mambaforge for bare requirements testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/993
* Remove `generate_numeric_signatures` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/912
* Bump tokio from 1.24.1 to 1.24.2 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/996
* Bump pyo3 from 0.17.3 to 0.18.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/997
* `is_cudf_type` utility function by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/991
* Parse and use schema for plugins whenever possible by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/854
* Bump async-trait from 0.1.61 to 0.1.63 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/1004
* Use Mambaforge for scheduled import testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1005
* Set `n_jobs=-1` in `test_ml_experiment` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1007
* Update logic for opening a new issue with upstream failures by ayushdg in https://github.com/dask-contrib/dask-sql/pull/882
* Add handling to scheduled upstream workflow when no log files are available by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1009
* Remove `EliminateAggDistinct` optimizer rule, implement distinct aggs in Python by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1006
* Minor ML model improvements by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/976
* `FilterColumnsPostJoin` Optimizer Rule by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/956
* Add parquet-statistics utility by rjzamora in https://github.com/dask-contrib/dask-sql/pull/999
* Update isort to 5.12.0 by ayushdg in https://github.com/dask-contrib/dask-sql/pull/1016
* Bump async-trait from 0.1.63 to 0.1.64 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/1019
* Bump tokio from 1.24.2 to 1.25.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/1014
* Backend agnostic machine learning models by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/962
* Fix Rust `format!` clippy errors by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1023
* Rename `DatePartOperation` class by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1011
* Switch from skipping to xfailing some Python tests by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1002
* Add a config option to allow control for broadcast based joins by ayushdg in https://github.com/dask-contrib/dask-sql/pull/1000
* Bump uuid from 1.2.2 to 1.3.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/1026
* Add ` dask<=2023.1.1` max version constraint for release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1029


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.12.0...2023.2.0

2022.12.0

What's Changed
* Unpin dask/distributed for development by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/892
* Add replace operator by ChrisJar in https://github.com/dask-contrib/dask-sql/pull/897
* Replace `variadic` with `exact` where appropriate by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/885
* Bump pyo3 from 0.17.2 to 0.17.3 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/900
* Sort + limit topk optimization (initial) by ayushdg in https://github.com/dask-contrib/dask-sql/pull/893
* [bug][docs] `my_ds` -> `my_df` by nickvazz in https://github.com/dask-contrib/dask-sql/pull/905
* Bump env_logger from 0.9.1 to 0.9.3 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/906
* Bump mimalloc from 0.1.30 to 0.1.31 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/910
* Replace `dask_ml.wrappers.Incremental` with custom `Incremental` class by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/855
* Update flake8 link to use github by ayushdg in https://github.com/dask-contrib/dask-sql/pull/915
* Use `conda-incubator/setup-minicondav2.2.0` & enable automatic GH Action updates by jakirkham in https://github.com/dask-contrib/dask-sql/pull/917
* Bump uuid from 1.2.1 to 1.2.2 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/916
* Upgrade to DataFusion 14.0.0 by andygrove in https://github.com/dask-contrib/dask-sql/pull/903
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/dask-contrib/dask-sql/pull/920
* Support `to_timestamp` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/838
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/dask-contrib/dask-sql/pull/921
* Bump Docker workflow actions by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/930
* Bump mimalloc from 0.1.31 to 0.1.32 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/923
* Bump tokio from 1.21.2 to 1.22.0 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/927
* Bump peter-evans/create-pull-request from 3 to 4 by dependabot in https://github.com/dask-contrib/dask-sql/pull/929
* Temporarily fix gpuci by ayushdg in https://github.com/dask-contrib/dask-sql/pull/942
* Remove all Dask-ML uses by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/886
* Dependabot updates by ayushdg in https://github.com/dask-contrib/dask-sql/pull/944
* Bump async-trait from 0.1.58 to 0.1.59 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/946
* Add `TIMESTAMPDIFF` support by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/876
* Implement basic COALESCE functionality by ChrisJar in https://github.com/dask-contrib/dask-sql/pull/823
* Add support for filter pushdown rule by ayushdg in https://github.com/dask-contrib/dask-sql/pull/924
* Resolve `test_date_functions()` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/813
* Set dask/distributed pinning for release by ayushdg in https://github.com/dask-contrib/dask-sql/pull/947
* Set dask/distributed max version in Dockerfile by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/952

New Contributors
* nickvazz made their first contribution in https://github.com/dask-contrib/dask-sql/pull/905
* jakirkham made their first contribution in https://github.com/dask-contrib/dask-sql/pull/917

**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.10.1...2022.12.0

2022.10.1

What's Changed
* Unpin dask/distributed for development by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/848
* Switch docs/CI away from conda-installed Rust by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/817
* Add `/opt/cargo/bin` to gpuCI `PATH` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/856
* Enable crate sorting with `rustfmt` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/819
* Update datafusion dependency during upstream testing by ayushdg in https://github.com/dask-contrib/dask-sql/pull/814
* Bump mimalloc from 0.1.29 to 0.1.30 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/862
* Update gpuCI `RAPIDS_VER` to `22.12` by github-actions in https://github.com/dask-contrib/dask-sql/pull/863
* Refactor `which_upstream` logic in upstream scheduled workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/864
* Add testing for OSX by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/859
* Wrap `which_upstream` logic in expression syntax by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/866
* Check for `np.timedelta64` in `as_timelike` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/860
* Update test-upstream.yml typo by ayushdg in https://github.com/dask-contrib/dask-sql/pull/869
* Use latest DataFusion rev by andygrove in https://github.com/dask-contrib/dask-sql/pull/865
* Only use upstream Dask in scheduled cluster testing if `which_upstream == 'Dask'` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/872
* Bump async-trait from 0.1.57 to 0.1.58 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/870
* Add pypi release workflow by ayushdg in https://github.com/dask-contrib/dask-sql/pull/858
* Ignore index for union all test by ayushdg in https://github.com/dask-contrib/dask-sql/pull/875
* Bump versioneer-vendored files to 0.27 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/881
* Bump `uvicorn` minimum version to 0.13.4 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/873
* Install `twine` in `cibuildwheel` environment by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/874
* Replace `dask_ml.wrappers.ParallelPostFit` with custom `ParallelPostFit` class by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/832
* Add `py` to testing environments to resolve pytest 7.2.0 issues by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/890
* Use latest DataFusion rev by andygrove in https://github.com/dask-contrib/dask-sql/pull/889
* Pin dask/distributed for release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/891


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.10.0...2022.10.1

2022.10.1rc1

What's Changed
* Ignore index for union all test by ayushdg in https://github.com/dask-contrib/dask-sql/pull/875
* Bump versioneer-vendored files to 0.27 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/881
* Bump `uvicorn` minimum version to 0.13.4 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/873
* Install `twine` in `cibuildwheel` environment by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/874


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.10.1rc0...2022.10.1rc1

2022.10.1rc0

What's Changed
* Unpin dask/distributed for development by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/848
* Switch docs/CI away from conda-installed Rust by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/817
* Add `/opt/cargo/bin` to gpuCI `PATH` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/856
* Enable crate sorting with `rustfmt` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/819
* Update datafusion dependency during upstream testing by ayushdg in https://github.com/dask-contrib/dask-sql/pull/814
* Bump mimalloc from 0.1.29 to 0.1.30 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/862
* Update gpuCI `RAPIDS_VER` to `22.12` by github-actions in https://github.com/dask-contrib/dask-sql/pull/863
* Refactor `which_upstream` logic in upstream scheduled workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/864
* Add testing for OSX by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/859
* Wrap `which_upstream` logic in expression syntax by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/866
* Check for `np.timedelta64` in `as_timelike` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/860
* Update test-upstream.yml typo by ayushdg in https://github.com/dask-contrib/dask-sql/pull/869
* Use latest DataFusion rev by andygrove in https://github.com/dask-contrib/dask-sql/pull/865
* Only use upstream Dask in scheduled cluster testing if `which_upstream == 'Dask'` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/872
* Bump async-trait from 0.1.57 to 0.1.58 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/870
* Add pypi release workflow by ayushdg in https://github.com/dask-contrib/dask-sql/pull/858


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.10.0...2022.10.1c0

2022.10.0

What's Changed
* Update README to link to DataFusion rather than Calcite by andygrove in https://github.com/dask-contrib/dask-sql/pull/790
* Unpin dask/distributed for development by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/794
* Remove datafusion syncing workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/793
* Resolve syntax errors in upstream testing workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/797
* README update- remove 'experimental' from GPU support section by randerzander in https://github.com/dask-contrib/dask-sql/pull/798
* Fix new clippy warnings by andygrove in https://github.com/dask-contrib/dask-sql/pull/801
* Check `split_out` to decide on sorted groupby in aggregate.py by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/802
* Resolve Docker build failures, update core dependency constraints by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/804
* Fix docker build errors by ayushdg in https://github.com/dask-contrib/dask-sql/pull/805
* Fix `if` condition for gpuCI updating workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/808
* `pip` install `awscli` in cloud images by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/809
* Resolve bare requirement failures in upstream workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/800
* Refactor `getValue<T>` code to reduce duplication by andygrove in https://github.com/dask-contrib/dask-sql/pull/803
* Improve `SqlTypeName` to support more types and also improve error handling by andygrove in https://github.com/dask-contrib/dask-sql/pull/824
* Add dependabot config to update Rust deps by andygrove in https://github.com/dask-contrib/dask-sql/pull/820
* Bump uuid from 0.8.2 to 1.1.2 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/828
* Bump rand from 0.7.3 to 0.8.5 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/827
* Remove rust-toolchain.toml by andygrove in https://github.com/dask-contrib/dask-sql/pull/826
* Add quoting around partition keys for Hive table inputs by randerzander in https://github.com/dask-contrib/dask-sql/pull/834
* Configure dependabot to ignore `arrow` and `datafusion` by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/840
* Bump pyo3 from 0.17.1 to 0.17.2 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/836
* Add support for `CREATE EXPERIMENT`, expand support for `WITH` kwargs by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/796
* Bump uuid from 1.1.2 to 1.2.1 in /dask_planner by dependabot in https://github.com/dask-contrib/dask-sql/pull/845
* Add Andy and Charles to the rust codeowners group by ayushdg in https://github.com/dask-contrib/dask-sql/pull/846
* Update DataFusion and change order of optimization rules by andygrove in https://github.com/dask-contrib/dask-sql/pull/825
* Update doc pages after DataFusion merge by randerzander in https://github.com/dask-contrib/dask-sql/pull/842
* Resolve `test_literals()` by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/812
* Faster limit computation on persisted dataframes by ayushdg in https://github.com/dask-contrib/dask-sql/pull/837
* Pin dask/distributed for release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/847

New Contributors
* randerzander made their first contribution in https://github.com/dask-contrib/dask-sql/pull/798
* dependabot made their first contribution in https://github.com/dask-contrib/dask-sql/pull/828

**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2022.9.0...2022.10.0

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.