Skip to content

Releases: DC-analysis/ChipStream

ChipStream 0.6.3

23 Oct 12:42
0.6.3
902abc0
Compare
Choose a tag to compare

This is essentially a maintenance release.

  • ref: use dcnum methods to set environment variables for single threads
  • setup: bump dcnum from 0.25.2 to 0.25.3

ChipStream 0.6.2

13 Sep 16:47
0.6.2
c5baacd
Compare
Choose a tag to compare

This release supports numpy 2 and comes with minor speed-ups inherited from dcnum 0.25.2.

  • docs: fix typo in CLI help page
  • setup: bump dcnum from 0.25.0 to 0.25.2 (minor speed-up)
  • setup: support numpy 2

ChipStream 0.6.1

24 Jul 19:48
0.6.1
dad2f71
Compare
Choose a tag to compare

  • enh: automatically detect flickering and apply offset correction
  • setup: bump dcnum from 0.24.0 to 0.25.0 (flickering detection)

ChipStream 0.6.0

28 Jun 11:23
0.6.0
4f3f1e0
Compare
Choose a tag to compare

  • feat: implement segmenter validation step in CLI and GUI
  • feat: support PyTorch segmentation models
  • fix: show correct default mask postprocessing arguments in CLI help
  • setup: bump dcnum from 0.22.1 to 0.24.0 (internal basins)
  • setup: change required pytorch version from 2.3 to 2.2 (hardware support)

ChipStream 0.6.0a4

27 Jun 13:06
0.6.0a4
5689961
Compare
Choose a tag to compare
ChipStream 0.6.0a4 Pre-release
Pre-release

  • maintenance

ChipStream 0.6.0a3

26 Jun 08:50
0.6.0a3
88974ee
Compare
Choose a tag to compare
ChipStream 0.6.0a3 Pre-release
Pre-release

  • feat: dcnum 0.24.0 introduces internal basins

ChipStream 0.6.0a2

14 Jun 06:51
0.6.0a2
4fb71d1
Compare
Choose a tag to compare
ChipStream 0.6.0a2 Pre-release
Pre-release

  • feat: implement segmenter validation step in CLI and GUI
  • feat: support PyTorch segmentation models
  • fix: show correct default mask postprocessing arguments in CLI help
  • setup: bump dcnum from 0.22.1 to 0.23.3
  • setup: change required pytorch version from 2.3 to 2.2 (hardware support)

ChipStream 0.5.0

04 Jun 14:26
0.5.0
e69638d
Compare
Choose a tag to compare

With an update of dcnum to version 0.22.1, this release improves efficiency and stability.

ChipStream 0.4.0

28 May 06:25
0.4.0
f1f13b0
Compare
Choose a tag to compare

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

ChipStream 0.3.1

23 May 05:25
0.3.1
edf9926
Compare
Choose a tag to compare

This release attempts to fix ChipStream unexpectedly exiting when adding files to the input list on Windows 11.