Commit Graph

1038 Commits

Author SHA1 Message Date
Umut
65f0e251f0 chore: fix random test failures 2022-12-05 11:40:14 +01:00
Umut
23337e9dbd feat: support up to 16-bit signed integers with table lookups 2022-12-05 10:22:41 +01:00
dependabot[bot]
ad9c3beee7 chore(deps): bump marocchino/sticky-pull-request-comment
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](adca94abca...fcf6fe9e4a)

---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 10:16:57 +01:00
Umut
6376c8e062 feat: bump compiler to v0.22.1 2022-12-05 10:07:22 +01:00
aquint-zama
18cd349885 chore: update to BSD3-Clause-Clear
close #1757
2022-12-01 10:15:08 +01:00
Umut
58689d5806 fix: use proper dtype for bias during convolution 2022-11-18 15:25:08 +01:00
Umut
0ea77bde46 chore: bump version to 0.9.0-rc3 2022-11-18 13:40:41 +01:00
Umut
702375f929 feat: consider p_error in virtual circuits 2022-11-18 12:45:28 +01:00
Umut
25b9a59e21 feat: introduce tag extension, create integer range getter for graphs, allow filtering in integer bit width getter 2022-11-18 12:33:03 +01:00
Umut
02ec19ce1b docs: document show optimizer configuration option 2022-11-15 12:08:08 +01:00
dependabot[bot]
31d5915cee chore(deps): bump machulav/ec2-github-runner from 2.3.2 to 2.3.3
Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/machulav/ec2-github-runner/releases)
- [Commits](c34ba2df33...4e0303de21)

---
updated-dependencies:
- dependency-name: machulav/ec2-github-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 11:49:52 +01:00
Umut
2b84def2c3 feat: create auto adjust rounders configuration option 2022-11-08 14:17:22 +01:00
Umut
ccd3f9af6a feat: introduce auto rounders 2022-11-08 14:17:22 +01:00
Umut
eb601f5948 chore: fix one of the common random test failures 2022-11-08 14:17:22 +01:00
Umut
e68ebf3e48 chore: bump version to 0.9.0-rc2 2022-11-03 17:21:17 +01:00
dependabot[bot]
88fb2ee134 chore(deps): bump marocchino/sticky-pull-request-comment
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](97bddef64d...adca94abca)

---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 12:11:54 +01:00
Umut
c552a955c0 feat: introduce round bit pattern extension for virtual circuits 2022-11-03 11:52:41 +01:00
Umut
79951b51b7 refactor: replace if-elif-else chain with mapping in node converter 2022-11-02 16:12:00 +01:00
Umut
cb9cbb05ab feat: introduce maxpool extension for virtual circuits 2022-11-02 16:12:00 +01:00
Umut
3de24a8369 feat: support multiplication between two encrypted values in virtual circuits 2022-10-28 12:07:01 +03:00
Umut
f0014dc05f feat: improve fusing related error messages 2022-10-28 12:06:54 +03:00
Umut
0827cb9360 fix: correctly transfer sign information in direct definition 2022-10-25 14:19:15 +03:00
aquint-zama
1888dd7b52 docs: language edits
GitBook: [#54] Concrete Numpy Edits
2022-10-25 11:54:14 +03:00
dependabot[bot]
8a43c24821 chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](3cea537223...83fd05a356)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 11:53:41 +03:00
dependabot[bot]
57ac87ad60 chore(deps): bump actions/download-artifact from 3.0.0 to 3.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](fb598a63ae...9782bd6a98)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 11:53:31 +03:00
Umut
f0a954a72f chore: expose signed bit width constraint constant from concrete.numpy 2022-10-21 14:43:34 +03:00
Umut
bac9792a06 fix: use builtin math instead of numpy for log2 and ceil to avoid overflow issues 2022-10-21 14:43:34 +03:00
Umut
a2624086a2 feat: support axes kwarg for np.transpose 2022-10-18 11:58:50 +03:00
Umut
821c61e1d1 feat: bump compiler to v0.21.0 2022-10-18 11:58:50 +03:00
youben11
5f07a72e5c fix: use pads arg for torch evaluation
as we weren't supporting padding, we neglected to use them in the plain
evaluation, but this result in a confusing error message for the user
when trying to use padding. This fixes the problem by using padding
properly during evaluation, and leaves the error up to the compiler.
2022-10-17 14:01:38 +03:00
dependabot[bot]
adede72d08 chore(deps): bump docker/login-action from 2.0.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](49ed152c8e...f4ef78c080)

---
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-10-17 12:00:15 +03:00
dependabot[bot]
40a898ddd1 chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](c84f382811...c56af95754)

---
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-10-17 11:31:45 +03:00
dependabot[bot]
198092af6c chore(deps): bump marocchino/sticky-pull-request-comment
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases)
- [Commits](39c5b5dc77...97bddef64d)

---
updated-dependencies:
- dependency-name: marocchino/sticky-pull-request-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 11:31:38 +03:00
dependabot[bot]
71d16efd5f chore(deps): bump actions/setup-python from 4.2.0 to 4.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](b55428b188...13ae5bb136)

---
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-10-17 11:31:31 +03:00
Umut
d6ba76318f feat: add support for np.expand_dims 2022-10-17 10:52:01 +03:00
Umut
ea34aeba09 feat: introduce 'global_p_error' configuration 2022-10-13 17:27:18 +03:00
Umut
21a0923e2e feat: support up to 16-bit table lookups 2022-10-13 16:00:10 +03:00
Umut
191150b36d feat: bump compiler to 0.20.0 2022-10-13 16:00:10 +03:00
dependabot[bot]
d7d723487c chore(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](2541b1294d...93ea575cb5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 15:29:20 +03:00
Umut
66c707cd69 feat: introduce circuit decorator to directly define circuits 2022-10-13 15:18:18 +03:00
Jeremy Zaccherini
c5e43616a5 docs: import GitBook#53 No subject 2022-10-10 14:57:45 +02:00
Jérémy Zaccherini
2f3953613f docs: update README.md
- Added the logo at the top of the readme.md
- Removed the S in: Read documentionS badge
- Changed community forum: available to community forum: online.
- Removed TOC (useless)
- Added support link and image
2022-10-10 11:17:40 +02:00
youben11
7901d8868c fix: adhere to ONNX spec of kernel_shape
ONNX spec:
"kernel_shape : list of ints
    The shape of the convolution kernel. If not present, should be
	inferred from input W."

We were taking the number of input/output feature maps into account,
which we realized we should not.
2022-10-05 14:55:54 +01:00
Umut
dce0a86aa1 chore: update references to 0.8.x in docs 2022-10-03 13:11:34 +03:00
Umut
50b782dba4 chore: bump version to 0.9.0-rc1 2022-10-03 12:37:37 +03:00
Umut
539f2dbc0e chore: bump version to v0.8.0 2022-09-26 10:00:39 +02:00
Umut
593abc6d9a feat: add various properties about the circuit 2022-09-21 13:11:04 +03:00
Umut
ba3ea5f04d fix: perform keygen if necessary before decrypting to avoid manual keygens 2022-09-21 13:10:53 +03:00
Umut
c237bdd7f8 chore: replace deprecated '--no-dev' flag of poetry 2022-09-20 12:00:20 +03:00
Umut
f37175e821 feat: bump compiler to v0.19.0 2022-09-20 12:00:20 +03:00