Package: dask / 2022.12.1+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
dask | 2022.12.1+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove bokeh embeds.patch | (download) |
docs/source/diagnostics-local.rst |
8 2 + 6 - 0 ! |
disable links to sourceless plots that contain off system links. |
use debian version.patch | (download) |
versioneer.py |
6 6 + 0 - 0 ! |
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 ! |
use the debian version for the software version. |
Use the packaged MathJax.patch | (download) |
docs/source/conf.py |
2 2 + 0 - 0 ! |
use the packaged mathjax |
use local intersphinx.patch | (download) |
docs/source/conf.py |
6 3 + 3 - 0 ! |
use local intersphinx references, instead of the web. Also deleted some duplicated code. |
use local reference yaml.patch | (download) |
docs/source/configuration.rst |
40 20 + 20 - 0 ! |
use local files for building documentation instead of downloading them from github. |
use youtube nocookie.patch | (download) |
docs/source/array.rst |
2 1 + 1 - 0 ! |
use youtube-nocookie.com for embedded videos youtube-nocookie is a little more privacy friendly than regular youtube and is a minor change. |
reproducible config autofunction.patch | (download) |
dask/config.py |
7 4 + 3 - 0 ! |
call os.path.expanduser in the collect function instead of top level Calling it when defining the PATH or paths variables meant the value of os.path.expanduser("~") ended up as part of the default function signature, which makes this unreproducible. Also I think ~ is a bit clearer to the user, at least Unix-like OS users. |
skip dtype test on 32bit.patch | (download) |
dask/dataframe/io/tests/test_sql.py |
2 1 + 1 - 0 ! |
there is a problem where the returned dtype is still a 64 bit integer when returned from sql even on 32 bit platforms. This |
ignore_some_sphinx_packages.patch | (download) |
docs/requirements-docs.txt |
3 0 + 3 - 0 ! |
don't tryy to use sphinx extensions we don't have sphinx_autosummary_accessors, sphinx_design are not packaged; jupyter_sphinx is but probably doesn't work. |
js yaml.patch | (download) |
docs/source/_static/config_converter.js |
4 2 + 2 - 0 ! |
don't use minified javascript without source This partly reverts https://github.com/dask/dask/pull/9306 as we don't have the package they switched to (and given that it's semi-abandoned, may not want to). |
test_warnings_not_errors.patch | (download) |
dask/array/tests/test_linalg.py |
4 2 + 2 - 0 ! |
don't require futurewarning to be an error setup.cfg tries to make it one, but this doesn't work in our CI setup |
no_newline_error.patch | (download) |
dask/backends.py |
2 1 + 1 - 0 ! |
don't use newline in error message At least intake forwards error messages by a mechanism that can't handle them, and hence fails tests (Upstream fixed this in intake instead: https://github.com/intake/intake/pull/699 but we're in transition freeze) |