Package: dask / 1.0.0+dfsg-2

Metadata

Package Version Patches format
dask 1.0.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove bokeh embeds.patch | (download)

docs/source/diagnostics-local.rst | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

 disable links to sourceless plots that contain off system links.
use debian version.patch | (download)

versioneer.py | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 use the debian package version instead of letting
 versioneer guess. This should aid with reproduciblity.
reproducible version.patch | (download)

versioneer.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 use the debian version for the software version.
 I think this is a source of non-determinism
avoid duplicate notes with numpydoc.patch | (download)

dask/utils.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 numpydoc adds checks to avoid sections with duplicate names.
 The way that Dask adds a comment listing unsupported arguments to
 the docstring can trigger that check.
 .
 This is a work around by using a totally new section name.


Use the packaged MathJax.patch | (download)

docs/source/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use the packaged mathjax


use local intersphinx.patch | (download)

docs/source/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use local intersphinx references, instead of the web.
 Also deleted some duplicated code.
numpy 1.16 dtype.patch | (download)

dask/array/numpy_compat.py | 24 15 + 9 - 0 !
1 file changed, 15 insertions(+), 9 deletions(-)

 [patch] re-enable multifield copy->view change

Numpy attempted to release a feature in 1.14.0,
https://github.com/numpy/numpy/pull/6053 which was then reverted in
1.14.1 with https://github.com/numpy/numpy/pull/10411 And then was
finally released in 1.16 by https://github.com/numpy/numpy/pull/12447

This also makes a minor enhancement to determines which numpy function
should be used at import time instead of run time.

The function name was also then updated from
_make_sliced_dtype_np_ge_14 to _make_sliced_dtype_np_ge_16 as that's
the primary version the feature was released in

numpy 1.16 gufunc.patch | (download)

dask/array/core.py | 4 4 + 0 - 0 !
dask/array/tests/test_array_core.py | 10 10 + 0 - 0 !
2 files changed, 14 insertions(+)

---