-
Notifications
You must be signed in to change notification settings - Fork 20
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
Preparing TARDIS 0.8.0 release #300
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
32aad0e
Add changes for #298 to the documentation
giffels a546ee8
Add change log for #301
giffels 24369e7
Bump version to 0.8.0
giffels 0709107
Add change log for #306
giffels af93bf2
Add change log for #308
giffels 88c07f1
Add CITATION.cff file to cite TARDIS correctly
giffels a250bc4
Add change log for #307
giffels 2dc9a99
Add change log for #311
giffels 779159c
Create tardis release 0.8.0
giffels File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# YAML 1.2 | ||
# 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.7.1" | ||
doi: 10.5281/zenodo.7943895 | ||
authors: | ||
- given-names: Manuel | ||
family-names: Giffels | ||
affiliation: Karlsruhe Institute of Technology | ||
orcid: https://orcid.org/0000-0003-0193-3032 | ||
- given-names: Max | ||
family-names: Fischer | ||
affiliation: Karlsruhe Institute of Technology | ||
- given-names: Alexander | ||
family-names: Haas | ||
- given-names: Stefan | ||
family-names: Kroboth | ||
affiliation: University of Freiburg | ||
- given-names: Matthias | ||
family-names: Schnepf | ||
affiliation: Karlsruhe Institute of Technology | ||
- given-names: Eileen | ||
family-names: Kuehn | ||
affiliation: Karlsruhe Institute of Technology | ||
- given-names: Pascal | ||
family-names: Schuhmacher | ||
- given-names: Rene | ||
family-names: Caspart | ||
affiliation: Karlsruhe Institute of Technology | ||
- given-names: Florian | ||
family-names: von Cube | ||
affiliation: Karlsruhe Institute of Technology | ||
- given-names: Dirk | ||
family-names: Sammel | ||
affiliation: University of Freiburg | ||
- given-names: Benjamin | ||
family-names: Rottler | ||
affiliation: University of Freiburg | ||
- given-names: Peter | ||
family-names: Wienemann | ||
affiliation: University of Bonn | ||
version: 0.7.1 | ||
date-released: 2023-05-17 | ||
repository-code: https://github.com/MatterMiners/tardis | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ Leon Schuhmacher <[email protected]> | |
R. Florian von Cube <[email protected]> | ||
mschnepf <[email protected]> | ||
Alexander Haas <[email protected]> | ||
mschnepf <[email protected]> | ||
Benjamin Rottler <[email protected]> | ||
mschnepf <[email protected]> | ||
Dirk Sammel <[email protected]> | ||
Matthias J. Schnepf <[email protected]> | ||
Matthias Schnepf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
category: fixed | ||
summary: "Pin TARDIS to use pydantic version 1" | ||
description: "TARDIS supports at the moment only pydantic version 1, hence we are\ | ||
\ pinning the utilization of pydantic version 1 in \n`setup.py`.\n" | ||
issues: | ||
- 299 | ||
pull requests: | ||
- 298 | ||
version: 0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
category: fixed | ||
summary: "Fix missing `resource_status` attribute crashing Prometheus plugin on newly\ | ||
\ started drones" | ||
description: | | ||
Newly started drones were missing the `resource_status` attribute in the `resource_attributes` dictionary which led | ||
to crashes in the Prometheus plugin. | ||
issues: | ||
- 297 | ||
pull requests: | ||
- 301 | ||
version: 0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
category: fixed | ||
summary: "Fix auditor error handling when updating non-existing record" | ||
description: "It can happen that a drone is submitted but never reaches the AvailableState,\ | ||
\ since demand for resources is decreasing\nand the drone is cleaned-up before and\ | ||
\ it reaches DownState. This case is currently not handled correctly in the \nauditor\ | ||
\ plugin, since it tries to update a non-existing record.\n" | ||
issues: | ||
- 305 | ||
pull requests: | ||
- 306 | ||
version: 0.8.0 |
14 changes: 14 additions & 0 deletions
14
docs/source/changes/307.fix_updated_timestamp_utilization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
category: fixed | ||
summary: "Fix utilization of updated timestamp and potential ignoring of drone minimum\ | ||
\ lifetime" | ||
description: "The original idea was that created and updated timestamps indicate a\ | ||
\ change \nof the `DroneState`. However, in the meantime it was also updated in\ | ||
\ some \nSiteAdapters, when the resource status changed, e.g. through a \n`resource_status`\ | ||
\ call on certain SiteAdapters. Through the \n`drone_minimum_lifetime` setting seems\ | ||
\ to be ignored, because `resource_status` \nis called every minute, while `drone_minimum_lifetime`\ | ||
\ is usually in the order of hours.\n" | ||
issues: | ||
- 296 | ||
pull requests: | ||
- 307 | ||
version: 0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
category: deprecated | ||
summary: "Lancium compute support" | ||
description: "Since April 2023 Lancium compute does not offer Platform as a Service\ | ||
\ anymore, therefore the support of Lancium \ncompute in TARDIS is now deprecated.\n" | ||
pull requests: | ||
- 308 | ||
version: 0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
category: changed | ||
summary: "Bump pyauditor version to 0.2.0" | ||
description: | | ||
Bump `pyauditor` to version 0.2.0 | ||
pull requests: | ||
- 311 | ||
version: 0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- semver: 0.8.0 | ||
date: '2023-10-05' | ||
- semver: 0.7.1 | ||
date: '2023-05-16' | ||
- semver: 0.7.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
__summary__ = "Transparent Adaptive Resource Dynamic Integration System" | ||
__url__ = "https://github.com/matterminers/tardis" | ||
|
||
__version__ = "0.7.1" | ||
__version__ = "0.8.0" | ||
__author__ = "Manuel Giffels, Matthias Schnepf" | ||
__email__ = "[email protected]" | ||
__copyright__ = "2018 - 2023 %s and Contributors" % __author__ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kind of a chicken and egg problem. I have to add the "link" to release 0.7.1, since this is the current one published on Zenodo and have to update it to version 0.8.0 once it is released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't you just write 0.8.0? Because in time it is released, it will be valid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I do not know the doi of that version in advance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could go with the generic doi for tardis itself as well. That's
https://doi.org/10.5281/zenodo.2240605
.But I see no problem having the old version here until the release is made and then updating the info afterwards. It doesn't seem to get packaged, so it's not strictly attached to a version anyway - only the repo.