v2.2.0
Highlights
A new helper function for matching entity tags within TPV rules (#79):
seminar-ga:
rules:
- id: small_pulsar_training_rule
if: helpers.tag_values_match(entity, match_tag_values=['pulsar'], exclude_tag_values=['pulsar-training-large'])
max_cores: 2
max_mem: 2
What's Changed
- Add helper for checking entity tags within a tpv rule by @cat-bro in #86
- refactor: remove unnecessary overrides of superclass init by @nuwang in #88
- Remove condition from tpv packaging by @nuwang in #87
Full Changelog: v2.1.0...v2.2.0