Releases: scaleoutsystems/fedn
Releases · scaleoutsystems/fedn
Release v0.19.0
What’s Changed
Features
- Feature/SK-1102 | Simplify ClientAPI and add support for inference @niklastheman (#726)
- Feature/SK-1167 | Add SetServerFunctions endpoint to auth @viktorvaladi (#737)
- Feature/SK-1164 | grpc allow version up to <v1.67 @Wrede (#732)
- Feature/SK-946 | Default value on session config @viktorvaladi (#735)
- Feature/SK-946 | Graceful failing if new container is not present @viktorvaladi (#733)
- Feature/SK-946 | Add functionality for user defined server-functions @viktorvaladi (#666)
Fixes
- Fix/SK-1167 | Fix exception so it handles different errors better @viktorvaladi (#744)
- Fix/SK-1178 | Set client_id in ModelRequest + single hearbeat function @Wrede (#739)
- Fix/SK-1181 | Prevent default flag values from always overwriting yaml file in start-v2 @benjaminastrand (#741)
- Fix/SK-1179 | Update min protobuf version @benjaminastrand (#740)
- Fix/SK-1169 | Enable --combiner flag without api-url @Wrede (#734)
Release v0.18.0
What’s Changed
Features
- Feature/SK-1106 | Added GET "/" and POST "/list" endpoints to prediction_routes @benjaminastrand (#730)
- Feature/SK-1081 | Use stores in Combiner + ModelPredict @Wrede (#718)
Release v0.17.0
What’s Changed
Features
- Feature/SK-971 | New object detection example @KatHellg (#703)
- Feature/SK-1071 | Initial refactor of client @niklastheman (#722)
- Feature/SK-1096 | Add set helper to v1 api @niklastheman (#723)
Fixes
- Bugfix/SK-1099 | return status code 400 if model load goes wrong and print logger.error @Wrede (#724)
- Bugfix/SK-1040 | Bug in example monai-2D-mednist @mattiasakesson (#719)
- Fix/SK-1076 | FutureWarning torch.load @FrankJonasmoelle (#720)
Release v0.16.1
What’s Changed
Fixes
- Bug/SK-1040 | Fixing numpy version with the MONAI package @mattiasakesson (#705)
Release v0.16.0
What’s Changed
Features
- Feature/SK-895 | Use the system's default cert store @stefanhellander (#711)
- Feature/SK-948 | Combiner config flags in fedn client @Wrede (#709)
- Feature/SK-1050 | Add set active model to /api/v1 @niklastheman (#708)
- Feature/SK-1039 | Add upload, activate & deactivate package to fedn api v1 @niklastheman (#706)
- Feature/SK-996 | Users should be able to choose not to upload a package but instead use the "localpackage" approach @niklastheman (#702)
Fixes
Release v0.15.0
What’s Changed
Features
- Feature/SK-811 | Example using Differential Privacy @mattiasakesson (#698)
Fixes
- Fix/SK-1025 | Fix torch dependencies based on arch @Wrede (#701)
- Fix/SK-1021 | Updating dependencies for huggingface example @FrankJonasmoelle (#699)
Release v0.14.0
What’s Changed
Features
- Feature/SK-998 | Add get number of active clients connected to /v1 api @niklastheman (#696)
- Refactor/SK-936 | Clean up certs and remove /add_combiner logic @Wrede (#653)
- Feature/SK-933 | Add delete combiner/client to Api @niklastheman (#693)
Other
Release v0.13.0
What’s Changed
Features
- Feature/SK-944 + SK-934 | Add flag for deleting the virtual env @sowmyasris (#661)
- Feature/SK-954 | Updated file structure in mnist-keras example @FrankJonasmoelle (#678)
Fixes
- Fix/SK-966 | Removing fire from python_env.yaml files @FrankJonasmoelle (#688)
- Bug/SK-964 | Fixes get_session request in APIClient @FrankJonasmoelle (#685)
- Bug/SK-965 | Syntax error in dockerfile @FrankJonasmoelle (#686)
- Bugfix/SK-963 | preferred combiner fixed in client cmd @sowmyasris (#683)
Release v0.12.1
Release v0.12.0
What’s Changed
Features
- Feature/SK-940 | CLI command for train and validate @sowmyasris (#658)
- Feature/SK-935 | Add fedn run startup @sowmyasris (#654)
Fixes
- Bug/SK-931 | --preferred-combiner should not be boolean @sowmyasris (#667)