Skip to content

v1.5.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zama-bot zama-bot released this 15 Feb 11:27
· 287 commits to main since this release
v1.5.0-rc0

Summary

Add support to torch's Conv1d and Unfold operators

Links

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

v1.5.0-rc0

Feature

  • Support conv1d operator (09ad7a6)
  • Implement quantized unfold (fa3ef88)

Fix

  • Make skorch import fail without error (81de55c)
  • Replace python release install with setup-python (899b9f1)
  • Fix concurrency issue in release process (1295ea9)
  • Add support to AvgPool's missing parameters (15a8340)
  • Update README.md (ba1fdad)

Documentation

  • Update operator list in torch support's documentation section (b617740)
  • Add links to credit card approval space in use case examples (df81aca)
  • Improve contributing section (1696799)
  • Document n_bits for compile torch functions (0306c65)
  • Add explanation of encrypted training and federated learning (57dbdff)
  • Add documentation about scaling (9252f57)