Skip to content

Releases: c3g/epivar-browser

Version 0.8.0

23 Apr 19:04
Compare
Choose a tag to compare
  • feat!: rewrite which uses Postgres; to support larger data volume
    • more normalized database schema (for space reasons)
    • allows for simultaneous requests
    • new import scripts
  • feat(web): paginated table for SNPs/genes with many features
  • chore: use p-values for consistency with the paper
  • fix(web): highlight with case-insensitive searches
  • perf(web): prefetch less peaks since it harms performance
  • refact(server): switch to ES6 modules in most places for top-level await support

Version 0.7.0

14 Apr 02:39
Compare
Choose a tag to compare

Last version before Postgres/large-data-quantity-handling rewrite.

  • add work-in-progress footer with page links
  • feat: allow querying rsID without rs prefix
  • fix: 'agree' checkbox for terms modal showing when not signed in
  • style: fix awkward scroll behaviour with log out link

Version 0.7.0-beta.1

30 Mar 01:24
Compare
Choose a tag to compare
Version 0.7.0-beta.1 Pre-release
Pre-release
  • add work-in-progress footer with page links
  • feat: allow querying rsID without rs prefix
  • fix: 'agree' checkbox for terms modal showing when not signed in
  • style: fix awkward scroll behaviour with log out link

Version 0.6.0

25 Mar 20:47
Compare
Choose a tag to compare
  • feat: add redirects to specific front-end subpages on sign in
  • feat: add terms/conditions modal + consent
  • change: switch to min. FDR from min. avg FDR (of NI + Flu)
  • chore: bump & clean up dependencies

Version 0.5.1

15 Mar 23:01
Compare
Choose a tag to compare
  • change: Log In -> Log In / Sign Up
  • fix: navigation in assay tabs

Version 0.5.0

14 Mar 19:22
Compare
Choose a tag to compare
  • feat!: authentication with pre/post login home pages, failure page
  • feat: cache-clearing server script
  • dev: less annoying API proxy in development
  • lint/code cleanup

Version 0.4.0

03 Mar 02:40
Compare
Choose a tag to compare
  • feat!: server-side rendering of plots to better protect data
  • feat: more resilient caching using Redis for chromosomes, autocomplete, and values
  • feat: add gene name information for non-RNA-seq peaks
  • feat: direct users to 'most interesting' feature from autocomplete endpoint click
  • style: widen search bar for gene search placeholder text
  • fix: change 'gene' -> 'SNP' for RNAseq results
  • chore: update dependencies

Version 0.4.0-beta.3

16 Nov 20:16
Compare
Choose a tag to compare
Version 0.4.0-beta.3 Pre-release
Pre-release
  • fix: properly implement react-router 6

Version 0.4.0-beta.2

16 Nov 18:47
Compare
Choose a tag to compare
Version 0.4.0-beta.2 Pre-release
Pre-release
  • feat: add gene name information for non-RNA-seq peaks
  • chore: update dependencies

Version 0.4.0-beta.1

19 Oct 22:06
Compare
Choose a tag to compare
Version 0.4.0-beta.1 Pre-release
Pre-release
  • feat: direct users to 'most interesting' feature from autocomplete endpoint click
  • style: widen search bar for gene search placeholder text
  • fix: change 'gene' -> 'SNP' for RNAseq results