File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed 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 >`_.
7
20
8
21
0.8.5 / 2024-02-22
9
22
------------------
You can’t perform that action at this time.
0 commit comments