You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+13
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ Changelog
4
4
Development version
5
5
-------------------
6
6
7
+
0.9.0 / 2024-08-22
8
+
------------------
9
+
10
+
- Add SLURMRunner from jacobtomlinson/dask-hpc-runners (:pr:`659`)
11
+
- Bump minimum Python to 3.10 (:pr:`662`)
12
+
- Fixed LSFCluster stdin job setup not being run in a shell (:pr:`661`)
13
+
- Remove unused lsf_version function for Python 3.12 and fix never awaited error for LSFCluster (:pr:`646`)
14
+
- Handle outdated root certificates (:pr:`651`)
15
+
- Migrate Slurm tests to use rockylinux (:pr:`650`)
16
+
- Migrate PBS tests to rocklinux 8 and openpbs 23.06 (:pr:`649`)
17
+
- Fix bug in OARJob where Job._call is not awaited (:pr:`642`)
18
+
19
+
Thanks to `@aiudirog <https://github.com/aiudirog>`_, `@tcztzy <https://github.com/tcztzy>`_ and `@sjdv1982 <https://github.com/sjdv1982>`_.
0 commit comments