Skip to content

Releases: c3g/epivar-browser

Version 1.0.3

30 Apr 17:47
901ed9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

30 Apr 15:31
bdf6139
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

30 Apr 14:52
a22530a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

01 Mar 14:57
Compare
Choose a tag to compare

First 1.x release, to correspond with the publication of Aracena et al. (2024).

What's Changed

Full Changelog: v0.18.0...v1.0.0

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