Dask-sql

Latest version: v2024.3.0

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

Scan your dependencies

Page 1 of 8

2024.3.0

What's Changed
* Rust optimizer improvements by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1199
* [REVIEW] Fix `dynamic_partition_pruning` to handle a single Parquet file by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1280
* Error on warnings emitted in dask-sql/dask by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1261
* Drop latest datafusion testing from nightly tests by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1296
* Bump minimum Arrow version to 14.0.1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1304
* Update gpuCI `RAPIDS_VER` to `24.04` by github-actions in https://github.com/dask-contrib/dask-sql/pull/1293
* Pin dask to 2024.1.1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1301
* Bump py-xgboost CI dep to 2.0.3 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1314
* Prepare for 2024.3.0 release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1318


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2024.1.0...2024.3.0

2024.1.0

What's Changed
* Bump conda-incubator/setup-miniconda from 2.2.0 to 2.3.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1272
* `datetime_coercion` rule by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1194
* Bump Docker workflow actions by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1273
* Bump GPU CI to CUDA 11.8 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1275
* Update gpuCI `RAPIDS_VER` to `24.02` by github-actions in https://github.com/dask-contrib/dask-sql/pull/1271
* Drop python 3.8, add 3.11 & 3.12 to testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1143
* Bump async-trait from 0.1.74 to 0.1.77 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1288
* Unblock CI failures from scikit-learn 1.4.0, pandas 2.2.0 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1295
* Prepare for 2024.1.0-rc0 release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1297
* Prepare for 2024.1.0 release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1300


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2023.11.0...2024.1.0

2024.1.0rc0

What's Changed
* Bump conda-incubator/setup-miniconda from 2.2.0 to 2.3.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1272
* `datetime_coercion` rule by sarahyurick in https://github.com/dask-contrib/dask-sql/pull/1194
* Bump Docker workflow actions by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1273
* Bump GPU CI to CUDA 11.8 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1275
* Update gpuCI `RAPIDS_VER` to `24.02` by github-actions in https://github.com/dask-contrib/dask-sql/pull/1271
* Drop python 3.8, add 3.11 & 3.12 to testing by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1143
* Bump async-trait from 0.1.74 to 0.1.77 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1288
* Unblock CI failures from scikit-learn 1.4.0, pandas 2.2.0 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1295
* Prepare for 2024.1.0-rc0 release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1297


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2023.11.0...2024.1.0-rc0

2023.11.0

What's Changed
* Post-release 2023.10.1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1243
* Switch to newer GPU CI images by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1251
* Generalize computation of `NEW_*_VER` in GPU CI updating workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1252
* Unblocking Python test failures by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1253
* Fix directory for dependabot cargo updates by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1254
* Bump async-trait from 0.1.71 to 0.1.74 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1256
* Bump pyo3-build-config from 0.19.1 to 0.20.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1258
* Bump pyo3-log from 0.8.3 to 0.9.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1257
* Bump log from 0.4.19 to 0.4.20 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1255
* Bump pyo3 from 0.19.1 to 0.19.2 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1259
* Remove libprotobuf dep by jdye64 in https://github.com/dask-contrib/dask-sql/pull/1249
* Amend `DOCKER_PUSH` conditional in Docker release workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1245
* Pin to triad<0.9.2 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1263
* Update version to 2023.11.0-rc1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1264
* Update Rust version to 1.73 in more places by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1265
* Refine conda package dependencies, drop Rust minimum version by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1266
* Bump env_logger from 0.10.0 to 0.10.1 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1262
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1221
* Prepare 2023.11.0 release by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1270


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2023.10.1...2023.11.0

2023.11.0rc1

What's Changed
* Pin to triad<0.9.2 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1263
* Update version to 2023.11.0-rc1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1264


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

2023.11.0rc0

What's Changed
* Post-release 2023.10.1 by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1243
* Switch to newer GPU CI images by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1251
* Generalize computation of `NEW_*_VER` in GPU CI updating workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1252
* Unblocking Python test failures by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1253
* Fix directory for dependabot cargo updates by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1254
* Bump async-trait from 0.1.71 to 0.1.74 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1256
* Bump pyo3-build-config from 0.19.1 to 0.20.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1258
* Bump pyo3-log from 0.8.3 to 0.9.0 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1257
* Bump log from 0.4.19 to 0.4.20 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1255
* Bump pyo3 from 0.19.1 to 0.19.2 by dependabot in https://github.com/dask-contrib/dask-sql/pull/1259
* Remove libprotobuf dep by jdye64 in https://github.com/dask-contrib/dask-sql/pull/1249
* Amend `DOCKER_PUSH` conditional in Docker release workflow by charlesbluca in https://github.com/dask-contrib/dask-sql/pull/1245


**Full Changelog**: https://github.com/dask-contrib/dask-sql/compare/2023.10.1...2023.11.0rc0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.