Skip to content

Releases: cyfronet-fid/recommender-system

3.3.0

23 Jun 12:43
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

3.2.1

05 May 13:34
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

3.2.0

26 Apr 10:34
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

3.1.2

02 Mar 08:35
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

3.1.1

31 Jan 16:04
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

3.1.0

17 Jan 19:42
Compare
Choose a tag to compare

Added

  • Add the AI docs, describing the training, data and algorithm evaluation [@wujuu, @JanKapala, @Michal-Kolomanski]
  • Flask CLI commands (testing db seed, execution of individual AI pipelines and more) [@wujuu]
  • Unit and integration tests for each pipeline step of the autoencoders [@Michal-Kolomanski]
  • New ENV variable, which points to default recommendation algorithm [@Michal-Kolomanski]
  • The ability to modify the sizes and number of layers in the autoencoders networks.[@Michal-Kolomanski]
  • Implement migration process [@wujuu]
  • Split validation in autoencoder's data preparation step [@Michal-Kolomanski]
  • Logging system [@Michal-Kolomanski]
  • Add MongoDB to CI and to testing environment [@wujuu]
  • Add adjustable min/max numerical boundaries on Actor output [@wujuu]
  • Add more tests to RLInferenceComponent [@wujuu]
  • DB indexes [@JanKapala]
  • Support for multiprocessing-capable code testing and parallel tests [@JanKapala]
  • Implement user journey creator for testing purposes [@JanKapala]
  • User user journey visualizer [@JanKapala]
  • Add pytest-randomly [@JanKapala]

Changed

Fixed

Removed

Release 3.0.1

05 Nov 13:53
Compare
Choose a tag to compare

Changed

  • Training time significantly decreased, by reducing epochs and unused models [@wujuu]

Fixed

  • Fixed RLInference bugs on user's history longer than max history length [@wujuu]

Release 3.0.0

28 Oct 09:04
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fix dynamic examples in swagger API [@JanKapala]

Removed

  • Deletion of unnecessary jupyter notebooks [@JanKapala]

Release 2.2.2

20 Sep 11:01
Compare
Choose a tag to compare

Fixed

  • fix mongo FTS by specifying proper fields in the service model [@JanKapala]

Release 2.2.1

27 Jul 12:19
Compare
Choose a tag to compare

Fixed

  • AGENT_VER defaults to pre_agent if not in env [@JanKapala]