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

chore(deps): bump the production-dependencies group across 1 directory with 2 updates #3064

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the production-dependencies group with 2 updates in the / directory: deltalake and modin.

Updates deltalake from 0.21.0 to 0.23.2

Release notes

Sourced from deltalake's releases.

python-v0.23.1

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.23.0...python-v0.23.1

python-v0.23.0: conditional put for S3 by default

New features

Bug Fixes

Other Changes

New Contributors

Full Changelog: delta-io/delta-rs@python-v0.22.3...python-v0.23.0

python-v0.22.3

What's Changed

Full Changelog: delta-io/delta-rs@python-v0.22.2...python-v0.22.3

python-v0.22.2: QueryBuilder

What's Changed

... (truncated)

Commits
  • 5131850 Rust API documentation
  • a70559e feat: allow multiple Python threads to work with a single DeltaTable instance
  • 3eef27b Added sql() and show() convenience method to QueryBuilder
  • 6430151 add except cols
  • a639dea fix: introduce a reproduction case for List casting with polars
  • 9e35c06 fix: add view scalar extraction
  • 21efab3 chore: bump kernel, datafusion 44rc1
  • ac72297 chore: Reduce compiler warnings by updating to use non deprecated DataFusion ...
  • ae125bf chore: Update to latest sqlparser
  • 526db07 Pin to pre-release Datafusion
  • Additional commits viewable in compare view

Updates modin from 0.31.0 to 0.32.0

Release notes

Sourced from modin's releases.

Modin 0.32.0

This release introduces support for Polars API, a new query compiler for small data, more functions that can use dynamic partitioning, as well as several bug fixes.

Key Features and Updates Since 0.31.0

  • Stability and Bugfixes
    • FIX-#0000: Fix type hint (#7343)
    • FIX-#7113: Fix docstring overrides for subclasses (#7354)
    • FIX-#7134: Use a separate docstring class for BasePandasDataset (#7353)
    • FIX-#7329: Do not sort columns on df.update (#7330)
    • FIX-#7351: Add ipython method calls to non-lookup list (#7352)
    • FIX-#7355: Cpu count would be set incorrectly on a cluster (#7356)
    • FIX-#7357: Fix NoAttributeError on DataFrame.copy (#7358)
    • FIX-#7371: Fix inserting datelike values into a DataFrame (#7372)
    • FIX-#7373: Try a previous version of motoserver/moto service, pin to 5.0.13 (#7374)
    • FIX-#7379: Fix __imul__ performing addition instead of multiplication (#7380)
    • FIX-#7387: Limit the number of pytest workers for tests with Ray engine on Windows (#7388)
    • FIX-#7389: Fix uploading artifacts (#7390)
  • Refactor Codebase
  • Documentation improvements
    • DOCS-#0000: Update RunLLM Ask AI widget script path (#7345)
    • DOCS-#7335: Fix borken links in Modin Usage Examples page (#7336)
    • DOCS-#7382: Add documentation on how to use Modin Native query compiler (#7386)
  • New Features
    • FEAT-#4605: Add native query compiler (#7259)
    • FEAT-#7308: Interoperability between query compilers (#7376)
    • FEAT-#7331: Initial Polars API (#7332)
    • FEAT-#7337: Using dynamic partitionning in broadcast_apply (#7338)
    • FEAT-#7340: Add more granular lazy flags to query compiler (#7348)
    • FEAT-#7368: Add a new environment variable for using dynamic partitioning (#7369)

Contributors

@​MortalHappiness @​Retribution98 @​YarShev @​ZhipengXue97 @​anmyachev @​arunjose696 @​devin-petersohn @​likawind @​sfc-gh-joshi @​sfc-gh-mvashishtha

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [deltalake](https://github.com/delta-io/delta-rs) and [modin](https://github.com/modin-project/modin).


Updates `deltalake` from 0.21.0 to 0.23.2
- [Release notes](https://github.com/delta-io/delta-rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@rust-v0.21.0...python-v0.23.2)

Updates `modin` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/modin-project/modin/releases)
- [Changelog](https://github.com/modin-project/modin/blob/main/docs/release-procedure.md)
- [Commits](modin-project/modin@0.31.0...0.32.0)

---
updated-dependencies:
- dependency-name: deltalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: modin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 6, 2025
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 3a8c2ee
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: 3a8c2ee
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kukushking kukushking merged commit 7fd2fa4 into main Jan 6, 2025
23 checks passed
@kukushking kukushking deleted the dependabot/pip/production-dependencies-aa54cf4c98 branch January 6, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants