diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3560fd7..4f96b98bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [0.5.0](https://github.com/bihealth/reev/compare/v0.4.0...v0.5.0) (2024-01-17) + + +### Features + +* cleanup front-end tests ([#355](https://github.com/bihealth/reev/issues/355)) ([#363](https://github.com/bihealth/reev/issues/363)) ([161da9e](https://github.com/bihealth/reev/commit/161da9e8e47c7cd230ca7b1d1ed2ceeab1ce6174)) +* enable user feedback after fixing it on the server ([#358](https://github.com/bihealth/reev/issues/358)) ([a6c436f](https://github.com/bihealth/reev/commit/a6c436f7fb05bd4728c94a521a8daca933507b5a)) +* Frontest test cleanup ([#364](https://github.com/bihealth/reev/issues/364)) ([#382](https://github.com/bihealth/reev/issues/382)) ([15a565d](https://github.com/bihealth/reev/commit/15a565d03f969e4bb8824de933cda5eae8cf58cf)) +* improved validation for writing bookmarks etc. ([#365](https://github.com/bihealth/reev/issues/365)) ([#367](https://github.com/bihealth/reev/issues/367)) ([d6e0413](https://github.com/bihealth/reev/commit/d6e04137c1cb9d2e0161b50ef1f839b97d613d96)) +* integrate AlphaMissense display in scores ([#375](https://github.com/bihealth/reev/issues/375)) ([385b584](https://github.com/bihealth/reev/commit/385b5840912755f7f788739406116de7423ce15a)) +* integrate new gnomAD v4 data ([#374](https://github.com/bihealth/reev/issues/374)) ([fdaa808](https://github.com/bihealth/reev/commit/fdaa808266bd50491000716269b972d7b8c9a0c8)) +* integrate PanelApp in gene details card ([#373](https://github.com/bihealth/reev/issues/373)) ([c7c7ea8](https://github.com/bihealth/reev/commit/c7c7ea8b6214dcb1129a9a28f0f4ab831c23a4bf)) +* more robust backend code and cleanup in tests ([#354](https://github.com/bihealth/reev/issues/354)) ([#356](https://github.com/bihealth/reev/issues/356)) ([5306196](https://github.com/bihealth/reev/commit/530619650757a48cbc82903b91494ca664006b1c)) +* Use Seqvar and LinearStrucvar whenever possible ([#366](https://github.com/bihealth/reev/issues/366)) ([#378](https://github.com/bihealth/reev/issues/378)) ([c35ae0f](https://github.com/bihealth/reev/commit/c35ae0f8a6340d4378d5fda4fa96d64ce5fff605)) +* using links for home view examples ([#349](https://github.com/bihealth/reev/issues/349)) ([#353](https://github.com/bihealth/reev/issues/353)) ([e0e73ee](https://github.com/bihealth/reev/commit/e0e73ee31e9a68d448218427a8ed83d47bf144d6)) + + +### Bug Fixes + +* adjusting VariantValidator API ([#292](https://github.com/bihealth/reev/issues/292)) ([#376](https://github.com/bihealth/reev/issues/376)) ([63b9275](https://github.com/bihealth/reev/commit/63b9275e484ccaafa6d22e9208def62e43218940)) +* Expantion of MMSplice and SpliceAI scores properly handle Infinity scores ([#381](https://github.com/bihealth/reev/issues/381)) ([#383](https://github.com/bihealth/reev/issues/383)) ([8e3efc1](https://github.com/bihealth/reev/commit/8e3efc15f3256bd4bd49b4aabd1d0742ee3c743f)) +* more robust handling of async sessions ([#360](https://github.com/bihealth/reev/issues/360)) ([#361](https://github.com/bihealth/reev/issues/361)) ([86510e8](https://github.com/bihealth/reev/commit/86510e8dbcee899813766a494df0ad01b8ad5a62)) +* more robust handling of InterVar result ([#362](https://github.com/bihealth/reev/issues/362)) ([25c825f](https://github.com/bihealth/reev/commit/25c825ff20583d998336278b4000fb505905cd4b)) +* properly handle undefined pubtator abstracts ([#359](https://github.com/bihealth/reev/issues/359)) ([970b400](https://github.com/bihealth/reev/commit/970b400d8bf760b058cfb8acc2a5c50c42c6c1b3)) +* resolve issues with example links on home view ([#350](https://github.com/bihealth/reev/issues/350)) ([#351](https://github.com/bihealth/reev/issues/351)) ([714bcea](https://github.com/bihealth/reev/commit/714bcea733db4706ca2a6c6a4b5e5df8afc047b2)) + + +### Documentation + +* Fix documentation build and add `supported queries` documentation ([#368](https://github.com/bihealth/reev/issues/368)) ([#369](https://github.com/bihealth/reev/issues/369)) ([df1fa92](https://github.com/bihealth/reev/commit/df1fa920d35149531b7b33584e25c679eb532daf)) +* Fixing dependencies conflicts ([#371](https://github.com/bihealth/reev/issues/371)) ([d4f9cbb](https://github.com/bihealth/reev/commit/d4f9cbb7497f6715125973cb7c8de54002891baf)) +* Refactoring of allowed queries documentation ([#380](https://github.com/bihealth/reev/issues/380)) ([f47ded2](https://github.com/bihealth/reev/commit/f47ded2914eca176a43bcc8510693412a0ba590a)) +* Update the build requirements ([#370](https://github.com/bihealth/reev/issues/370)) ([6bf7f42](https://github.com/bihealth/reev/commit/6bf7f42fc8b6c8651ff3f80324be898c57db410f)) + ## [0.4.0](https://github.com/bihealth/reev/compare/v0.3.0...v0.4.0) (2023-12-27)