Skip to content

Releases: nxexox/pymlup

0.2.3

14 Nov 17:50
7482bf1
Compare
Choose a tag to compare

Fix parsing List and Optional types.

  • Add parse typing arguments from model predict method of: Optional, Sequence (List, Tuple, Set).
  • Add parse typing argument List[TYPE] and set type TYPE and collection_type is List.
  • Fix #20

Full Changelog: 0.2.2...0.2.3

0.2.2

04 Oct 07:24
e071aec
Compare
Choose a tag to compare

0.2.2

  • Fix debug logger.
  • Add logging about api docs.
  • Add debug logging error responses.

0.2.1

29 Sep 14:59
22a92f5
Compare
Choose a tag to compare

Version 0.2.1.

  • Remove from api method /info fields:
    *web_app_info.column_validation;
    • web_app_info.debug;
  • Add docs to web api methods

0.2.0

29 Sep 11:33
8347840
Compare
Choose a tag to compare

Version 0.2.0.

  • Added onnx return all outputs in response, not only first output.

  • Add mlup.ml.binarization.onnx.InferenceSessionFullReturnBinarizer binarizer.

  • Fix unit tests for onnx binarization.

  • Add new tests for onnx binarization.