Commit Graph

1054 Commits

Author SHA1 Message Date
Umut
155e5b2941 refactor: improve error message of circuits which has TLU and more than 16-bits at the same time 2023-01-04 13:10:18 +01:00
Umut
2bd449518c chore: disable codeblock and notebook tests for the time being
These tests take huge amount of time in the CI, we should find a way to utilize key cache in them. Until then, they should be disabled.
2023-01-04 13:10:18 +01:00
Umut
9cb8e30cbf fix: update outdated documentation of sanitize signed inputs helper 2023-01-04 13:10:18 +01:00
Umut
6a37249ec5 chore: integrate ruff 2022-12-23 11:54:38 +01:00
Umut
85f36817cf chore: bump version to 0.10.0-rc1 2022-12-21 17:34:09 +01:00
Umut
9ec648d40d chore: bump version to 0.9.0 2022-12-21 15:10:24 +01:00
Umut
b842bb6f96 feat: add error probability properties to circuits 2022-12-21 15:10:17 +01:00
Umut
39958cf02a feat: make p_error simulation in virtual circuits faster and a bit more realistic 2022-12-21 15:10:09 +01:00
Umut
1472c8f020 feat: make both p error and global p error optional 2022-12-21 10:56:43 +01:00
Umut
df8d34af9d feat: bump compiler to v0.23.1 2022-12-21 09:41:06 +01:00
Umut
9af6d850d7 chore: bump version to 0.9.0-rc5 2022-12-19 16:09:48 +01:00
Umut
d4428eaac5 refactor: sanitize signed inputs without table lookups 2022-12-12 16:10:00 +01:00
Umut
416ca6938b fix: allow explicitly setting axis to None in np.sum 2022-12-12 15:35:38 +01:00
Umut
a25ba9b7f4 feat: allow fine-grained control on verbosity settings 2022-12-07 13:26:24 +01:00
Umut
5a8fe7cdda docs: document some of the new features, improve the parts of the old documentation 2022-12-05 14:16:27 +01:00
Umut
73a0b5c78a chore: bump version to 0.9.0-rc4 2022-12-05 12:06:27 +01:00
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