Skip to content

ChipStream 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 06:25
· 41 commits to main since this release
0.4.0
f1f13b0

This release brings the power of basin features to ChipStream. By default, the output file is now a downstream dataset that uses the input file as a basin. As a result, pipeline runs are faster and output files are significantly smaller. To disable this feature, uncheck the "Exploit basins" checkbox in the GUI or use the "--drain-basins" option in the CLI.

  • feat: CLI by default creates output file that contains no redundant
    data and uses the input file as a basin; old behavior can be brought
    back with the "--drain-basins" command-line option
  • feat: implement same behavior for GUI as for CLI, with the
    "Exploit basins" checkbox
  • fix: show correct data PPID in CLI
  • setup: bump dcnum from 0.19.1 to 0.20.1
  • docs: add tool tips for most controls