Skip to content

Releases: athenarc/EOSCF-ContentBasedRS

2.1.2

02 Feb 12:56
Compare
Choose a tag to compare

Hotfix

Fix issue during keyword access that caused update to fail

2.1.1

20 Dec 12:36
Compare
Choose a tag to compare

Changes to the API:

  • Accept new parameters in similar services recommendations (unique_id, aai_id, timestamp)
  • Fix response schema score -> scores

The new API: https://app.swaggerhub.com/apis/MikeXydas/EOSC-ContentBasedRS

2.1.0

09 Aug 11:10
Compare
Choose a tag to compare
v2.1.0

2.0.0

29 Jan 16:41
Compare
Choose a tag to compare

V2 BREAKING

  1. All the API urls have an added v1 eg. http://0.0.0.0:4559/similar_services/recommendation -> http://0.0.0.0:4559/v1/similar_services/recommendation
  2. The recommendation responses have changed to match RecommendationSet
{
  "panel_id": "similar_services",
  "recommendations": [
    12, 23, ...
  ],
  "explanations": [
    "explanation1", "explanation2" ...
  ],
  "explanations_short": [
    "explanation_short1", "explanation_short2" ...
  ],
  "score": [
    0.7, 0.6, ...
  ],
  "engine_version": "v1"
}

1.1.2

03 Oct 09:51
Compare
Choose a tag to compare

Fixed API required fields so as user id can be None (in case the user has not logged in)

v1.1.1

13 Sep 12:06
Compare
Choose a tag to compare

Additions:

  • A service can now be included in the RS online without waiting for the schedule update to take place

Fixes:

  • Fixed the .env contents

v1.1.0

01 Sep 13:31
Compare
Choose a tag to compare

Added:

  • Usage of user project history for more personalized recommendations
  • Added project completion use case
  • Run and monitor a cron job responsible for updating the data structures every x hours
  • Usage of redis instead of the file system for storing these rs structures
  • Version and recommendation logging

v1.0.1

13 Jul 14:00
bbe32f1
Compare
Choose a tag to compare
  • Fix mistake in docker-compose
  • Add storage of recommendations
  • Redesign exceptions

v1.0.0

11 Jul 14:11
Compare
Choose a tag to compare

First release of the similar services use case (UC1.5)