We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0f010 commit ac35e0fCopy full SHA for ac35e0f
docs/source/changelog.rst
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+2021.06.2
5
+---------
6
+
7
+Released on June 22, 2021
8
9
+- Revert refactor to ``utils.Log[s]`` and ``Cluster.get_logs`` (:pr:`4941`) `Charles Blackmon-Luca`_
10
+- Use deprecation utility from Dask (:pr:`4924`) `James Bourbeau`_
11
+- Add transition counter to ``Scheduler`` (:pr:`4934`) `Matthew Rocklin`_
12
+- Remove ``nbytes_in_memory`` (:pr:`4930`) `Matthew Rocklin`_
13
14
15
2021.06.1
16
---------
17
requirements.txt
@@ -1,6 +1,6 @@
click >= 6.6
cloudpickle >= 1.5.0
-dask == 2021.06.1
+dask == 2021.06.2
msgpack >= 0.6.0
psutil >= 5.0
sortedcontainers !=2.0.0, !=2.0.1
0 commit comments