Skip to content

Commit

Permalink
Merge pull request #12 from TheJacksonLaboratory/release-v1.0.0-RC2
Browse files Browse the repository at this point in the history
Release v1.0.0 rc2
  • Loading branch information
ielis committed Oct 21, 2020
2 parents 143046a + 24e1e5d commit 6ea51a5
Show file tree
Hide file tree
Showing 111 changed files with 23,979 additions and 1,265 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,37 @@
# Changelog

## ✈ the latest

## ✈ v1.0.0-RC2
- `squirls-cli`
- implement commands `annotate-csv`, `annotate-vcf`, and `annotate-pos`
- prettify the HTML report produced by `analyze-vcf` command
- `squirls-core`
- performance improvements, increase test coverage
- improve handling of positions with missing conservation scores

## ✈ v1.0.0-RC1
- `squirls-core`
- implement the final prediction model
- include AGEZ features
- use full logistic regression (not *max*-dependent)
- simplify dependencies
- `squirls-ingest`
- optimize the database building process
- include PhyloP bigwig file into data directory
- `squirls-spring-boot-autoconfigure`
- improve error reporting
- include PhyloP into autoconfiguration

---
**The versions below were used in development only, and they are not available anymore.
Please see `VERSIONING.md` to see the details regarding the new versioning scheme**

## v1.3.0
✈ re-brand to Squirls, restructure code

✈ implement prototype SVG graphics generation using VMVT

✈ add splicing features

## v1.2.0
Expand Down
7 changes: 7 additions & 0 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to release

Release checklist items:
- update `CHANGELOG.md`
- update version in:
- `pom.xml`
- documentation
334 changes: 334 additions & 0 deletions docs/_static/acceptorLogo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ea51a5

Please sign in to comment.