v0.2.0
Summary
Use Concrete Numpy 0.5.
Add multi-class classification to XGBoost.
Fixing some minor broken links or issues.
Links
Docker Image: zamafhe/concrete-ml:v0.2.0
pip: https://pypi.org/project/concrete-ml/0.2.0
Documentation: https://docs.zama.ai/concrete-ml/ (old link https://docs.zama.ai/concrete-ml/0.2.0 has been moved)
v0.2.0
Breaking Changes (as compared to 0.1.x)
run
method is renamed toencrypt_run_decrypt
after changes in Concrete-Numpy 0.5.0. Individual APIs to encrypt/run/decrypt separately will be available in a further release of Concrete-ML
Feature
- Some breaking changes in Concrete Numpy API. (
ecbb26e
) - Using Concrete Numpy 0.5 (
ee5987b
) - Add multiclass xgboost (
9247f35
) - Adding a
set_version_and_push
command to the makefile (ab853c2
) - Add multiclass capability to decision trees (
df0a64d
)
Fix
- Fixing Pypi's Homepage button link (
bf52514
)
Breaking
- The API
.forward_fhe.run()
has been renamed into.forward_fhe.encrypt_run_decrypt()
(ecbb26e
)
Documentation
- Reorganize index page (
f1bafff
)