George-Cristian Muraru
George-Cristian Muraru
## Description - Add `argmax`/`max` SMPC functionality - For the moment if there are duplicate max values the results might be incorrect - For this it might be required to...
## Description Discussions for 2021 and some lost ones. ## Affected Dependencies List any dependencies that are required for this change. ## How has this been tested? - Describe the...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
## Description Write tests for the `cat` method from `ShareTensor`
## Description Update the slack channel link from the README.md to point to the #beginners channel from Slack.
## Description - Remove all the dependencies that we have in the ```requirements.txt``` file and put those in the ```setup.cfg```. - Remove the ```requirements.txt``` file from the GA workflows. ##...
## Description For the moment when we open a PR we trigger a set of jobs to be run. If a new push is made, there would be 2 sets...
## Description There is a problem with the [Syft Notebooks for SyMPC](https://github.com/OpenMined/PySyft/tree/dev/examples/secure-multi-party-computation/Duet) (the request name parameter is no longer needed). ## How to Reproduce 1. Install SyMPC and Syft 2....
## Description Increase the tolerance for the `test_run_conv`. Check what approximations give bad approximations and change them or fix them. ## Are you interested in working on this improvement yourself?...
## Description As we would (possibly) have more protocols that a user could choose from, we would want to also have a ```DefaultProtocol``` in case the protocol specified by the...