Skip to content

Releases: aivazis/qed

Added support for multi band datasets

23 Feb 03:45
Compare
Choose a tag to compare

Added dynamic initialization of the visualization channels

22 Feb 02:42
Compare
Choose a tag to compare

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

21 Feb 00:40
Compare
Choose a tag to compare

Added support for NISAR data products

17 Feb 16:47
Compare
Choose a tag to compare

Added basic viewport zoom support

09 Feb 17:46
Compare
Choose a tag to compare

Checkpoint before the restructuring of the viz context

06 Feb 22:36
Compare
Choose a tag to compare

Improved the flexing behavior by adjusting the panel styles

28 Jan 16:04
Compare
Choose a tag to compare

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

28 Jan 12:46
Compare
Choose a tag to compare

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

25 Jan 11:15
Compare
Choose a tag to compare

Added global application context

19 Jan 13:19
Compare
Choose a tag to compare

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