Releases: c3g/epivar-browser
Releases · c3g/epivar-browser
Version 1.0.0
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
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
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
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
- add
Full Changelog: v0.15.0...v0.16.0
Version 0.15.0
- 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
- 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
- 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
- chore(client): update peak box plot disclaimer wording
Version 0.12.1
- fix(client): zoom bug with Manhattan plot point focusing
- style(client): Manhattan plot dropdown divider
Version 0.12.0
- 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