Releases: algotom/datview
Releases · algotom/datview
Version 2.0
- Replaced the Tkinter/Matplotlib-based GUI with PySide6/pyqtgraph, significantly improving responsiveness and performance..
- Added a context menu (right-click) for creating subfolders, renaming files, copying full paths, and viewing file details.
- Double-clicking a dataset in the HDF tree viewer now opens the interactive viewer or table viewer.
- Moved "Save image" and "Save table" buttons from Main GUI to Interactive-Viewer GUI
Release version 1.4.1
- Fix bugs related to folder/file listing
- Fix bugs related to the line-profile feature of the interactive-viewer
Version 1.4.0
- Refactored Interactive-Viewer
- Fixed Tkinter lifecycle and shutdown errors
- Robust Interactive Viewer cleanup (no memory leaks)
- Support for image stacks with varying image sizes and types
- Smarter autoscaling and contrast reset behavior
Version 1.3.0
- Add components for viewing histograms, percentile density, image statistics, and aspect ratio.
- Add components for exporting HDF/CINE files to TIFF.
- Improve GUI, plot visuals, slider interaction, and file listing.
Version 1.2.0
- Convert Matplotlib widgets to Tkinter widgets in GUIs for image viewing.
- Enable profile zooming.
Release 1.1.0
Add hdf5plugin requirement to view compressed HDF files.