Skip to content

Commit

Permalink
Release for dask 2024.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Apr 19, 2024
1 parent 0447643 commit 9d5b02b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Dask-expr

# 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`_
- Fix error in analyze for scalar (:pr:`1027`) `Patrick Hoefler`_
- Fix doc build error (:pr:`1026`) `Patrick Hoefler`_
- Add docs for usefule optimizer methods (:pr:`1025`) `Patrick Hoefler`_
- Rename uniuqe_partition_mapping property and add docs (:pr:`1022`) `Patrick Hoefler`_
- Fix read_parquet if directory is empty (:pr:`1023`) `Patrick Hoefler`_
- Fix assign after set index incorrect projections (:pr:`1020`) `Patrick Hoefler`_
- Use implicit knowledge about divisions for efficient grouping (:pr:`946`) `Florian Jetter`_
- Simplify dtype casting logic for shuffle (:pr:`1012`) `Patrick Hoefler`_
- Fix column projections in merge when suffixes are relevant (:pr:`1019`) `Patrick Hoefler`_

# v1.0.11

- Fix `unique` with numeric columns (:pr:`1017`) `Patrick Hoefler`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"dask == 2024.4.1",
"dask == 2024.4.2",
"pyarrow>=7.0.0",
"pandas >= 2",
]
Expand Down

0 comments on commit 9d5b02b

Please sign in to comment.