Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 0.9.0 release #664

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
Development version
-------------------

0.9.0 / 2024-08-22
------------------

- Add SLURMRunner from jacobtomlinson/dask-hpc-runners (:pr:`659`)
- Bump minimum Python to 3.10 (:pr:`662`)
- Fixed LSFCluster stdin job setup not being run in a shell (:pr:`661`)
- Remove unused lsf_version function for Python 3.12 and fix never awaited error for LSFCluster (:pr:`646`)
- Handle outdated root certificates (:pr:`651`)
- Migrate Slurm tests to use rockylinux (:pr:`650`)
- Migrate PBS tests to rocklinux 8 and openpbs 23.06 (:pr:`649`)
- Fix bug in OARJob where Job._call is not awaited (:pr:`642`)

Thanks to `@aiudirog <https://github.com/aiudirog>`_, `@tcztzy <https://github.com/tcztzy>`_ and `@sjdv1982 <https://github.com/sjdv1982>`_.

0.8.5 / 2024-02-22
------------------
Expand Down
Loading