Skip to content

Commit

Permalink
Merge pull request #339 from giffels/release-0.8.2
Browse files Browse the repository at this point in the history
Prepare release version 0.8.2
  • Loading branch information
giffels authored May 23, 2024
2 parents 72b113e + 2edc478 commit 0816257
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 17 deletions.
9 changes: 6 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.1.0
message: If you use this software, please cite it using these metadata.
title: "MatterMiners/tardis: 0.8.1"
title: "MatterMiners/tardis: 0.8.2"
doi: 10.5281/zenodo.8426261
authors:
- given-names: Manuel
Expand Down Expand Up @@ -43,7 +43,10 @@ authors:
- given-names: Raphael
family-names: Kleinemühl
affiliation: University of Wuppertal
version: 0.8.1
date-released: 2023-11-29
- given-names: Sebastian
family-names: Wozniewski
affiliation: University of Göttingen
version: 0.8.2
date-released: 2024-05-15
repository-code: https://github.com/MatterMiners/tardis
license: MIT
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Sebastian Wozniewski <sebastian.wozniewski@uni-goettingen.de>
mschnepf <matthias.schnepf@kit.edu>
swozniewski <sebastian.wozniewski@uni-goettingen.de>
Alexander Haas <104835302+haasal@users.noreply.github.com>
mschnepf <maschnepf@schnepf-net.de>
Dirk Sammel <dirk.sammel@cern.ch>
mschnepf <maschnepf@schnepf-net.de>
Matthias J. Schnepf <maschnepf@schnepf-net.de>
Matthias Schnepf <matthias.schnepf@kit.edu>
LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions docs/generate_apidoc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
PROJECT=tardis

source ../venv/bin/activate
source ${VIRTUAL_ENV}/bin/activate
sphinx-apidoc --force --module-first --separate -o source/api ../${PROJECT} && \
make html && \
open _build/html/index.html
open _build/html/index.html
4 changes: 2 additions & 2 deletions docs/source/adapters/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Available adapter configuration options
quota: 2000
moab-site:
executor: !SSHExecutor
executor: !TardisSSHExecutor
host: login.dorie.somewherein.de
username: clown
client_keys:
Expand Down Expand Up @@ -517,7 +517,7 @@ Available machine type configuration options
quota: 100
hpc2000:
executor: !SSHExecutor
executor: !TardisSSHExecutor
host: hpc2000.hpc.org
username: billy
client_keys:
Expand Down
12 changes: 9 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
.. Created by changelog.py at 2024-04-16, command
.. Created by changelog.py at 2024-05-15, command
'/Users/giffler/.cache/pre-commit/repoecmh3ah8/py_env-python3.12/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2024-04-16
=========================
[0.8.2] - 2024-05-15
====================

Changed
-------

* Bump pyauditor version to 0.5.0

Fixed
-----

* Handle littered status feedback in csv_parser
* Fix handling of squeue call with invalid jobid

[0.8.1] - 2023-11-29
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
category: fixed
summary: "Fix handling of squeue call with invalid jobid"
description: |
In case a job is already completed and only one non-existing job id is provided
the `squeue` command is failing with exit code 1 and it prints
"Invalid job id specified" to stderr.
description: "In case a job is already completed and only one non-existing job id\
\ is provided\nthe `squeue` command is failing with exit code 1 and it prints \n\
\"Invalid job id specified\" to stderr.\n"
pull requests:
- 326
version: 0.8.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
category: fixed
summary: "Handle littered status feedback in csv_parser"
description: "In rare cases it can happen, that a `squeue` call is returning not only\
\ the\ndesired status csv of jobs in the batch system, but some additional messages\n\
like `Switch to work directory on corresponding scratch directory.` The \n`csv_parser`\
\ has been modified to ignore such additional messages while \nparsing the csv.\n"
pull requests:
- 338
version: 0.8.2
7 changes: 7 additions & 0 deletions docs/source/changes/346.bump_pyauditor_version_to_0_5_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
category: changed
summary: "Bump pyauditor version to 0.5.0"
description: |
Bump `pyauditor` to version 0.5.0
pull requests:
- 346
version: 0.8.2
2 changes: 2 additions & 0 deletions docs/source/changes/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- semver: 0.8.2
date: '2024-05-15'
- semver: 0.8.1
date: '2023-11-29'
- semver: 0.8.0
Expand Down
4 changes: 2 additions & 2 deletions tardis/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__summary__ = "Transparent Adaptive Resource Dynamic Integration System"
__url__ = "https://github.com/matterminers/tardis"

__version__ = "0.8.1"
__version__ = "0.8.2"
__author__ = "Manuel Giffels, Matthias Schnepf"
__email__ = "giffels@gmail.com"
__copyright__ = "2018 - 2023 %s and Contributors" % __author__
__copyright__ = "2018 - 2024 %s and Contributors" % __author__
__keywords__ = "asyncio tardis cloud scheduler"

0 comments on commit 0816257

Please sign in to comment.