Skip to content

Commit

Permalink
Release v4.80 (#4531)
Browse files Browse the repository at this point in the history
* Release v4.80

* Fixed changelog

---------

Co-authored-by: tereseboderus <[email protected]>
Co-authored-by: Chiara Rasi <[email protected]>
  • Loading branch information
3 people authored Mar 27, 2024
1 parent 1f65f84 commit b23253a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [unreleased]
## [4.80]
### Added
- Support for .d4 files coverage using chanjo2 (Case page sidebar link) with test
- Link to chanjo2 coverage report and coverage gene overview on gene panel page
- Link to chanjo2 coverage report on Case page, HPO dynamic gene list
- Link to genes coverage overview report on Case page, HPO dynamic gene list
### Changed
- All links in disease table on diagnosis page now open in a new tab
- Dark mode settings applied to multiselects on institute settings
- Dark mode settings applied to multi-selects on institute settings page
- Comments on case and variant pages can be viewed by expanding an accordion
- On case page information on pinned variants and variants submitted to ClinVar are displayed in the same table
- Demo case file paths are now stored as absolute paths
- Optimised indices to address slow queries
- On case page default panels are now found at the top of the table, and it can be sorted by this trait
### Fixed
- On variants page, search for variants in genes present only in build 38 returning no results
Expand Down Expand Up @@ -71,7 +72,6 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Default loglevel up to INFO, making logs with default start easier to read
- Add XTR region to PAR region definition
- Diagnoses can be searched on diagnoses page without waiting for load first
- Optimised indexes to address slow queries
### Fixed
- Removed log info showing hgnc IDs used in variantS search
- Maintain Matchmaker Exchange and Beacon submission status when a case is re-uploaded
Expand Down
2 changes: 1 addition & 1 deletion scout/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.79.1"
__version__ = "4.80"

0 comments on commit b23253a

Please sign in to comment.