Skip to content

Releases: DC-analysis/ChipStream

ChipStream 0.10.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:46
0.10.1
7179a7a

This is mostly a maintenance release with minor improvements aimed at the DC-tools distribution.

  • enh: add --info flag (prints runtime info) for chipstream-cli
  • setup: bump dcnum to 0.30.1 (basin-based background in input file)
  • setup: require Python>=3.11

ChipStream 0.10.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:43
0.10.0
89cc162

This release mostly includes pipeline speed-ups from dcnum 0.30.0. I did a minor touch-up of the user interface.

  • enh: colorize "Run Pipeline" button (#10)
  • docs: remove black from logo/splash
  • ref: migrate from uic to pre-generated *_ui.py files
  • setup: bump dcnum to 0.30.0 (speed-up)

ChipStream 0.9.14

Choose a tag to compare

@github-actions github-actions released this 16 Jan 20:44
0.9.14
531dbed

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

Choose a tag to compare

@github-actions github-actions released this 14 Jan 10:42
0.9.13
bf027c7

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

Choose a tag to compare

@github-actions github-actions released this 15 Dec 21:43
0.9.9
8439b97

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

Choose a tag to compare

@github-actions github-actions released this 11 Dec 10:57
0.9.8
ec644e2

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

Choose a tag to compare

@github-actions github-actions released this 04 Dec 12:30
0.9.5
3e4fa70

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:51
0.8.0
087e1ae

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

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:33
0.7.0
1a8446b

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

ChipStream 0.6.8

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:46
0.6.8
75cdeb1

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