Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@davidlougheed davidlougheed released this 23 Apr 19:04
· 719 commits to master since this release
  • 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