Commit Graph

797 Commits

Author SHA1 Message Date
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
Arthur Meyre
03adc76bde docs: remove "so-called" from intro.md 2022-01-07 19:15:31 +01:00
Benoit Chevallier-Mames
c2c7197421 chore: fill informations for release of our package
refs #1335
2022-01-07 18:32:25 +01:00
Arthur Meyre
627706d963 chore: add concrete-compiler as a proper dependency
- move licenses folder which was interfering with wheel build
- add a warning for Windows users as missing concrete-compiler package will
crash make setup_env

refs #809
2022-01-07 14:14:31 +01:00
jfrery
8f6d524c0f feat: add ref issue 7b 2022-01-07 10:28:13 +01:00
jfrery
4a8c0c3d4d fix: flaky test in 3-FC 2022-01-07 09:43:38 +01:00
Arthur Meyre
5e72f644fd chore: macOS testing infrastructure
- fix build-linux status in notifications
- use bash shell
- change concurrency management
- only upload artifacts for our reference build (linux - python 3.8)
packages will be uploaded for all builds
- fix shellcheck warning in actionlint for globing
2022-01-07 09:07:17 +01:00
Jeremy Bradley-Silverio Donato
6ef9f74e6a docs: Update debug_support_submit_issues.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
ec411ab8e8 docs: Update compiling_torch_model.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
be090ddb27 docs: Update future_features.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
cb660d89f9 docs: Update PoissonRegression.ipynb 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
3cfba99c7c docs: Update DecisionTreeClassifier.ipynb 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
814d53e911 docs: Update PoissonRegression.ipynb 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
1a52183f10 docs: Update documenting.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
db3e922ba2 docs: Update docker.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
ddf8c830d7 docs: Update terminology_and_structure.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
5abaf5dce6 docs: Update mlir.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
8dbdc0ddcb docs: Update float-fusing.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
2758140566 docs: Update contributing.md 2022-01-06 19:14:10 +01:00
Jeremy Bradley-Silverio Donato
cb6cca1dcf docs: Update compilation.md 2022-01-06 19:14:10 +01:00
Arthur Meyre
c294500b9e chore: use the linux build result in notification
- the linux build status fails only for blocking PRs, it does not represent
the actual build status
2022-01-06 16:24:23 +01:00