Skip to content

v2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aryaei2000 aryaei2000 released this 09 Sep 12:18
· 1108 commits to master since this release

Change log:

  • Profile page now opens in a new tab when Keycloak is in use.
  • Added Cancel button for queries.
  • Set minimum similarity measures to 0.5 for ORPHA and HPO
  • Updated placeholder of HPO terms container in query builder page.
  • Added source UID to HPO and ORPHA similarity queries.
  • Added bcmath to composer requirements.
  • Added version to CafeVariome class and dashboard footer

Bug Fix:

  • Fixed source name description in create and update.
  • Fixed a bug in creation of subject nodes in Neo4J that does not create duplicates but updates source related attributes if necessary. (See #19 )
  • Trimmed attribute and values before creation to make sure no trailing space characters go in the database.
  • Fixed a null reference pointer bug in Neo4J transaction destruction.
  • Replaced double precision floating point comparisons with bccomp().
  • Fixed a bug in ORPHA similarity queries that prevented exact match to be executed at the beginning regardless of similarity measures.
  • Fixed various bugs in PhenoPacket import pipeline.
  • Fixed a bug in validation of pipeline input data on create and update that separately checks for Expansion Policy.