v1.5.0-rc1
Pre-release
Pre-release
Summary
Add support for encrypted data-frames and approximate rounding. Fix AvgPool's count_include_pad
missing parameter error.
Links
Docker Image: zamafhe/concrete-ml:v1.5.0-rc1
Docker Hub: https://hub.docker.com/r/zamafhe/concrete-ml/tags
pip: https://pypi.org/project/concrete-ml/1.5.0-rc1
Documentation: https://docs.zama.ai/concrete-ml
v1.5.0-rc1
Feature
- Add new approx rounding (
9ef890e
) - Encrypted data-frame (
d2d6250
) - Support conv1d operator (
09ad7a6
) - Implement quantized unfold (
fa3ef88
)
Fix
- Fix survey link (
e5661c1
) - Reinstate apidoc generated tags (
2878a07
) - 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
- Add dataframe documentation (#576) (
d3bf5ac
) - Update main landing pages (
cfb862e
) - New structure and landing page (
85cb962
) - 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
)