diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fd3c6..20c0e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.1.12a] - TBD +## [0.1.12] - 2023-05-23 Fixed bug with PL (Thanks @kingjr). @@ -14,6 +14,8 @@ Fixed local rank bug. Minor speed improvement if processing a lot of files with `to_absolute_path`. +Added `qos`, and `account` slurm params. + ## [0.1.11] - 2022-09-22 Use job id based seed to avoid systematic failures with port allocation for distributed. diff --git a/dora/__init__.py b/dora/__init__.py index 150a7d0..4d232fb 100644 --- a/dora/__init__.py +++ b/dora/__init__.py @@ -60,7 +60,7 @@ __pdoc__ = {} __pdoc__['tests'] = False -__version__ = "0.1.12a5" +__version__ = "0.1.12" # flake8: noqa from .explore import Explorer, Launcher