Skip to content

Releases: madgik/exareme

23.2.0

13 Oct 15:33
c4d713a
Compare
Choose a tag to compare

Changelog

Exareme:

  • Refactored the communication with Consul.
  • Added logs if an exception occurs when contacting Consul.
  • Fix for exareme returning details of an unexpected exception.
  • DB converter improved to make batch inserts in the database.

23.1.0

29 Sep 14:51
02836ae
Compare
Choose a tag to compare

Changelog

Exareme:

  • Base image changed to ubuntu.
  • R and rpy2 added.
  • Simplified the exareme local deployment scripts.
  • Bug fix when nodes had different datasets.
  • Added logs to show the error that creates a crash from exareme or madis.

Mip-Algorithms:

  • 3C algorithm added.

23.0.0

14 Sep 13:00
6b56339
Compare
Choose a tag to compare

Changelog

Exareme:

  • On the Exareme bootstrap scripts health checks were added to identify a false state and then automatically recover the container. This is done by killing the container and then swarm will restart the service.
  • Exareme starts before datasets are prepared. Datasets are added when they are converted.
  • Query handler for HBP refactored and added:
    • Node handling.
    • Improved consul communication.
    • Better error messages.
  • Log level environment variable added.

Mip-Algorithms:

  • Documentation updated.
  • Test data removed and added to separate repo.

22.4.1

15 Jun 18:16
ebd1273
Compare
Choose a tag to compare

Changelog:

Mip- Algorithms:

  • Documentation added
  • Fix wrong bound names in CB properties #272

22.4.0

10 Jun 16:39
0127cd8
Compare
Choose a tag to compare

Changelog

Exareme:

  • Performance improvements for the SQL algorithms.

Mip-Algorithms:

  • CART algorithm added.

22.3.1

05 Jun 16:20
ce4f9d1
Compare
Choose a tag to compare

Changelog

Exareme:

  • Fix for the infinite loop bug.

Mip-Algorithms:

  • Improved user error messages for some python algorithms.

22.2.3

04 Jun 17:01
Compare
Choose a tag to compare

Changelog:

  • Fix for infinite loop bug.

22.3.0

03 Jun 10:46
b885e3d
Compare
Choose a tag to compare

Changelog

Exareme:

  • Madis moved behind a tornado server to answer requests faster.
  • Mip-Agorithms added as madis libraries to reduce load times.
  • Bug fix for algorithms seeing a cache folder as extra step.

Mip-Algorithms:

  • Bug fix on KMEANS

22.2.2

27 May 16:45
3e499c7
Compare
Choose a tag to compare

Changelog:
1.Parallelization of the tests.
2.Improved test documentation.
3.Bug Fixes:
--#154
--#67
--#142

22.2.1

22 May 15:18
6ff6cc0
Compare
Choose a tag to compare

Changelog:

MIP-Algorithms:
Fix Bugs in Descriptive Statistics algorithm
Bug #151
Bug #150