Skip to content

Releases: madgik/exareme

24.5.1

02 May 08:02
02bce0b
Compare
Choose a tag to compare

Changelog

Exareme:

  • Updated algorithm descriptions and labels.

24.5.0

23 Nov 12:11
Compare
Choose a tag to compare

Changelog

Exareme:

  • k8s deployment script now have the default "imagePullPolicy".
  • The 'CONVERT_CSVS' flag can now be lowercase. There was a bug with helm that was lowercasing the env var.
  • The csvs converter is now changed to match the new data requirements.

24.4.1

03 Oct 09:16
91efece
Compare
Choose a tag to compare

Changelog

Deployment:

  • Exareme keystore is not exposed in k8s deployment.

24.4.0

21 Sep 11:10
df19081
Compare
Choose a tag to compare

Changelog

Deployment:

  • Minor changes in the exareme deployment with k8s to be able to deploy in parallel with exareme2.

24.3.0

21 Dec 09:16
c0d92f7
Compare
Choose a tag to compare

Changelog

Deployment:

  • Deployment scripts added for kubernetes.

Exareme:

  • New formula_description property in algorithm specifications.

Algorithms:

  • New version of Descriptive Statistics:
    • Adds null/total counts for every variable
    • Replaces variable code with label
    • Removes unnecessary lower/upper confidence intervals
  • New formula functionality for Descriptive Statistics and Logistic Regression
  • Descriptive Stats and Logistic Regression now accept a new formula_description argument. This argument expects a description of a formula in Wilkinson notation in JSON format. From the description an actual string formula is constructed and passed to the patsy library from which the algorithm's design matrices are constructed.
  • Currently only a subset of the full Wilkinson notation is implemented. Interactions are up to 3 terms and singleton terms have a limited number of transformations allowed. These are nop, log, exp, center, standardize, mul and div for numerical variables.
  • Refactoring of mipframework.
  • Modification of algorithm tests for Descriptive Statistics and Logistic Regression to reflect the above changes.
  • New tests for the above two algorithms with the addition of the formula argument.

24.2.0

09 Aug 15:31
965c29a
Compare
Choose a tag to compare

Changelog:

  • BadUserInput exception returns 400 status code instead of 200.

24.1.2

07 Jul 05:32
858dacc
Compare
Choose a tag to compare

Changelog:

  • Fix for exareme not contacting consul when nodes have similar names.

23.4.4

07 Jul 09:37
Compare
Choose a tag to compare

Changelog:

  • Fix for exareme not contacting consul when nodes have similar names.
  • Updated Dockerfile with new get-pip link.

24.1.1

05 Jul 17:10
3abdbc9
Compare
Choose a tag to compare

Changelog

Exareme:

  • Changed timezone to UTC.

24.1.0

21 Jan 15:13
219e2b6
Compare
Choose a tag to compare

Changelog

Exareme: