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
youben11
c34b5bd6d2
fix: update lockfile
...
the lockfile was missing a one of the versions of the concrete-compiler
for some reason that I couldn't figure out
2022-03-01 17:01:10 +01:00
youben11
98bec17050
feat: add convolution extension
...
extend the current tracing and compilation with convolution, which
should compile to the FHELinalg.conv2d operation from the compiler
2022-03-01 15:16:09 +01:00
dependabot[bot]
8d12a53651
chore(deps): bump docker/login-action from 1.12.0 to 1.13.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](42d299face...6af3c118c8 )
---
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-02-28 12:27:21 +03:00
Arthur Meyre
19c78e6dad
refactor: make float fusing deterministic
...
- consider having a an OrderedSet class instead of using dicts for it
closes #1438
2022-02-28 12:04:35 +03:00
Umut
8af6d83ed6
chore: bump version to 0.3.0-rc3
2022-02-18 14:49:02 +03:00
Umut
4bb5a54d6e
fix(compilation): work around slicing limitations
2022-02-18 11:05:46 +03:00
Arthur Meyre
5bca3b19ae
chore: do not transform dataset to list, keep leightweight iterators
...
closes #1374
2022-02-17 17:54:14 +03:00
Umut
99f52acd98
feat: add support for numpy.sum and numpy.concatenate
2022-02-17 13:24:22 +03:00
Umut
80dab677b1
chore: fix docker detection
2022-02-08 17:40:08 +03:00
dependabot[bot]
a1d39abae3
chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](f382193329...7f80679172 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-08 16:00:59 +03:00
dependabot[bot]
8fc9c5535d
chore(deps): bump docker/build-push-action from 2.8.0 to 2.9.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](1814d3dfb3...7f9d37fa54 )
---
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-02-08 15:39:03 +03:00
Arthur Meyre
8a79c66f3f
chore: release docker image was missing pygraphviz
...
- update image to be able to install pygraphviz
- update sanity_check.py to explicitely import pygraphviz
2022-01-27 11:17:42 +03:00
dependabot[bot]
02957f71ad
chore(deps): bump aws-actions/configure-aws-credentials
...
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases )
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/master/CHANGELOG.md )
- [Commits](ea7b857d8a...05b148adc3 )
---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-26 17:02:30 +03:00
dependabot[bot]
003d3ff26d
chore(deps): bump docker/build-push-action from 2.7.0 to 2.8.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](a66e35b9cb...1814d3dfb3 )
---
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-01-26 16:40:51 +03:00
Umut
408b9c4a0b
chore: bump version to 0.3.0-rc2
2022-01-26 16:12:00 +03:00
Umut
ef86ed0bdf
fix(ci): use --repository-url instead of -r for internal pypi release
2022-01-26 15:11:58 +03:00
Umut
c996f94627
chore(ci): setup internal release process, bump dependencies
2022-01-26 13:07:16 +03:00
Benoit Chevallier-Mames
d5db141091
chore: add pip link in the change log
2022-01-24 11:19:10 +03:00
Umut
f88e0dfc89
refactor: remove ml related functionality, small bug fixes
2022-01-19 17:30:06 +03:00
Arthur Meyre
442d411722
chore: lost + found update the remaining machulav/ec2-github-runner actions
2022-01-14 11:03:07 +01:00
Arthur Meyre
1561afec2a
chore: use fixed start runner action
...
closes #1385
2022-01-14 09:59:05 +01:00
Benoit Chevallier-Mames
314e592d09
chore: fix the summary.
2022-01-12 17:31:46 +01:00
Umut
1a3455b9f8
docs: improve the example in readme
2022-01-12 18:47:27 +03:00
Andrei Stoian
23fa9a5848
docs: fix readme example ( #1378 )
2022-01-12 11:23:02 +01:00
Arthur Meyre
069207551f
docs: benchmarks coming later
2022-01-11 16:17:44 +01:00
Arthur Meyre
18e747e61a
chore: update deps
2022-01-11 14:53:57 +01:00
Arthur Meyre
9bc73b675c
chore: bump version to 0.3.0-rc1
2022-01-11 11:34:24 +01:00
Arthur Meyre
8927703896
chore: fix command to use twine to run with poetry
2022-01-10 16:48:51 +01:00
Benoit Chevallier-Mames
61deac66bf
chore: tell the user how to clean her git local branches.
2022-01-10 16:26:48 +01:00
Arthur Meyre
f9a1a904e0
chore: bump version to 0.2.0
2022-01-10 15:45:11 +01:00
jfrery
418feeb78c
fix: allow more than 6 bits in the last layer if asked by user
2022-01-10 15:45:04 +01:00
jfrery
3a9af99e86
fix: allow retraining when the compilation is not possible due to overflow
2022-01-10 15:44:58 +01:00
Andrei Stoian
4da24dc152
docs: add logo to readme
...
Closes #1353
2022-01-10 15:44:49 +01:00
Umut
4b647b108d
fix(compilation): use proper variable input constructor during lookup table generation
2022-01-10 16:08:10 +03:00
Arthur Meyre
5c44bf14eb
docs: do not use a hard coded clone link in project_setup.md
2022-01-10 11:44:32 +01:00
Arthur Meyre
d8a64f25b8
chore: fix test for matmul correctness
...
- bit-width could get too high, rename input_range to be clearer on bounds
- fix bounds that seemed to want to use a set number of bits but being off
by one (e.g. 4 -> 3 as 0-3 is the range for a 2 bits integer)
closes #1352
2022-01-10 10:56:23 +01:00
Andrei Stoian
d0f08bc378
docs: add shiny new logo ( #1347 )
2022-01-10 10:44:34 +01:00
Arthur Meyre
3f078c57bb
chore: polish release workflows
2022-01-10 08:54:14 +01:00
Arthur Meyre
5322da0dd3
chore: bump version to 0.2.0-rc6
2022-01-10 08:54:07 +01:00
Andrei Stoian
a9e8ebc129
fix: docker builds failing due to missing flag ( #1343 )
2022-01-09 15:53:02 +01:00
Arthur Meyre
eda9ab73cd
chore: prepare release workflow
...
- disable macOS builds for release for now as we don't know how long they
are
closes #246
closes #809
2022-01-07 19:15:36 +01:00