Skip to content

Releases: ZELLMECHANIK-DRESDEN/ShapeOut2

Shape-Out 2.4.1

30 Nov 19:38
2.4.1
cf7681f
Compare
Choose a tag to compare

  • fix: strip white-space characters from line edits in the
    preferences to avoid line breaks introduced in the API key
    via copy-paste
  • fix: not possible to create plots for datasets without the
    bright_avg feature; added a check for feature availability
    before updating the interface (#62)

Shape-Out 2.4.0

25 Nov 10:12
2.4.0
6030c04
Compare
Choose a tag to compare

  • feat: allow to set Young's modulus parameters for all
    open datasets via the "Bulk action" menu (#60)
  • fix: force temperature for Young's modulus computation
    to the value stored in the dataset for the "config"
    scenario
  • enh: update menu keybord shortcuts

Shape-Out 2.3.0

18 Nov 15:28
2.3.0
073bff2
Compare
Choose a tag to compare

  • enh: added preferences dialog
  • enh: improved user experience for searching DCOR data
  • ref: migrate settings to QSettings
  • setup: remove appdirs dependency, because we let QSettings
    determine where to store settings

Shape-Out 2.2.6

16 Nov 22:48
2.2.6
c3db21d
Compare
Choose a tag to compare

  • fix: support user-defined media introduced in dclab 0.29.1 (#53)
  • fix: porosity box filter precision at lower limit (#58)
  • docs: update bibliography
  • bump dclab from 0.29.0 to 0.29.1

Shape-Out 2.2.5

08 Oct 10:07
2.2.5
5555839
Compare
Choose a tag to compare

  • setup: correct installation directory on Windows
  • setup: bump dclab from 0.27.11 to 0.29.0
  • fix: main window not focused after startup (#52)

Shape-Out 2.2.4

03 Sep 08:45
2.2.4
5576d2d
Compare
Choose a tag to compare

  • fix: UI slot issues (probably a racing condition) in the
    analysis view; editing the viscosity for "other" medium not
    possible on frozen Windows and macOS application (#49)

Shape-Out 2.2.3

04 Aug 15:29
2.2.3
158e173
Compare
Choose a tag to compare

  • fix: update Quick View plot when values for the Young's modulus
    computation are changed (#44)
  • fix: use fixed point size in Block Matrix
  • enh: improve plot matrix column/row visualization and show flow
    rate (#45)
  • docs: update visualization of Young's modulus look-up tables
    using new figure script from dclab
  • build: bump Python to 3.8 for Windows builds
  • setup: bump dclab from 0.27.5 to 0.27.11 (improvement of hierarchy
    child handling)

Shape-Out 2.2.2

17 Jul 06:55
2.2.2
3f46552
Compare
Choose a tag to compare

  • fix: correct box filter ranges when feature contains inf values
  • enh: add pretty tool icons from KDE breeze theme

Shape-Out 2.2.1

05 Jun 11:14
2.2.1
ecee496
Compare
Choose a tag to compare

  • fix: zero-division error when setting "one plot per dataset"
    for an empty plot (#41)
  • build: pin PyQt5 to 5.14.2 on Linux/macOS

Shape-Out 2.2.0

29 May 18:25
2.2.0
e2f0806
Compare
Choose a tag to compare

  • setup: bump dclab from 0.26.2 to 0.27.5 (support for machine
    learning features)
  • fix: modify the GUI to enable box filtering for ml_score_???
    features
  • ref: pipeline.get_features now only returns features that are
    available (previously all features were returned when no
    datasets were in the pipeline)