Skip to content

Version 2021.2.657

Compare
Choose a tag to compare
@iromeo iromeo released this 06 Dec 13:51
· 334 commits to master since this release

[2021.2.657]

Released on December 6th 2021

Changed

  • Show argument preview for int indexes completion in output[i] (see #378)
  • Allocation of all top-level sections into one token and support for unknown top-level sections (see #373)

Fixed

  • Resolve and completion for 'script' section (see #426)
  • Only snakemake file can't end with a comment (see #365)
  • SmkSectionDuplicatedArgsInspection now checks workflow top-level sections (see #407)
  • All inspections warnings now can be overridden (see #423)
  • Completion for .smk files in module 'snakefile' section (see #428)
  • Default path "config/config.yaml" now supported (see #363)
  • Access by index to input/output sections with 'multiext' function (see #278)
  • Inspection: Do not show warning that rule section is unused variable if rule is defined in method (see #385)
  • SOE: From UnusedLocal inspection for SnakemakeSL expression (see #380)
  • Do not show syntax error for rule w/o body (see #420)

Added

  • Color Settings Page (see #431)
  • Inspection: highlights 'use rule' section which overrides several rules as one (see #411)
  • Collecting wildcards from overridden rules in 'use' sections (see #418)
  • Weak warnings for unused 'log' sections in 'use rule' (see #414)
  • Weak warnings for unused 'log' sections (see #300)
  • Support for 'module' and 'use' keywords (see #355)
  • Inspection for improperly called functions (see #148)
  • Ability for memorising new section name (see #372)
  • Support for 'handover' section (see #362)
  • Support for 'containerized' section (see #361)
  • Inspection: Show ERROR for execution sections in 'use' section (see #408)
  • Completion features related to 'use' section (see #413)
  • Add reference for 'snakefile:' in module declaration (see #409)
  • Initial PEPs support (see #360)