Commit Graph

1064 Commits

Author SHA1 Message Date
Umut
2372ffe85c chore: replace default ubuntu archive in docker 2023-01-13 12:47:50 +01:00
Umut
9976299f71 feat: bump compiler to v0.23.3 and torch to v1.13.1 2023-01-13 11:03:16 +01:00
Umut
016131bbf6 feat: bump compiler to v0.23.2 2023-01-09 11:01:59 +01:00
Umut
0c4dbe7e8e fix: use less confusing defaults for p error configurations 2023-01-06 10:29:11 +01:00
Umut
0c470852c3 feat: allow unused arguments to be present to simplify development 2023-01-06 10:29:04 +01:00
dependabot[bot]
01ef6ce206 chore(deps): bump appleboy/ssh-action from 0.1.5 to 0.1.6
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](f9010ff7f1...4a03da89e5)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 13:11:26 +01:00
dependabot[bot]
143795244d chore(deps): bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](93ea575cb5...755da8c3cf)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 13:11:16 +01:00
dependabot[bot]
29a2fd63d2 chore(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](1e07f43987...de2c0eb89a)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 13:11:05 +01:00
dependabot[bot]
e8bcbe7c3d chore(deps): bump actions/setup-python from 4.3.0 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](13ae5bb136...5ccb29d877)

---
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>
2023-01-04 13:10:55 +01:00
dependabot[bot]
ec2517ffeb chore(deps): bump gsactions/commit-message-checker from 1.0.1 to 2.0.0
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases)
- [Commits](b88ee88552...16fa2d5de0)

---
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>
2023-01-04 13:10:42 +01:00
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