pypi-data / data

Public datasets with per-file infromation about packages uploaded to PyPI.
MIT License
6 stars 0 forks source link

Bump prql-python from 0.9.4 to 0.9.5 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps prql-python from 0.9.4 to 0.9.5.

Release notes

Sourced from prql-python's releases.

0.9.5 adds a line-wrapping character, fixes a few bugs, and improves our CI. The release has 77 commits from 8 contributors. Selected changes are below.

Look out for some conference talks coming up over the next few weeks, including QCon SF on Oct 2 and date2day on Oct 12.

Language:

  • A new line-wrapping character, for lines that are long and we want to break up into multiple physical lines. This is slightly different from from many languages — it's on the subsequent line:

    from artists
    select is_europe =
    \ country == "DE"
    \ || country == "FR"
    \ || country == "ES"
    

    This allows for easily commenting out physical lines while maintaining a correct logical line; for example:

    from artists
    select is_europe =
    \ country == "DE"
    \ || country == "FR"
    \ || country == "FR"
    -\ || country == "ES"
    +#\ || country == "ES"
    

    (@​max-sixty, #3408)

Fixes:

  • Fix stack overflow on very long queries in Windows debug builds (@​max-sixty, #2908)

  • Fix panic when unresolved lineage appears in group or window (@​davidot, #3266)

  • Fix a corner-case in handling precedence, and remove unneeded parentheses in some outputs (@​max-sixty, #3472)

Web:

Integrations:

Internal changes:

... (truncated)

Changelog

Sourced from prql-python's changelog.

0.9.5 — 2023-09-16

0.9.5 adds a line-wrapping character, fixes a few bugs, and improves our CI. The release has 77 commits from 8 contributors. Selected changes are below.

Look out for some conference talks coming up over the next few weeks, including QCon SF on Oct 2 and date2day on Oct 12.

Language:

  • A new line-wrapping character, for lines that are long and we want to break up into multiple physical lines. This is slightly different from from many languages — it's on the subsequent line:

    from artists
    select is_europe =
    \ country == "DE"
    \ || country == "FR"
    \ || country == "ES"
    

    This allows for easily commenting out physical lines while maintaining a correct logical line; for example:

    from artists
    select is_europe =
    \ country == "DE"
    \ || country == "FR"
    \ || country == "FR"
    -\ || country == "ES"
    +#\ || country == "ES"
    

    (@​max-sixty, #3408)

Fixes:

  • Fix stack overflow on very long queries in Windows debug builds (@​max-sixty, #2908)

  • Fix panic when unresolved lineage appears in group or window (@​davidot, #3266)

  • Fix a corner-case in handling precedence, and remove unneeded parentheses in some outputs (@​max-sixty, #3472)

Web:

... (truncated)

Commits
  • 7fca2a8 docs: Add release notes for 0.9.5 (#3501)
  • 67b7547 chore: Revert "chore: bump codecov/codecov-action from 3 to 4" (#3515)
  • 8feaca8 docs: Create ace-demo.html (#3512)
  • 1145f1d feat: Add r-string to prql.grammar (#3513)
  • 59f5976 chore: bump codecov/codecov-action from 3 to 4 (#3511)
  • 6a77eab chore: bump @​testing-library/user-event from 14.4.3 to 14.5.0 in /web/playgro...
  • c6cad4e chore: bump docker/setup-qemu-action from 2 to 3 (#3506)
  • 2e3974f chore: bump docker/metadata-action from 4 to 5 (#3504)
  • 512548f chore: bump docker/build-push-action from 4 to 5 (#3507)
  • 615ef7e chore: bump docker/setup-buildx-action from 2 to 3 (#3503)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)