Skip to content
Snippets Groups Projects
Commit 6013e113 authored by semantic-release's avatar semantic-release Committed by Adrian Rohner
Browse files

0.4.0

Automatically generated by python-semantic-release
parent 1fcbb83f
Branches
Tags v0.4.0
No related merge requests found
Pipeline #50962 passed
......@@ -2,6 +2,28 @@
<!--next-version-placeholder-->
## v0.4.0 (2021-06-25)
### Feature
* Add loadonly option for starccm ([`21a196c`](https://gitlab.ost.ch/scl/submitscripts/-/commit/21a196c1ff092a4b394b4d793fe72edd06fb8426))
* Remove .out and .err files created by slurm ([`005b3d2`](https://gitlab.ost.ch/scl/submitscripts/-/commit/005b3d24a8b741c86034273c7ee441eccb3dde30))
* Add wait flag for parent submitter ([`6604df7`](https://gitlab.ost.ch/scl/submitscripts/-/commit/6604df70bc75e2701ced966cd386a2541bff578d))
* Add run mode, user can chose whether to run case immediately or only write the .sub file ([`e933c62`](https://gitlab.ost.ch/scl/submitscripts/-/commit/e933c6230e6080b746db6ef48b4f5d68a1ced0bb))
* Add new exception for module-version not found ([`dd37546`](https://gitlab.ost.ch/scl/submitscripts/-/commit/dd375463c75bdb7521c1366e558da2dfcc6b44fc))
* Add new exception for module-version not found ([`4a237f8`](https://gitlab.ost.ch/scl/submitscripts/-/commit/4a237f878a813bfe6d00c37903a54700f098f5b2))
### Fix
* Add try-catch block for software or no module files found ([`1b886db`](https://gitlab.ost.ch/scl/submitscripts/-/commit/1b886dbad9ef628969d8e57cb6edc6eb8d281982))
* Remove whitespaces ([`cec82c7`](https://gitlab.ost.ch/scl/submitscripts/-/commit/cec82c76146e6ddeac315ec2844c09309a854016))
* Exec requires job input not the job filename ([`f11fa21`](https://gitlab.ost.ch/scl/submitscripts/-/commit/f11fa2192d898463e80e245591a2115e339af6f5))
* Add error and output files to slurm bash script ([`8df3903`](https://gitlab.ost.ch/scl/submitscripts/-/commit/8df390347b602b58f52810c93ee9a3dcbce94e87))
* Only long key names with -- are allowed to use, while using the notation --key=value ([`af4dcf6`](https://gitlab.ost.ch/scl/submitscripts/-/commit/af4dcf6606e916d17a9d3e25fb5ea2b537880ca4))
* Remove whitespace around = in slurm key value arguments ([`e1d564d`](https://gitlab.ost.ch/scl/submitscripts/-/commit/e1d564dfb3f82725e7c83f87fe340ac5578f6476))
* Add shebang to slurm .sub script ([`826196a`](https://gitlab.ost.ch/scl/submitscripts/-/commit/826196aae09f8160620024044a97d81631eec729))
* Readme pipeline status set to stable branch ([`75a56a1`](https://gitlab.ost.ch/scl/submitscripts/-/commit/75a56a194b7b72219ea70eeeb0d0bdbc15eea387))
### Documentation
* Improve and add new doc ([`026dff5`](https://gitlab.ost.ch/scl/submitscripts/-/commit/026dff51da18627632d0dc8cb88cf17babcd81ed))
## v0.3.0 (2021-05-25)
### Feature
* New script for `openfoam` ([`de9d42b`](https://gitlab.ost.ch/scl/submitscripts/-/commit/de9d42b9da95b712cf3e44945de5c04240110337))
......
......@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST"
author = "Adrian Rohner, Roland Peterer"
# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.4.0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "pyslurm"
version = "0.3.0"
version = "0.4.0"
description = ""
license = "GPL-3.0-or-later"
authors = [
......
......@@ -2,6 +2,6 @@ from pathlib import Path
import sys
__pkg_path__ = Path(__file__).parent.parent.absolute()
__version__ = "0.3.0"
__version__ = "0.4.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment