v1.0.0 -- Compatibility with FuncX 1.0.x
Overview
Add compatibility with FuncX 1.0.x which includes major changes. Previously published models can still run using this version of DLHub. Previous versions of DLHub SDK should continue to work with updated FuncX endpoints and DLHub Service.
Additionally, added initial input validation functionality, as well as testing support for Python 3.8 and 3.10.
What's Changed
- add version bounds for protobuf and pyyaml packages to test-requirements.txt by @isaac-darling in #138
- add Python 3.8 and 3.10 to CI.yml testing matrix by @isaac-darling in #140
- 133 validate input data against user provided schema by @isaac-darling in #145
- Funcx 1.0.0 by @ryanchard in #162
- Dev -- funcx 1.0.x compatibility by @ascourtas in #163
New Contributors
- @isaac-darling made their first contribution in #138
Full Changelog: v0.10.2...v1.0.0