File: changelog

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (146 lines) | stat: -rw-r--r-- 5,050 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
dask (1.0.0+dfsg-2) unstable; urgency=medium

  * Support numpy 1.16's multifield copy->view (Closes: 918204)
  * Support numpy 1.16's extended gufunc signatures

 -- Diane Trout <diane@ghic.org>  Thu, 10 Jan 2019 17:03:25 -0500

dask (1.0.0+dfsg-1) unstable; urgency=medium

  * New upstream release. (Closes: #913622)
  * Refresh patches
  * Remove use-local-bootstrap.patch, no longer relevant.
  * Remove deprecated needs-recommended tag and add the test dependencies
  * Remove libjs-bootstrap dependency
  * Sort dependency list
  * Use python3-dask-sphinx-theme instead of sphinx-rtd-theme
  * profile.html, stacked_profile were removed upstream

 -- Diane Trout <diane@ghic.org>  Sat, 08 Dec 2018 21:26:40 -0800

dask (0.17.5-2) unstable; urgency=medium

  * Try to make version reproducible.
  * Add python3-requests as recommends
    Directly imported by dask/bytes/http.py
  * Add additional dependencies to suggests and tests
    based on upstreams CI tests.
  * Remove bokeh plots without source
    (remove-bokeh-embeds.patch)
  * Use local libjs-bootstrap for documentation
    (use-local-boostrap.patch)
  * Use the Debian changelog for versioneer's version
    (use-debian-version.patch)
  * Adjust testing dependencies

 -- Diane Trout <diane@ghic.org>  Fri, 22 Jun 2018 21:27:55 -0700

dask (0.17.5-1) unstable; urgency=medium

  * New upstream release

 -- Diane Trout <diane@ghic.org>  Mon, 21 May 2018 11:42:08 -0700

dask (0.17.4-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python3-Version field

  [ Diane Trout ]
  * New upstream version 0.17.4
  * Use local numpy and pandas sphinx links for documentation
  * Update to Standards-Version 4.1.4. No changes needed
  * Update to debhelper 11
  * Indicate what version of dask.distributed we expect to work with

 -- Diane Trout <diane@ghic.org>  Wed, 16 May 2018 22:26:08 -0700

dask (0.16.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.1.2. No changes needed.
  * Use https for Homepage URL.

 -- Diane Trout <diane@ghic.org>  Fri, 08 Dec 2017 15:56:24 -0800

dask (0.15.4-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.1.1. No changes needed.
  * Add python3-tables to tests/control

 -- Diane Trout <diane@ghic.org>  Fri, 13 Oct 2017 08:20:30 -0700

dask (0.15.1-3) unstable; urgency=medium

  * Also set fullrevision-id in reprodicible-version.patch
    (Closes: 871785)

 -- Diane Trout <diane@ghic.org>  Fri, 11 Aug 2017 12:53:02 -0700

dask (0.15.1-2) unstable; urgency=medium

  * Add reproducible-version.patch to help build documentation reproducibly
  * Add python3-scipy as documentation dependency
  * Update to Standards-Version 4.0.1. No changes neede.

 -- Diane Trout <diane@ghic.org>  Tue, 08 Aug 2017 21:52:34 -0700

dask (0.15.1-1) unstable; urgency=medium

  * Team upload

  [ Diane Trout ]
  * New upstream release (Closes: #860923)
  * Update required build-depends versions for partd and toolz
  * Update recommended dask.distributed version
  * Update autopkgtest depends
  * Add distributed as a documentation build dependency.

  [ Ghislain Antony Vaillant ]
  * Switch from git-dpm to gbp
  * Simplify integration with the packaged MathJax
    - New patch Use-the-packaged-MathJax.patch, replaces the old
      use-mathjax-package.patch patch with a different approach
    - Drop MathJax from Build-Depends, no longer required
    - Add MathJax to Depends manually
    - Drop symlinkage of MathJax at build time, no longer required
  * Use the upstream Makefile for the docs
  * Add missing Built-Using field for the docs
  * Add docs to Suggests
  * Honor the nodoc build profile
    - Add versioned dependency on dpkg-dev
    - Mark docs dependencies as <!nodoc>
    - Add build dependency on sphinx-common
    - Add Build-Profiles field to the doc package
    - Do not build the docs if nodoc is requested
  * Drop superfluous dependency on numpy
  * Bump debhelper version to 10
  * Run cme fix dpkg-control
    - Drop some versioned dependencies
    - Drop superfluous Testsuite field
    - Overall wrap and sort of fields
  * Move Diane Trout to Uploaders, DPMT is Maintainer
  * New upstream version 0.14.3
  * Update the patch queue
    - Refresh Use-the-packaged-MathJax.patch
    - New patch Add-MathJax-Sphinx-extension.patch
  * Bump the minimum pandas version to 0.19.0
  * Improve the DEP-8 tests
    - Add missing dependency on python3-all
    - Add missing dependency on ipython and sparse
    - Add missing needs-recommends restriction
    - Drop dependency on python3-distributed, now pulled transitively by
      Recommends
    - Run the tests in verbose mode
  * Install the upstream change log
  * Update copyright information

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 01 Jun 2017 20:46:31 +0100

dask (0.12.0-1) unstable; urgency=low

  * Initial Packaging (Closes: #817777)

 -- Diane Trout <diane@ghic.org>  Wed, 07 Dec 2016 10:54:28 -0800