Skip to content

Releases: DC-analysis/ChipStream

ChipStream 0.9.14

16 Jan 20:44
0.9.14
531dbed

Choose a tag to compare

ChipStream 0.9.14 Pre-release
Pre-release

This release was built with CUDA 13 and some of the older NVIDIA GPUs might not be supported.
According to https://en.wikipedia.org/wiki/CUDA#GPUs_supported, compute capability 7.5 is required. A list of supported GPUs can be found here: https://developer.nvidia.com/cuda/gpus/

If your GPU is supported, but ChipStream does not offer you the "Use GPU" option, try to update the GPU drivers: https://www.nvidia.com/de-de/drivers/

ChipStream 0.9.13

14 Jan 10:42
0.9.13
bf027c7

Choose a tag to compare

ChipStream 0.9.13 has increased performance compared to 0.9.9. The main improvements are due to the bump of dcnum from 0.28.3 to 0.29.1 (lazy-loading, extension of universal workers).

  • enh: put main methods in __name__ == "__main__" guard
  • enh: check for cuda availability instead of letting dcnum decide
  • setup: bump dcnum to 0.29.1
  • setup: update pyinstaller hooks

ChipStream 0.9.9

15 Dec 21:43
0.9.9
8439b97

Choose a tag to compare

This release mitigates a memory leak and high CPU usage during idle (when an analysis is complete) and fixes a bug that randomly froze processing when background data was available in the input file.

ChipStream 0.9.8

11 Dec 10:57
0.9.8
ec644e2

Choose a tag to compare

This is a bugfix release. I resolved an issue with reproducibility when segmentation was done in larger batches on the GPU and I resolved an issue with background processes not terminating after an analysis.

ChipStream 0.9.5

04 Dec 12:30
0.9.5
3e4fa70

Choose a tag to compare

I implemented the first set of optimizations in dcnum to speed-up data processing 🚀.

In addition, the pipeline identifier changed because of a bug in dcnum (DC-analysis/dcnum#47). This means that you should reanalyze previous data if you would like to compare them to data analyzed with ChipStream 0.9.5.

ChipStream 0.8.0

07 Aug 23:51
0.8.0
087e1ae

Choose a tag to compare

ChipStream 0.8.0 fixes a bug that caused analysis processes to continue (instead of stopping) after the GUI was closed. In addition, ChipStream now writes measurement identifiers in basins which makes it easier for DCOR to identify basin resources within the same dataset.

  • fix: when user quits GUI during processing, forcibly kill all processes
  • docs: add installation section
  • setup: add psutil dependency
  • setup: bump dcnum to 0.25.11 (measurement identifiers in basins)

ChipStream 0.7.0

17 Jun 17:33
0.7.0
1a8446b

Choose a tag to compare

With version 0.7.0, the ChipStream installer now comes with torch/CUDA support.

ChipStream 0.6.8

17 Jun 08:46
0.6.8
75cdeb1

Choose a tag to compare

This is a maintenance release.

0.6.8

  • fix: consistently use click.ClickException

0.6.7

  • tests: correctly capture stderr instead of stdout (click 8.2)
  • setup: bump click to 8.2

0.6.6

  • docs: properly employ license GPL-3.0-or-later
  • setup: bump dcnum to 0.25.10

ChipStream 0.6.5

25 Feb 16:37
0.6.5
9e7ae9a

Choose a tag to compare

This is a maintenance release with improved error messages.

  • enh: improve error message when input file is invalid (#13)

ChipStream 0.6.4

24 Jan 11:46
0.6.4
cefb4ea

Choose a tag to compare

This is a maintenance release with added support for new DC table data.

  • setup: bump dcnum from 0.25.3 to 0.25.5