Skip to content

Releases: DC-analysis/DCKit

DCKit 0.12.2

28 Jan 16:53
0.12.2
16f11b1
Compare
Choose a tag to compare

  • fix: in some cases, .tdms datasets could not be converted to
    .rtdc because of the data value of a combobox was not checked
    (ValueError: could not convert string to float: 'please select')
  • fix: joining datasets might have ended in an error because a
    message box was not setup properly

DCKit 0.12.1

05 Jan 19:02
0.12.1
0eea526
Compare
Choose a tag to compare

  • ci: migrated macos build pipeline to GitHub Actions

DCKit 0.12.0

09 Oct 06:58
0.12.0
a793ed5
Compare
Choose a tag to compare

  • setup: correct installation directory on Windows
  • setup: bump dclab from 0.28.0 to 0.29.1 (new image_bg feature,
    relax fixed choices for [setup] 'medium')
  • fix: main window not focused after startup
  • enh: allow to edit [setup] 'medium' if it is set to "other"

DCKit 0.11.0

21 Sep 09:50
0.11.0
ef087f1
Compare
Choose a tag to compare

  • feat: add option to split large datasets
  • setup: bump dcalb from 0.27.6 to 0.28.0 (splitting datasets)
  • fix: file dialogs did not always immediately close when
    OK was pressed

DCKit 0.10.0

08 Jun 11:13
0.10.0
2b97c95
Compare
Choose a tag to compare

  • fix: properly cache dataset check and metadata information
  • feat: allow to set global default values for metadata
  • setup: bump dclab from 0.27.5 to 0.27.6 (reduce warning messages
    and remove final empty images for tdms2rtdc)
  • enh: do not show flow rate for reservoir measurements - show
    "reservoir" instead
  • enh: include flow rate or reservoir in output file name
  • enh: improve display busy cursor

DCKit 0.9.1

05 Jun 11:34
0.9.1
ab2d463
Compare
Choose a tag to compare

  • enh: allow keyword argument --version (print version and exit)
  • build: pin PyQt5 to 5.14.2 on Linux/macOS
  • build: macOS build was not working

DCKit 0.9.0

25 May 17:29
0.9.0
4e54dfd
Compare
Choose a tag to compare

  • fix: export file names were allowed to have invalid characters
  • fix: ignore ResourceWarning
  • enh: improved preview speed for .tdms data
  • setup: bump dclab from 0.25.0 to 0.27.5 (support ML features)
  • setup: bump imageio to >=2.8.0
  • setup: bump nptdms to >=0.27.0
  • setup: drop shapeout dependency

DCKit 0.8.4

30 Apr 10:04
0.8.4
6a95f25
Compare
Choose a tag to compare

  • fix: display success dialog after joining datasets

DCKit 0.8.3

27 Apr 16:54
0.8.3
3e13185
Compare
Choose a tag to compare

  • setup: bump dclab from 0.22.7 to 0.25.0 (fixed broken "index"
    feature when joining datasets, improved HDF5 writer and
    dataset checker)
  • setup: bump shapeout to 1.0.9 (possible issues with file system
    crawler)

DCKit 0.8.2

27 Mar 10:24
0.8.2
e23fb45
Compare
Choose a tag to compare

  • enh: show dataset values when metadata are wrong (dataset checker)
  • enh: improve layout spacing for dataset checker
  • setup: bump dclab from 0.21.2 to 0.22.7 (compression info,
    autocheck of metadata, flow rate check, export fix)
  • docs: to avoid confusion, be more verbose when the user clicked
    "Update metadata" and there is nothing to do (#7)
  • ref: revert "fix" from 0.8.1