Releases: aivazis/qed
Added support for multi band datasets
Full Changelog: v0.3.2...v0.3.3
Added dynamic initialization of the visualization channels
The channels now use simple statistics over a subset of their dataset to initialize their range dynamically
Added support for ASAR by leaning on NISAR
Full Changelog: v0.3.1...v0.3.2
Styled components are here to stay
Full Changelog: v0.3.0...v0.3.1
Added support for NISAR data products
Full Changelog: v0.2.6...v0.3.0
Added basic viewport zoom support
Full Changelog: v0.2.5...v0.2.6
Checkpoint before the restructuring of the viz context
Improved the flexing behavior by adjusting the panel styles
Getting flex
to behave is a bit of a struggle. This iteration went back to setting the initial flex
for all panels to 1 1 100%
, which seems to do the right thing before the user starts messing around with the panel widths. It also seems to do the right thing when panels collapse.
The styling of the blank
viewer is also a bit clearer now. The centering transform is applied to the svg
element, and the container has flex
and a minimum width. This appears to have fixed the issue that would cause a panel that went blank
to collapse into the width of the button on its tab
bar.
Full Changelog: v0.2.3...v0.2.4
Simplified the state management of the dataset display panel
Reimplemented the reader
context using refs rather than state, resulting in significantly more streamlined state management. This is possible because the entire cascade renders every time the active view
is updated, and the actual state requires merging the state of the view
with the local state of each reader
Full Changelog: v0.2.2...v0.2.3
Added user control to the display of metadata detail by the viewer
Added global application context
Reworked how state dependent color mixing happens for all components. Improved the way the transient styling is applied to entities that are marked as enabled.
Added a global context provider so there is a place to park application level decisions, such as the choice of theme
Full Changelog: v0.2.0...v0.2.1