Skip to content

v2.2.0

Compare
Choose a tag to compare
@nuwang nuwang released this 22 Mar 11:02
· 98 commits to main since this release

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