Arthur Meyre
|
48aaed9ee8
|
refactor: disallow tuple input in inputset for 1-input functions
- handle the case properly once we add tuple support in #772
closes #971
|
2021-12-02 11:59:42 +01:00 |
|
Umut
|
926597c3f6
|
feat(debugging): implement printing subgraphs within the graph during printing
|
2021-11-30 12:40:23 +03:00 |
|
Arthur Meyre
|
8a27525a64
|
refactor: separate some compilation steps to prepare torch-like API work
refs #233
|
2021-11-19 10:06:07 +01:00 |
|
Umut
|
46a018fd21
|
refactor: use a consistent short name for operation graph
|
2021-11-16 12:10:48 +03:00 |
|
Umut
|
6fec590e65
|
refactor(debugging): re-write graph formatting
|
2021-11-15 16:33:15 +03:00 |
|
Umut
|
f417246ea3
|
refactor(debugging): rename get_printable_graph to format_operation_graph
|
2021-11-08 13:20:18 +03:00 |
|
Arthur Meyre
|
ecfde7b233
|
refactor(debugging): accept several highlights per node when printing
refs #645
|
2021-10-26 17:19:33 +02:00 |
|
Umut
|
be453394fb
|
fix(compilation): raise the appropriate error for intermediate signed integers
|
2021-10-20 17:15:52 +03:00 |
|
Arthur Meyre
|
384026364e
|
test: create default_compilation_configuration fixture
- update test code and use it where appropriate
- remove duplicate tests that lacked correctness verification
|
2021-10-19 08:51:35 +02:00 |
|
Umut
|
4c9c49ecd2
|
feat(debugging): provide a way for highlighting nodes with custom messages during printing
|
2021-10-15 13:06:36 +03:00 |
|
Arthur Meyre
|
86052fa43d
|
chore(tools): update command line for isort to follow the 100 line length
|
2021-09-23 14:00:07 +02:00 |
|
Umut
|
441c4f9e7d
|
feat: check inputset size
|
2021-09-20 17:05:22 +03:00 |
|
Arthur Meyre
|
381c81b76c
|
refacto: remove iter usage for passing a dataset
- it is still supported but not required and more confusing
|
2021-09-15 20:07:21 +02:00 |
|
Benoit Chevallier-Mames
|
e78086eefa
|
feat: let's have a customizable assert
closes #245
|
2021-09-10 17:52:09 +02:00 |
|
Arthur Meyre
|
959328e0f5
|
chore: rename hdk to concrete first pass
|
2021-09-06 18:43:49 +02:00 |
|
Arthur Meyre
|
bf2585ba0a
|
refacto: rename hnumpy to numpy as requested for the package imports
|
2021-09-02 12:20:01 +02:00 |
|
Umut
|
1e8debfb57
|
refactor: rename ClearValue/EncryptedValue to ClearScalar/EncryptedScalar
|
2021-09-01 15:33:19 +03:00 |
|
Umut
|
02fbbfeaf7
|
test(drawing): crate test for saving the drawing
|
2021-08-31 18:40:40 +03:00 |
|