Skip to content

Gabarit 1.3.2

Compare
Choose a tag to compare
@gsolard gsolard released this 12 Jun 10:01
· 32 commits to main since this release
67edae0

Improvements:

PR159 : Renamed the Dockerfile.svc to Dockerfile in the template API

Bugfixes :

PR155 : Fixed a bug in model_keras and model_huggingface where there was an equality test instead of an assignement (and created the corresponding unit tests which were missing)
PR159/PR162 : Fixed a bug in ModelKeras where the experimental version of predict created a serve function multiple times. Also changed the name of the experimental version to alternative_version (and created corresponding unit tests)
PR163 : Fixed a bug in the documentation generation which prevented the documentation of the template API to be properly generated