Umut
fc6836b766
feat: add support for rounding
2022-05-23 16:05:11 +03:00
Umut
56085204e6
feat: add support for np.ones_like and np.zeros_like
2022-05-17 13:43:15 +03:00
Umut
d94812b234
feat: fuse subgraphs with multiple variable inputs of which has the same lca
2022-05-16 14:30:09 +03:00
Umut
057232666a
docs: remove outdated limitations in the docs
2022-05-02 12:59:32 +03:00
Umut
b63150220e
docs: add what happens on out of bounds during table lookups, show lookup table with negative values
2022-05-02 12:59:32 +03:00
Umut
2946935e28
docs: improve lookup table documentation
2022-05-02 12:59:32 +03:00
Umut
c683a714b4
docs: update usage of MultiLookupTable with LookupTable
2022-05-02 12:59:32 +03:00
Umut
758af942a7
docs: remove client/server api from future features section
2022-05-02 12:59:32 +03:00
Umut
ffe26aadcb
refactor: move configuration and artifacts to compile and trace methods
2022-04-29 11:10:14 +03:00
Umut
6fe148e72b
refactor: rename compilation artifacts to debug artifacts
2022-04-29 11:10:14 +03:00
Umut
a17d0c66ca
fix: update only int64 astype warning to ignore floating point types
2022-04-08 16:52:16 +03:00
Umut
ce7646f102
feat: introduce explicit encrypt/decrypt/run api
2022-04-08 12:09:44 +03:00
Umut
72c13c54be
refactor: rename run method of the circuit to encrypt_run_decrypt
2022-04-08 12:09:44 +03:00
Umut
ba33d42762
feat: implement transpose
2022-04-08 12:09:44 +03:00
Umut
79685ed7dc
docs: start updating docs to reflect the rewrite
2022-04-08 12:09:44 +03:00
Umut
c0ab74ec5a
chore: remove benchmarks (to be replaced with something else in the future)
2022-04-08 12:09:44 +03:00
youben11
28a4d2301c
docs: update doc to the new API
2022-04-07 10:10:56 +03:00
Umut
d19514bb97
feat: add support for 8-bit integers
2022-03-29 19:14:41 +03:00
Umut
f88e0dfc89
refactor: remove ml related functionality, small bug fixes
2022-01-19 17:30:06 +03:00
Arthur Meyre
069207551f
docs: benchmarks coming later
2022-01-11 16:17:44 +01:00
jfrery
3a9af99e86
fix: allow retraining when the compilation is not possible due to overflow
2022-01-10 15:44:58 +01:00
Arthur Meyre
03adc76bde
docs: remove "so-called" from intro.md
2022-01-07 19:15:31 +01:00
Jeremy Bradley-Silverio Donato
6ef9f74e6a
docs: Update debug_support_submit_issues.md
2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
ec411ab8e8
docs: Update compiling_torch_model.md
2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
be090ddb27
docs: Update future_features.md
2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
cb660d89f9
docs: Update PoissonRegression.ipynb
2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
3cfba99c7c
docs: Update DecisionTreeClassifier.ipynb
2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
814d53e911
docs: Update PoissonRegression.ipynb
2022-01-06 19:14:10 +01:00
jfrery
226feec93b
feat: update/rename docs and advanced examples
2022-01-06 14:48:27 +01:00
Benoit Chevallier-Mames
d46e753b0c
chore: update the future features
...
closes #1300
2022-01-06 14:48:07 +01:00
Umut
aa3d13c121
docs: talk about all progress trackers in the doc
2022-01-06 16:44:18 +03:00
Arthur Meyre
a98483cddb
chore: prepare matrices for multi builds
...
- removing asserts in codeblocks to avoid flaky tests
refs #809
2022-01-06 11:17:19 +01:00
Benoit Chevallier-Mames
721bc06eb7
chore: update the doc to have clearer uses of Concrete Numpy etc
...
refs #1288
2022-01-05 19:22:42 +01:00
Benoit Chevallier-Mames
46d3bb58a6
chore: update the doc
...
closes #1237
2022-01-05 17:52:13 +01:00
Arthur Meyre
e2fc523596
chore: rename package
2022-01-05 14:12:23 +01:00
Umut
73596b3b7d
refactor: use the new python library in benchmarks
2022-01-05 12:13:03 +03:00
Benoit Chevallier-Mames
73d8aebd06
docs: add information about precision and exactness
...
closes #1273
2022-01-04 19:54:35 +01:00
IceTDrinker
a48f8cb4f1
chore(deps): bump compiler to 2022-01-04T16:08:11Z
...
- disable PR automerge on compiler update (too risky)
- change init file to be a namespace package
- remove version.py (infos can still be retrieved through package meta)
this avoids potential conflicts with other packages we release
- various fixes for compiler compatibility
closes #1272
2022-01-04 19:18:26 +01:00
Arthur Meyre
e522f22ce8
chore: rename package
...
- poetry lock required to update package name
- related Makefile and licenses update to keep consistency (will be removed
once the PyPi package is available)
- modified compile_torch_model to only accept datasets with one input
mypy error with better numpy typing hints appeared
closes #1252
2022-01-04 09:12:18 +01:00
Benoit Chevallier-Mames
1a66f2c865
chore: update the doc, few things will not be done for Q4
...
refs #1111
2022-01-03 17:14:27 +01:00
Arthur Meyre
5f043ad3ee
chore: fix notebook title which was causing issues in docs
...
closes #1267
2022-01-03 11:54:16 +01:00
Arthur Meyre
b48165045a
fix: change awkward decision tree notebook title
2021-12-24 17:48:21 +01:00
Arthur Meyre
39f099338e
feat: decision tree converter to tensors computation
...
- also fix tests with numpy.isclose by allowing cells check as well
2021-12-24 16:07:44 +01:00
jfrery
07e8411b50
feat: update IrisFHE.ipynb with signed weights + add visualization
2021-12-24 10:10:48 +01:00
IceTDrinker
31ae92a5db
chore: test slow compiler
...
- fix CI scripts for the current compiler releases
- add keycache system
2021-12-23 15:15:22 +01:00
Benoit Chevallier-Mames
671d553d01
chore: no more public repository
...
closes #1212
2021-12-23 14:56:43 +01:00
Benoit Chevallier-Mames
4ccc4bb751
chore: add a FAQ to link to Discourse.
2021-12-23 14:56:26 +01:00
jfrery
65be1b0818
feat: use signed weights in compile_torch_model
2021-12-23 11:24:02 +01:00
Andrei Stoian
57bbb8feab
feat: improve GLM model to support associate blog post ( #1234 )
2021-12-21 13:29:29 +01:00
Jeremy Bradley-Silverio Donato
69a6c0ec5c
chore: update docs
...
closes #1227
2021-12-21 12:30:19 +01:00