Skip to content

Releases: eweitz/ideogram

v0.9.0

09 Sep 22:31
Compare
Choose a tag to compare
  • Reduce script size by almost half, for faster page load
  • Simplify configuration to enable trivially loading Ideogram.js from any CDN
  • Fix style bugs in Microsoft Edge
  • Improve documentation for API and examples
  • Significantly increase test coverage
  • Report coverage via coveralls.io

v0.8.0

21 Aug 03:02
Compare
Choose a tag to compare
  • Enhance "assembly" option to take RefSeq or GenBank assembly accession (#76)
  • Enhance "organism" option to take NCBI Taxonomy ID (#76)
  • Greatly improve speed of chromosome dataflow script
  • Add example showing animated annotations
  • Add Ideogram API reference

v0.7.0

31 Jul 03:15
Compare
Choose a tag to compare

Support parsing annotations from BED files located at a remote URL (#75)

v0.6.1

23 Jul 17:22
Compare
Choose a tag to compare
  • Fix bug preventing import of ES6 export
  • Simplify import syntax by using default export
  • Document new installation and import mechanisms in README

v0.6.0

15 Jul 14:28
Compare
Choose a tag to compare

v0.5.0

11 Mar 23:11
Compare
Choose a tag to compare

Enhanced ploidy support. New features and improvements:

  • Sex chromosomes. In diploid genome, 23rd chromosome pair is XX for female, XY for male. In haploid genome, female lacks chromosome Y.
  • Vertical orientation option for polyploid genomes.
  • Translucent chromosome overlays for fully banded chromosomes (e.g. human, mouse)
  • Simplified ploidy configuration. ancestors and polyDesc had been required in polyploid ideogram configurations; now they are optional.
  • Updated examples. "Ploidy, basic" and "Multiple, trio" now show diploid human genomes.

Screenshots, commits: #73.

v0.4.0

01 Mar 03:37
Compare
Choose a tag to compare
  • Support depicting multiple genomes, each in its own ideogram, on a single page (#69)
  • Support structural variant annotations (#67)
  • Relax annotation data model (#67)

v0.3.0

20 Feb 02:42
Compare
Choose a tag to compare
  • Restore centromere rendering (#64)