Skip to content

Version 2022.2.761

Compare
Choose a tag to compare
@iromeo iromeo released this 06 Aug 17:50
· 229 commits to master since this release

Released on August 5th 2022

Fixed

  • Compatibility with PyCharm 2022.2
  • Ignore whitespaces that could occur after as in use block
  • Bundled wrappers repo updated to v1.7.1

Added:

  • [7.10.0] Support conda environment definitions to be passed as function pointers, similar to input, params, and resources #494 (see #494)
  • [7.9.0] Syntax supprt for exclude keyword in use rules (see #495, #496)
  • [ 7.0.0] template_engine: basic support (see #497)
    • Do not highlight template_engine as unrecognized section
    • Inspections:
      • Only one argument expected after template_engine
      • Keywords arguments not supported after template_engine
      • Do not warn about unused log section if rule with template_engine
      • template_engine is execution section, so could not be with run/shell/notebook/script
      • template_engine should be last in the rule
      • Completion for "yte", "jinja2" in template_engine string argument
      • Inspection that warns when template= keyword argument is required in section with template_engine