- update to 1.1.18:
* Add support for Python 3.13 * Migrate Blockwise to use taskspec * Migrate shuffle and merge to `P2PBarrierTask` * Improve Aggregation docstring explicitly mentionning SeriesGroupBy * Migrate P2P shuffle and merge to TaskSpec * Internal cleanup of P2P code * Fix meta calculation for to_datetime * Fix ``Merge`` divisions after filtering partitions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dask-expr?expand=0&rev=12
This commit is contained in:
parent
159bd95082
commit
46e5ea8f04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17678cb2358131a5c28e5234c06d0db7917013c0d7dae1d0876579a2cf573030
|
||||
size 303531
|
3
dask_expr-1.1.18-gh.tar.gz
Normal file
3
dask_expr-1.1.18-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb6720f22a191a132b597082f508bfe2e7a1b8e6f445979b2bac2fbcc0aa0cfa
|
||||
size 305969
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 08:47:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.18:
|
||||
* Add support for Python 3.13
|
||||
* Migrate Blockwise to use taskspec
|
||||
* Migrate shuffle and merge to `P2PBarrierTask`
|
||||
* Improve Aggregation docstring explicitly mentionning
|
||||
SeriesGroupBy
|
||||
* Migrate P2P shuffle and merge to TaskSpec
|
||||
* Internal cleanup of P2P code
|
||||
* Fix meta calculation for to_datetime
|
||||
* Fix ``Merge`` divisions after filtering partitions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 15:42:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-dask-expr%{psuffix}
|
||||
Version: 1.1.15
|
||||
Version: 1.1.18
|
||||
Release: 0
|
||||
Summary: High Level Expressions for Dask
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user