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.3 #443

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

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

Changelog

Sourced from dask-expr's changelog.

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_

v1.0.13

  • Fix shuffle after set_index from 1 partition df (:pr:1040) Patrick Hoefler_
  • Fix loc slicing with Datetime Index (:pr:1039) Patrick Hoefler_
  • Fix loc accessing index for element wise op (:pr:1037) Patrick Hoefler_
  • Fix backend dispatching for read_csv (:pr:1028) Richard (Rick) Zamora_
  • Add cudf support to to_datetime and _maybe_from_pandas (:pr:1035) Richard (Rick) Zamora_

v1.0.12

  • Move IO docstrings over (:pr:1033) Patrick Hoefler_
  • Fuse more aggressively if parquet files are tiny (:pr:1029) Patrick Hoefler_
  • Add nr of columns to explain output for projection (:pr:1030) Patrick Hoefler_

... (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 3 months ago
Before [8f33ee8a] <v0.4.1> After [9486190d] Ratio Benchmark (Parameter)
32.7±0.5ms 32.7±0.1ms 1 benchmarks.time_batch
33.3±1ms 33.3±0.2ms 1 benchmarks.time_prune_sync_workflow

Click here to view all benchmarks.

dependabot[bot] commented 2 months ago

Superseded by #445.