Skip to content

Releases: HBPMedical/portal-backend

7.7.0

01 Dec 20:38
386f908
Compare
Choose a tag to compare

Changelog:

  • Integration with new mipdb version 0.6.0

7.6.2

29 Nov 11:04
aa77164
Compare
Choose a tag to compare

Changelog:

  • Experiments now will run to their proper engines according to the get algorithms.
  • AlgorithmsAPI's functionality is now moved to a new Service layer.
  • Now the algorithms are periodically loaded in a cache by a schedule task.

7.6.1

17 Nov 10:44
Compare
Choose a tag to compare

Changelog:

  1. Properly formatted the enumerations on the CommonDataElements.

7.6.0

18 Oct 12:14
5d15d33
Compare
Choose a tag to compare

Changelog:

  • Now the CDEs are dynamically loaded from Exareme2 for the endpoint GET /pathologies.

7.5.4

26 Jul 07:47
92590d4
Compare
Choose a tag to compare

Changelog:

  • Now a pathology has a version.
  • Until Exareme is completely replaced by Exareme2 the portalbackend will ignore the version for the algorithms that run on Exareme.

7.5.3

16 May 09:19
0a6f68f
Compare
Choose a tag to compare

Changelog:

  • Removed hardcoded filters about datasets and columns were required for the porting with MIP-Engine because the are no longer needed.

7.5.2

13 May 10:08
8328787
Compare
Choose a tag to compare

Changelog:

  • New updated DOCKERFILE.
  • Github actions for build/push in dockerhub.

7.5.1

19 Apr 13:40
fd945a4
Compare
Choose a tag to compare

Changelog:

  • Added miliseconds in ExperimentDAO toString.

7.5.0

18 Apr 11:59
f373cbf
Compare
Choose a tag to compare

Changelog:

  • UUID provided in MIP-Engine algorithm request as 'request_id'.
  • Updated some dependencies.
  • When an exception happens, we log the exeption and the stacktrace.
  • Integration with MIP-Engine 0.7.0
    • X and Y parameters are now both optional.
    • MIP-Engine 'pathology' parameter changed to 'data_model'.
    • MIP-Engine parameter values converted to Integer/Double when possible.

7.4.0

20 Jan 09:02
4587594
Compare
Choose a tag to compare

Changelog:

  • MIP-Engine expected response is not validated, only forwarded.