Skip to content

v1.4.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zama-bot zama-bot released this 28 Dec 00:10
· 386 commits to main since this release
v1.4.0-rc1

Summary

1.4.0 - Release Candidate - 1

Links

Docker Image: zamafhe/concrete-ml:v1.4.0-rc1
Docker Hub: https://hub.docker.com/r/zamafhe/concrete-ml/tags
pip: https://pypi.org/project/concrete-ml/1.4.0-rc1
Documentation: https://docs.zama.ai/concrete-ml

v1.4.0-rc1

Feature

  • Support Expand Equal ONNX op (cf3ce49)
  • Add rounding feature on cml trees (064eb82)
  • Add multi-output support (fef23a9)
  • Allow QuantizedAdd produces_output_graph (0b57c71)
  • Encrypted gemm support - 3d inputs - better rounding control - sgd training test (111c7e3)

Fix

  • Add --no-warnings flag to linkchecker (1dc547e)
  • Fix wrong assumption in ReduceSum operator's axis parameter (1a592d7)
  • Mark flaky tests due to issue in simulation (4f67883)
  • Update learning rate default value for XGB models (e4984d6)

Documentation

  • Update api doc (d8e9e64)
  • Update Apple Silicon install information (4c0c02f)