Releases: c3g/epivar-browser
Releases · c3g/epivar-browser
Version 0.8.0
- 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
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
- 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
- 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
- change:
Log In
->Log In / Sign Up
- fix: navigation in assay tabs
Version 0.5.0
- 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
- 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
- fix: properly implement react-router 6
Version 0.4.0-beta.2
- feat: add gene name information for non-RNA-seq peaks
- chore: update dependencies
Version 0.4.0-beta.1
- 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