You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 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)