Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Nov 20, 2018
1 parent a60e26c commit 5577273
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
### v0.2.0 - Refactor data handling, add caching, and update the UI app
### v0.2.0

- Represent datasets and encoders as classes rather than loose collections of `dict`s
- Make autoencoders optional, i.e., some tracks might be encodable and thus searchable but the encoding might not be decodable.
- Make autoencoders optional, i.e., some tracks might be encodable (and thus searchable) but the encoding might not be decodable.
- Cache chunked, encoded, and autoencoded data as HDF5 files to avoid having to hold everything in memory.
- Replace internal scatterplot with [`regl-scatterplot`](https://github.com/flekschas/regl-scatterplot)
- Update the UI to the latest version of HiGlassApp
- Remove Bootstrap v3, which is used by HiGlass's view header, as it's not needed and imposes a security risk

### v0.1.0 - Initial release
### v0.1.0

- Search across a single bigWig datasets over up to a few chromosomes

0 comments on commit 5577273

Please sign in to comment.