Skip to content

Releases: plotly/dash-bio

1.0.2 release

19 Mar 01:36
4dac7a4
Compare
Choose a tag to compare

Fixed

  • #675 Fixed an issue with the JS resource files in the npm release of dash-bio. As pointed out in this community post some of the dependencies had not been resolved at their external unpkg URL.
  • #671 Fixed Onco-Print range property description.

1.0.1 release

20 Jan 06:56
1f03663
Compare
Choose a tag to compare

Changed

  • #667 Added support for dash-bio-utils stub package and deprecation warning.
  • #667 Updated Ideogram version, props and removed support for old versions of ideogram (for more info see #393).

1.0.0 release

17 Jan 08:57
1387c39
Compare
Choose a tag to compare

Changed

  • #589 Merged dash-bio-utils into the dash bio package namespace.

Fixed

  • #646 Fixed dendrogram domain whitespaces for Clustergram when dendrogram property is not set for either axis (for more infor see #644).

0.9.0 release

14 Dec 08:57
aab01c5
Compare
Choose a tag to compare

Fixed

  • #629 Fixed an issue where IGV would generate duplicate tracks in the browser when a reload of the module was triggered through dcc.Tabs (for more info see #572).

Added

  • #587 Added JSME component.
  • #628 Added option to add colored labels to rows and columns on Clustergram.
  • #640 Added loading states to each component to support custom loading css with dash-data-is-loading.
  • #642 Added scrollZoom property to Molecule2dViewer.
  • #641 Added showLegend property to Speck viewer, which allows users to show a color legend for atoms shown on the canvas.
  • #641 Added style property to Speck and Molecule3dViewer to enable generic style overrides on the plot div.

Changed

  • #589 Removed hardcoded clustergram linkage method, added parameter link_method instead.
  • #592 Changed default plot colors of Clustergram to color vision deficiency friendly colormap (for more info see #450).

0.8.0 release

27 Oct 05:38
f1d607c
Compare
Choose a tag to compare

Fixed

  • #576 Fixed abnormal memory consumption with Molecule3dViewer component when selecting residues or rotating the molecule (for more info see #511).
  • #575 Bumped Ideogram version to 1.6.0 to fix erratic annotations behavior (for more info see #524).

Added

  • #567 Added VariantMap component (see #504 for original PR).
  • #573 Added the ability to configure the FornaContainer hover info with hoverPattern prop and interpolated node keys (for more info see #519).
  • #579 Added ability to resize the NeedlePlot component (for more info see #545).
  • #583 Added the ability to manually set Sequence ID's for AlignmentChart component (for more info see #421).

0.6.1 release

15 Feb 19:10
f1d607c
Compare
Choose a tag to compare

Fixed

  • Miscellaneous fixes for NglMoleculeViewer component (#544)

0.5.1 release

07 Jan 07:19
f1d607c
Compare
Choose a tag to compare

Fixed

  • #536 Fixed abandoned resource vulnerability with CircosJS fork.

0.5.0 release

09 Nov 18:43
f1d607c
Compare
Choose a tag to compare

Added

  • #496 Added Dash-NGL-Moleculeviewer component.

Fixed

  • #512 Fixed bug involving clustergrams not being visible in dendograms.

0.7.1 release

27 Jul 05:29
83f65f9
Compare
Choose a tag to compare

Fixed

  • Repeated re-rendering of the Molecule3dViewer component caused the viewer zoom to decrease multiplicatively. This fix also exposes the zoom and zoomTo props for this component. (#562)
  • Fixed major domain annotation positioning for the NeedlePlot component and exposed textangle prop to allow domain annotation text to be angled relative to the horizontal axis. (#565)

Added

  • Added component generation support for Dash Julia. (#564 )
  • Added margins and clickData props to NeedlePlot to expose event data for callbacks. (#565)

Changed

  • Changed package scripts to 3 main build scripts: build:js, build:backends, and build to combined them. This brings the dash-bio build process in-line with the process for other Dash component libraries. As part of this change, init.py now also uses relative imports to load components (for more info, see #534). (#563 )

0.7.0 release

19 Apr 22:51
bd53e48
Compare
Choose a tag to compare

Fixed

  • sideByside prop fix for NglMoleculeViewer component when ALL chains are visualized. (#547)

Added

  • Added Dash Pileup component. (#543)
  • Added shapes and isosurfaces props to 3dMoleculeViewer to enable rendering additional features on the molecule. (#547)
  • Added source mapping. (#553)
  • Added additional props and arbitrary layout arguments to VolcanoPlot. (#554)

Changed

  • Updated CONTRIBUTING.md andbasic demo app structure. In addition, removed residual code and pre-deploy scripts associated with now-discontinued Dash Bio gallery. (#550)