Skip to content

Releases: melexis/sphinx-traceability-extension

Hide pie chart statistics unless stats flag is provided

27 Feb 11:18
8542985
Compare
Choose a tag to compare

What's Changed

  • Completely disregard a duplicate item definition after warning about it by @JasperCraeghs in #310
  • Hide pie chart statistics unless stats flag is provided by @JasperCraeghs in #337
  • Fix some quality-of-life issues with item-piechart by @gcrabbe in #318

Full Changelog: v9.6.1...v10.0.0

Fix deployment in CI

22 Feb 13:18
40a4347
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.6.0...v9.6.1

Support Sphinx 6 and fix processing of attribute-link

22 Feb 11:10
8c13a6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.5.1...v9.6.0

Fix for checklist regex and pie charts fallback font

29 Nov 22:08
d70525c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.5.0...v9.5.1

Stats and nooverwrite flags added to piechart and relink directives

18 Nov 10:07
120a6aa
Compare
Choose a tag to compare

What's Changed

  • Use re.match for regexes in traceability_hyperlink_colors by @JasperCraeghs in #311
  • Add :stats: flag to item-piechart directive by @gcrabbe in #323
  • Add :nooverwrite: flag for item-relink and item-link to reduce amount of warnings by @Letme in #325
  • Add link type to the warning when target is missing by @Letme in #324

Full Changelog: v9.4.0...v9.5.0

Add nooverwrite flag to attribute-link

16 Nov 22:26
b7514dc
Compare
Choose a tag to compare

What's Changed

  • Fix: systematically close pyplot figures after use by @gcrabbe in #316
  • Add nooverwrite flag to attribute-link directive by @gcrabbe in #319

Full Changelog: v9.3.2...v9.4.0

Fix bugs in item-link and item-relink directives

21 Oct 12:55
0dad45f
Compare
Choose a tag to compare

Fixed:

  • prevent bug introduced in 9.3.1 that causes a crash when duplicating a link/relationship with item-link
  • item-relink can now be used more than once with the same :remap: value
  • fix crash that occurred when a placeholder item in item-relink's :remap: option did not have all of its targets transferred/relinked (to a valid item)

All in PR #312.

Fix broken (re)linking from version 9.3.0

19 Oct 15:14
ca35735
Compare
Choose a tag to compare

Fixed:

  • Fix broken (re)linking from version 9.3.0 [PR #309]
  • Report warnings about missing item definitions, which were no longer included in version 9.3.0 [PR #309]

Support linking with item-link directive using regular expressions

05 Oct 14:29
3ea434a
Compare
Choose a tag to compare

Added:

  • item-link: Add source and target options to item-link directive. They expect a regular expression instead of a list of item IDs. [PR #308]

Fixed:

  • item-link and item-relink: always process item-relink after item-link directive instead of using the order in which they are defined in RST [PR #308]

Support labeling using relationships of sourcetype in pie chart

15 Sep 19:16
1e1a3f3
Compare
Choose a tag to compare

Added:

  • item-piechart: added splitsourcetype flag to support labeling using relationships of sourcetype, as was already possible with relationships of targettype [PR #306]

Fixed:

  • item-piechart: fixed crash that occurred when a label in the label_set option contained a capital letter [PR #306]