Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

75 lines (44 loc) · 2.57 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.12 (2024-11-11)

0.0.11 (2024-11-06)

0.0.10 (2024-10-31)

0.0.9 (2024-10-30)

0.0.8 (2023-02-16)

0.0.7 (2022-08-11)

0.0.6 (2022-08-10)

Features

  • Some improvements to how jobs json and the mock_jobid example (866311a)
  • Some improvements to the cli (a1e3da0)

0.0.5 (08.06.2020)

Features

  • jdispatcher-viewers CLI takes two main commands: vo and fp
  • Added selected rendering options to the CLI

0.0.4 (05.06.2020)

Features

  • Building as node CLI application (via node-canvas)
  • CLI implemented with commander.js
  • Update IPRMCResultModel arrays are used by default even when one object is present

0.0.3 (04.06.2020)

Features

  • Added option to generate static visualisations
  • Data fetching and loading was extracted from the visualisation classes
  • Added PNG and SVG download buttons to index.html

0.0.2 (29.05.2020)

Features

  • Improved load times with basic in-memory caching
  • Save Visualisation as PNG and SVG

0.0.1 (project started 12.03.2020)

Features

  • Build with webpack
  • Development with webpack-dev-server
  • Canvas-based visualisations with Fabric.js
  • Visual Output Visualisation
  • Functional Predictions Visualisation
  • Loads SSSResultModel from the SSS JSON
  • Converts Dbfetch IPRMC XML output into a flat JSON
  • E-value (dynamic and fixed) scale colouring
  • NCBI BLAST+ bit-score colouring
  • Domain tooltip information (e-value/bit-score, start and end)
  • Sequence tooltip information (description and resource URL)
  • Webcomponent and plugin support for both visualisations