Skip to content

Version 24.0.0

Compare
Choose a tag to compare
@DanicaSTFC DanicaSTFC released this 11 Jun 15:26
· 11 commits to master since this release
ded786f

New functionality:

  • Added preview to 'RawImportDialog' #410
  • Add method to edit axes label text and tests, hide one label on 2D viewer #389 #408
  • Add slider widget #365 and option to not install it #386. Link slider events #413

Bugfixes:

  • Fix failing unit test #394
  • Bugfix on resample reader. Standalone viewer app defaults to downsample in all dimensions. #362
  • Fix bug with 'setInputAsNumpy' using deprecated 'numpy2vtkImporter' in 'CILViewer2D' - now uses 'numpy2vtkImage' #346

CI:

  • Update eqt requirements to >=1.0.0 and update yml recipe #385
  • Remove VTK 8 variants from conda recipe #375
  • Change Python variants: removed 3.6 and 3.7, added 3.11 #375 (not Python 3.12 for incompatibility with EQT #399)
  • Removed the 'paskino' channel from the install command as eqt is on 'conda-forge' #368
  • Edit conda build and publish #371
  • Fix dependencies in recipe #369

Documentation

  • Add CONTRIBUTING.md #403
  • Edit web-viewer readme #401
  • Transfer repository to 'TomographicImaging' #402
  • Add PR template #244 #373
  • Edit README.md #344