lincc-frameworks / tape

[Deprecated] Package for working with LSST time series data
https://tape.readthedocs.io
MIT License
12 stars 3 forks source link

Update dask-expr requirement from <1.0.11 to <1.1.7 #445

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Updates the requirements on dask-expr to permit the latest version.

Changelog

Sourced from dask-expr's changelog.

Dask-expr

v1.1.5

  • Patch release for Dask 2024.6.2

v1.1.4

v1.1.3

  • Fix resample divisions propagation (:pr:1075) Patrick Hoefler_
  • Fix categorize if columns are dropped (:pr:1074) Patrick Hoefler_

v1.1.2

  • Fix projection to empty from_pandas (:pr:1072) Patrick Hoefler_
  • Fix meta for string accessors (:pr:1071) Patrick Hoefler_
  • Use is_categorical_dtype dispatch for sort_values (:pr:1070) Richard (Rick) Zamora_

v1.1.1

  • Fix read_csv with positional usecols (:pr:1069) Patrick Hoefler_
  • Fix isin for head computation (:pr:1068) Patrick Hoefler_
  • Fix isin with strings (:pr:1067) Patrick Hoefler_
  • Use ensure_deterministic kwarg instead of config (:pr:1064) Florian Jetter_
  • Add cache argument to lower_once (:pr:1059) Richard (Rick) Zamora_
  • Fix non-integer divisions in FusedIO (:pr:1063) Patrick Hoefler_
  • Fix dropna before merge (:pr:1062) Patrick Hoefler_
  • Fix sort_values for unordered categories (:pr:1058) Patrick Hoefler_
  • Fix to_parquet in append mode (:pr:1057) Patrick Hoefler_

v1.1.0

  • Add a bunch of docs (:pr:1051) Patrick Hoefler_
  • reduce pickle size of parquet fragments (:pr:1050) Florian Jetter_
  • Generalize get_dummies (:pr:1053) Richard (Rick) Zamora_
  • Fixup failing test (:pr:1052) Patrick Hoefler_
  • Add support for DataFrame.melt (:pr:1049) Richard (Rick) Zamora_
  • Fix default name conversion in ToFrame (:pr:1044) Richard (Rick) Zamora_
  • Optimize when from-delayed is called (:pr:1048) Patrick Hoefler_

v1.0.14

  • Fix delayed in fusing with multipled dependencies (:pr:1038) Patrick Hoefler_
  • Fix drop with set (:pr:1047) Patrick Hoefler_
  • Fix None min/max statistics and missing statistics generally (:pr:1045) Patrick Hoefler_
  • Fix xarray integration with scalar columns (:pr:1046) Patrick Hoefler_
  • Fix shape returning integer (:pr:1043) Patrick Hoefler_
  • Fix bug in Series reductions (:pr:1041) Richard (Rick) Zamora_

... (truncated)

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 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)
github-actions[bot] commented 2 months ago
Before [8f33ee8a] <v0.4.1> After [8b0c7ee1] Ratio Benchmark (Parameter)
32.7±0.5ms 33.0±0.7ms 1.01 benchmarks.time_batch
34.0±1ms 34.2±1ms 1 benchmarks.time_prune_sync_workflow

Click here to view all benchmarks.

dependabot[bot] commented 1 month ago

Superseded by #446.