forked from pool/python-distributed
Dirk Mueller
a886418b89
- Update to 2023.9.1 ## Enhancements Raise in P2P if column dtype is wrong (GH#8167) Hendrik Makait * Auto-fail tasks with deps larger than the worker memory (GH#8135) crusaderky * Make workers table sortable (GH#8153) Jacob Tomlinson * Support for unsetting environment variables (GH#8144) crusaderky ## Deprecations * Deprecate asynchronous Listener.stop() (GH#8151) Hendrik Makait - Release 2023.9.0 ## Enhancements Don’t capture functools frames in code (GH#8146) crusaderky * Ignore asyncio when scraping code (GH#8122) Matthew Rocklin * Remove stringification (GH#8083) Florian Jetter ## Bug Fixes * Ensure NannyPlugin are always installed (GH#8107) Florian Jetter * Don’t use exception hooks to shorten tracebacks (GH#8127) crusaderky * Fix P2P shuffle with LocalCluster(..., processes=False) (GH#8125) Hendrik Makait * Merge with P2P shuffle fails if left_index or right_index is True (GH#8121) Patrick Hoefler - Release 2023.8.1 ## New Features * Add memray integration (GH#8044) Florian Jetter ## Enhancements * Await async listener.stop in Worker.close (GH#8118) Hendrik Makait * Minor fixes in memray (GH#8113) Florian Jetter * Enable basic p2p shuffle for dask-cudf (GH#7743) Richard (Rick) Zamora * Don’t shut down unresponsive workers on gather() (GH#8101) crusaderky * Propagate CancelledError in gather_from_workers (GH#8089) crusaderky * Better logging for anomalous task termination (GH#8082) crusaderky ## Bug Fixes * Handle null partitions in P2P shuffling (GH#8116) Hendrik Makait OBS-URL: https://build.opensuse.org/request/show/1110163 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=145
14 lines
958 B
Diff
14 lines
958 B
Diff
Index: distributed-2023.9.1/pyproject.toml
|
|
===================================================================
|
|
--- distributed-2023.9.1.orig/pyproject.toml
|
|
+++ distributed-2023.9.1/pyproject.toml
|
|
@@ -116,7 +116,7 @@ filterwarnings = [
|
|
'''ignore:unclosed transport <_SelectorSocketTransport.*:ResourceWarning''',
|
|
'''ignore:unclosed transport <asyncio\.sslproto\..*:ResourceWarning''',
|
|
'''ignore:unclosed cluster SSHCluster.*:ResourceWarning''',
|
|
- '''ignore:Couldn't detect a suitable IP address for reaching '2001.4860.4860..8888', defaulting to hostname. \[Errno 65\] No route to host:RuntimeWarning''',
|
|
+ '''ignore:Couldn't detect a suitable IP address.*:RuntimeWarning''',
|
|
'''ignore:Dashboard and Scheduler are using the same server on port.*:RuntimeWarning''',
|
|
'''ignore:coroutine 'BaseTCPConnector.connect' was never awaited:RuntimeWarning''',
|
|
'''ignore:coroutine 'Client\._start' was never awaited:RuntimeWarning''',
|