PySyft
PySyft copied to clipboard
Perform data science on data that remains in someone else's server
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description Add migrations for UserCode and CodeHistory for enclave changes. Includes upgrades to UserCode and SubmitUserCode to add deployment policies. Will have to be updated based on naming changes...
## Description Adds missing migrations from https://github.com/OpenMined/PySyft/pull/8969 for UserCode and CodeHistory. ## Affected Dependencies List any dependencies that are required for this change. ## How has this been tested? Tested...
This changes the output to show the domain name at which the request was made. Tagging for PM review since I change the base object `Request`'s repr. The output looks...
`reload_cache` was not updating `syft_action_data_cache`, because `syft_created_at` was not set properly. `repr`-functions use `syft_action_data` instead of `syft_action_data_cache`, which handles caching and reloading. Closes https://github.com/OpenMined/Heartbeat/issues/1427
[Issue](https://github.com/OpenMined/Heartbeat/issues/1282)
Issue: https://github.com/OpenMined/Heartbeat/issues/1274 - [x] Only save `ActionObject` to blob storage if it is bigger than a `min_size` variable (e.g. 16 MB) - [x] The min size can be set with...