Overview

Request 1030989 accepted

HAS TO GO TOGETHER WITH SR#1030988.

- Update to version 2022.10.0
* Backend library dispatching for IO in Dask-Array and
Dask-DataFrame (GH#9475) Richard (Rick) Zamora
* Add new CLI that is extensible (GH#9283) Doug Davis
* Groupby median (GH#9516) Ian Rose
* Fix array copy not being a no-op (GH#9555) David Hoese
* Add support for string timedelta in map_overlap (GH#9559)
Nicolas Grandemange
* Shuffle-based groupby for single functions (GH#9504) Ian Rose
* Make datetime.datetime tokenize idempotantly (GH#9532) Martin
Durant
* Support tokenizing datetime.time (GH#9528) Tim Paine
* Avoid race condition in lazy dispatch registration (GH#9545)
James Bourbeau
* Do not allow setitem to np.nan for int dtype (GH#9531) Doug
Davis
* Stable demo column projection (GH#9538) Ian Rose
* Ensure pickle-able binops in delayed (GH#9540) Ian Rose
* Fix project CSV columns when selecting (GH#9534) Martin Durant
* Update Parquet best practice (GH#9537) Matthew Rocklin
- move -all metapackage to -complete, mirroring upstream's
[complete] extra.
- update to version 2022.9.2:
* Enhancements
+ Remove factorization logic from array auto chunking (:pr:`9507`)
`James Bourbeau`_
* Documentation
+ Add docs on running Dask in a standalone Python script
(:pr:`9513`) `James Bourbeau`_
+ Clarify custom-graph multiprocessing example (:pr:`9511`)
`nouman`_
* Maintenance
+ Groupby sort upstream compatibility (:pr:`9486`) `Ian Rose`_
- update to version 2022.9.1:
* New Features
+ Add "DataFrame" and "Series" "median" methods (:pr:`9483`)
`James Bourbeau`_
* Enhancements
+ Shuffle "groupby" default (:pr:`9453`) `Ian Rose`_
+ Filter by list (:pr:`9419`) `Greg Hayes`_
+ Added "distributed.utils.key_split" functionality to
"dask.utils.key_split" (:pr:`9464`) `Luke Conibear`_
* Bug Fixes
+ Fix overlap so that "set_index" doesn't drop rows (:pr:`9423`)
`Julia Signell`_
+ Fix assigning pandas "Series" to column when "ddf.columns.min()"
raises (:pr:`9485`) `Erik Welch`_
+ Fix metadata comparison "stack_partitions" (:pr:`9481`) `James
Bourbeau`_
+ Provide default for "split_out" (:pr:`9493`) `Lawrence
Mitchell`_
* Deprecations
+ Allow "split_out" to be "None", which then defaults to "1" in
"groupby().aggregate()" (:pr:`9491`) `Ian Rose`_
* Documentation
+ Fixing "enforce_metadata" documentation, not checking for dtypes
(:pr:`9474`) `Nicolas Grandemange`_
+ Fix "it's" --> "its" typo (:pr:`9484`) `Nat Tabris`_
* Maintenance
+ Workaround for parquet writing failure using some datetime
series but not others (:pr:`9500`) `Ian Rose`_
+ Filter out "numeric_only" warnings from "pandas" (:pr:`9496`)
`James Bourbeau`_
+ Avoid "set_index(..., inplace=True)" where not necessary
(:pr:`9472`) `James Bourbeau`_
+ Avoid passing groupby key list of length one (:pr:`9495`) `James
Bourbeau`_
+ Update "test_groupby_dropna_cudf" based on "cudf" support for
"group_keys" (:pr:`9482`) `James Bourbeau`_
+ Remove "dd.from_bcolz" (:pr:`9479`) `James Bourbeau`_
+ Added "flake8-bugbear" to "pre-commit" hooks (:pr:`9457`) `Luke
Conibear`_
+ Bind loop variables in function definitions ("B023")
(:pr:`9461`) `Luke Conibear`_
+ Added assert for comparisons ("B015") (:pr:`9459`) `Luke
Conibear`_
+ Set top-level default shell in CI workflows (:pr:`9469`) `James
Bourbeau`_
+ Removed unused loop control variables ("B007") (:pr:`9458`)
`Luke Conibear`_
+ Replaced "getattr" calls for constant attributes ("B009")
(:pr:`9460`) `Luke Conibear`_
+ Pin "libprotobuf" to allow nightly "pyarrow" in the upstream CI
build (:pr:`9465`) `Joris Van den Bossche`_
+ Replaced mutable data structures for default arguments ("B006")
(:pr:`9462`) `Luke Conibear`_
+ Changed "flake8" mirror and updated version (:pr:`9456`) `Luke
Conibear`_

Loading...

Benjamin Greiner's avatar

@apersaud, This hangs in staging, because distributed was declined. Maybe you want to fix it. (Skip failing tests on i586 and report them)


Benjamin Greiner's avatar

Fixed by update of both packages to 2022.10.0 : sr#1030517

Request History
Matej Cepl's avatar

mcepl created request

HAS TO GO TOGETHER WITH SR#1030988.

- Update to version 2022.10.0
* Backend library dispatching for IO in Dask-Array and
Dask-DataFrame (GH#9475) Richard (Rick) Zamora
* Add new CLI that is extensible (GH#9283) Doug Davis
* Groupby median (GH#9516) Ian Rose
* Fix array copy not being a no-op (GH#9555) David Hoese
* Add support for string timedelta in map_overlap (GH#9559)
Nicolas Grandemange
* Shuffle-based groupby for single functions (GH#9504) Ian Rose
* Make datetime.datetime tokenize idempotantly (GH#9532) Martin
Durant
* Support tokenizing datetime.time (GH#9528) Tim Paine
* Avoid race condition in lazy dispatch registration (GH#9545)
James Bourbeau
* Do not allow setitem to np.nan for int dtype (GH#9531) Doug
Davis
* Stable demo column projection (GH#9538) Ian Rose
* Ensure pickle-able binops in delayed (GH#9540) Ian Rose
* Fix project CSV columns when selecting (GH#9534) Martin Durant
* Update Parquet best practice (GH#9537) Matthew Rocklin
- move -all metapackage to -complete, mirroring upstream's
[complete] extra.
- update to version 2022.9.2:
* Enhancements
+ Remove factorization logic from array auto chunking (:pr:`9507`)
`James Bourbeau`_
* Documentation
+ Add docs on running Dask in a standalone Python script
(:pr:`9513`) `James Bourbeau`_
+ Clarify custom-graph multiprocessing example (:pr:`9511`)
`nouman`_
* Maintenance
+ Groupby sort upstream compatibility (:pr:`9486`) `Ian Rose`_
- update to version 2022.9.1:
* New Features
+ Add "DataFrame" and "Series" "median" methods (:pr:`9483`)
`James Bourbeau`_
* Enhancements
+ Shuffle "groupby" default (:pr:`9453`) `Ian Rose`_
+ Filter by list (:pr:`9419`) `Greg Hayes`_
+ Added "distributed.utils.key_split" functionality to
"dask.utils.key_split" (:pr:`9464`) `Luke Conibear`_
* Bug Fixes
+ Fix overlap so that "set_index" doesn't drop rows (:pr:`9423`)
`Julia Signell`_
+ Fix assigning pandas "Series" to column when "ddf.columns.min()"
raises (:pr:`9485`) `Erik Welch`_
+ Fix metadata comparison "stack_partitions" (:pr:`9481`) `James
Bourbeau`_
+ Provide default for "split_out" (:pr:`9493`) `Lawrence
Mitchell`_
* Deprecations
+ Allow "split_out" to be "None", which then defaults to "1" in
"groupby().aggregate()" (:pr:`9491`) `Ian Rose`_
* Documentation
+ Fixing "enforce_metadata" documentation, not checking for dtypes
(:pr:`9474`) `Nicolas Grandemange`_
+ Fix "it's" --> "its" typo (:pr:`9484`) `Nat Tabris`_
* Maintenance
+ Workaround for parquet writing failure using some datetime
series but not others (:pr:`9500`) `Ian Rose`_
+ Filter out "numeric_only" warnings from "pandas" (:pr:`9496`)
`James Bourbeau`_
+ Avoid "set_index(..., inplace=True)" where not necessary
(:pr:`9472`) `James Bourbeau`_
+ Avoid passing groupby key list of length one (:pr:`9495`) `James
Bourbeau`_
+ Update "test_groupby_dropna_cudf" based on "cudf" support for
"group_keys" (:pr:`9482`) `James Bourbeau`_
+ Remove "dd.from_bcolz" (:pr:`9479`) `James Bourbeau`_
+ Added "flake8-bugbear" to "pre-commit" hooks (:pr:`9457`) `Luke
Conibear`_
+ Bind loop variables in function definitions ("B023")
(:pr:`9461`) `Luke Conibear`_
+ Added assert for comparisons ("B015") (:pr:`9459`) `Luke
Conibear`_
+ Set top-level default shell in CI workflows (:pr:`9469`) `James
Bourbeau`_
+ Removed unused loop control variables ("B007") (:pr:`9458`)
`Luke Conibear`_
+ Replaced "getattr" calls for constant attributes ("B009")
(:pr:`9460`) `Luke Conibear`_
+ Pin "libprotobuf" to allow nightly "pyarrow" in the upstream CI
build (:pr:`9465`) `Joris Van den Bossche`_
+ Replaced mutable data structures for default arguments ("B006")
(:pr:`9462`) `Luke Conibear`_
+ Changed "flake8" mirror and updated version (:pr:`9456`) `Luke
Conibear`_


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Dominique Leuenberger's avatar

dimstar_suse added openSUSE:Factory:Staging:adi:15 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:15"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:adi:15"


Dominique Leuenberger's avatar

dimstar_suse added factory-staging as a reviewer

Being evaluated by group "factory-staging"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Unstaged from project "openSUSE:Factory:Staging:adi:15"


Dominique Leuenberger's avatar

dimstar_suse added openSUSE:Factory:Staging:adi:25 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:25"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:adi:25"


Dominique Leuenberger's avatar

dimstar accepted review


Saul Goodman's avatar

licensedigger accepted review

The legal review is accepted preliminary. The package may require actions later on.


Dominique Leuenberger's avatar

dimstar_suse accepted review

Staging Project openSUSE:Factory:Staging:adi:25 got accepted.


Dominique Leuenberger's avatar

dimstar_suse approved review

Staging Project openSUSE:Factory:Staging:adi:25 got accepted.


Dominique Leuenberger's avatar

dimstar_suse accepted request

Staging Project openSUSE:Factory:Staging:adi:25 got accepted.

openSUSE Build Service is sponsored by