Skip to content

Releases: c3g/epivar-browser

Version 1.0.0

01 Mar 14:57
Compare
Choose a tag to compare

Version 0.18.0

22 Jan 15:53
Compare
Choose a tag to compare

What's Changed

  • refact!: dockerization + federation/multi-node portal by @davidlougheed in #13
    • the portal is now available in a Docker container, and can connect to multiple "data nodes"
    • the server software scripts have been revised to use more environment variables/stdin for input
  • feat: configurable set of available assays for nodes by @davidlougheed in #14
  • feat(client): support node switching by @davidlougheed in #15
  • fix: don't leak command failed errors + remove stack returns by @davidlougheed in #16

Full Changelog: v0.17.0...v0.18.0

Version 0.17.0

15 Nov 15:37
Compare
Choose a tag to compare

What's Changed

  • feat: igv.js genome browser support + low cell counts censoring by @davidlougheed in #12
  • fix: an instance of a hard-coded assembly ID
  • chore: rm unused sample API endpoint

Full Changelog: v0.16.0...v0.17.0

Version 0.16.0

03 Oct 13:35
Compare
Choose a tag to compare

What's Changed

  • add IP-based terms agreement / authentication by @davidlougheed in #11
    • add X-Real-IP to pm2 logger output
    • change terms and conditions

Full Changelog: v0.15.0...v0.16.0

Version 0.15.0

08 Aug 15:31
Compare
Choose a tag to compare
  • chore: add script to clear just the values cache
  • chore(client): update browser code GitHub link
  • chore(client): set title dynamically on load based on site title
  • fix(client): disable broken contact reference
  • docs: improve setup and customization documentation

Version 0.14.0

10 Jul 18:33
Compare
Choose a tag to compare
  • feat(client): show loading indicator when Tracks button is clicked from table
  • chore(client): show disclaimer text when using pre-computed points
  • chore(client): refactor ProtectedPageContainer component
  • chore(client): update dependencies
  • fix(scripts): load well-formatted TSVs if provided for pre-computed points
  • fix: post-auth redirection
  • chore: update dependencies
  • docs: more instructions on how to host a different dataset, including loading pre-computed points

Version 0.13.0

06 Jul 14:21
Compare
Choose a tag to compare
  • feat!: configurable conditions/ethnicities/assembly
  • feat!: allow an arbitrary number of conditions
  • feat!: allow ingestion of precomputed points
  • chore!: change configuration location for assembly data
  • chore: update dependencies
  • docs: more information on how to customize an instance

Version 0.12.2

08 Jun 20:41
Compare
Choose a tag to compare
  • chore(client): update peak box plot disclaimer wording

Version 0.12.1

28 May 13:20
188c0da
Compare
Choose a tag to compare
  • fix(client): zoom bug with Manhattan plot point focusing
  • style(client): Manhattan plot dropdown divider

Version 0.12.0

26 May 22:56
82d1653
Compare
Choose a tag to compare
  • feat: add Manhattan plot overview page
  • fix: blank search redirecting to home
  • chore: add search help text
  • chore: link to NA12878 ChIP-seq/ATAC-seq accession in GEO
  • chore: remove chromosome-based feature search
  • chore: update dependencies
  • chore: add disclaimer about plot signal values vs. paper
  • style: use bootstrap icons in most places