Commit Graph

858 Commits

Author SHA1 Message Date
Umut
79685ed7dc docs: start updating docs to reflect the rewrite 2022-04-08 12:09:44 +03:00
Umut
f17745130e fix: sanity check script used during release 2022-04-08 12:09:44 +03:00
Umut
f79faab85f chore: disable some pydocstyle lints 2022-04-08 12:09:44 +03:00
Umut
3f8256d72c chore: move licenses files to docs 2022-04-08 12:09:44 +03:00
Umut
c45b9ffa43 feat: rewrite tests 2022-04-08 12:09:44 +03:00
Umut
f5431be602 feat: export appropriate items from concrete.numpy module 2022-04-08 12:09:44 +03:00
Umut
4a6c728f8f feat: implement compilation module 2022-04-08 12:09:44 +03:00
Umut
92651a12ee feat: implement mlir module 2022-04-08 12:09:44 +03:00
Umut
58328aa42f feat: implement extensions module 2022-04-08 12:09:44 +03:00
Umut
85065452f7 feat: implement tracing module 2022-04-08 12:09:44 +03:00
Umut
92efb20e09 feat: implement representation module 2022-04-08 12:09:44 +03:00
Umut
5baa96664b feat: implement values module 2022-04-08 12:09:44 +03:00
Umut
904b283df7 feat: implement dtypes module 2022-04-08 12:09:44 +03:00
Umut
9bf9b3c743 feat: implement internal module 2022-04-08 12:09:44 +03:00
Umut
11fcaadb9f feat: recreate the global module structure 2022-04-08 12:09:44 +03:00
Umut
3239a147e6 chore: remove the old implementation and its tests 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
d50138a98e chore: bump version to 0.6.0-rc1 2022-04-07 14:51:35 +03:00
youben11
b8b94d9a88 chore: bump version to 0.5.0 2022-04-07 09:27:07 +01:00
youben11
5daf08123a chore: pin setuptools to 62.X 2022-04-07 10:10:56 +03:00
youben11
28a4d2301c docs: update doc to the new API 2022-04-07 10:10:56 +03:00
youben11
2e831e4415 feat: introduce new API to encrypt/run/decrypt separetely
Also introduce new compilation options for parallel execution
bump concrete-compiler to 0.6.0 which support loop parallelization
2022-04-07 10:10:56 +03:00
dependabot[bot]
a2b3205b6e chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0ebf233433...9c644ca2ab)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:50:42 +03:00
Arthur Meyre
8c0cd3b070 chore: fix stop-runner-linux if there is unexpected failure 2022-03-31 23:39:15 +03:00
Umut
431e55a235 chore: remove long running 8-bit tests 2022-03-31 23:38:55 +03:00
Umut
b142c617f6 chore: bump version to 0.5.0-rc1 2022-03-31 23:38:55 +03:00
youben11
dd69ccc241 test: reduce negative LUT tests
tests started to take a long time
2022-03-29 19:14:41 +03:00
youben11
1b73d2f76d chore: update sphinx-zama-theme to 3.0.1 2022-03-29 19:14:41 +03:00
youben11
0197332985 chore: update concrete-compiler to v0.5.0
Also pinning click due to an issue with black deps
2022-03-29 19:14:41 +03:00
Umut
d19514bb97 feat: add support for 8-bit integers 2022-03-29 19:14:41 +03:00
youben11
a9d2733230 test: test transpose correctness 2022-03-29 19:14:41 +03:00
youben11
a2955d29ea feat: add support for numpy.transpose compilation 2022-03-29 19:14:41 +03:00
Quentin Bourgerie
90f1a0b470 chore: Update LICENSE (#1474) 2022-03-29 09:24:27 +02:00
Umut
74f7e7d102 chore: publish public docker image from ci 2022-03-28 12:20:11 +03:00
Umut
f81367a199 chore: bump version to 0.4.0 2022-03-28 12:19:58 +03:00
dependabot[bot]
69b948603b chore(deps): bump docker/build-push-action from 2.9.0 to 2.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](7f9d37fa54...ac9327eae2)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 12:19:46 +03:00
dependabot[bot]
8e859f0c9e chore(deps): bump gsactions/commit-message-checker from 0.5.1 to 1
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 0.5.1 to 1.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases)
- [Commits](29413af748...08f89134bc)

---
updated-dependencies:
- dependency-name: gsactions/commit-message-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 11:58:29 +03:00
Umut
28015aa741 chore: bump version to 0.3.0 2022-03-25 14:49:13 +03:00
Umut
22a1f6a08c chore: bump version to 0.3.0-rc6 2022-03-09 12:16:58 +03:00
Umut
62d9872cf2 feat: add support for all numpy integer types 2022-03-08 16:16:12 +03:00
Umut
47fe98640d chore: bump version to 0.3.0-rc5 2022-03-08 13:39:03 +03:00
Umut
b71cbc8ecb feat: mimic the exact numpy behavior for matmul 2022-03-08 11:40:57 +03:00
dependabot[bot]
ed28639c57 chore(deps): bump docker/login-action from 1.13.0 to 1.14.1
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](6af3c118c8...dd4fa0671b)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 15:55:08 +03:00
dependabot[bot]
299e938dac chore(deps): bump actions/download-artifact from 2.1.0 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](f023be2c48...fb598a63ae)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:54:47 +03:00
dependabot[bot]
3db3db0eb4 chore(deps): bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](ec3a7ce113...a12a3943b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:54:36 +03:00
dependabot[bot]
a7efa659ef chore(deps): bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](7f80679172...0ebf233433)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:54:30 +03:00
dependabot[bot]
8b2d05e1af chore(deps): bump gsactions/commit-message-checker from 0.5.0 to 1
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 0.5.0 to 1.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases)
- [Commits](f27f413dcf...29413af748)

---
updated-dependencies:
- dependency-name: gsactions/commit-message-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:54:24 +03:00
dependabot[bot]
ddbd53d14c chore(deps): bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](82c141cc51...6673cd052c)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:54:16 +03:00
Umut
f82096a79b feat: add option to customize inputset length warning in eval on inputset function 2022-03-03 11:06:50 +03:00
youben11
3accaf5d96 chore: bump version to 0.3.0-rc4 2022-03-02 11:05:01 +03:00