v1.1.0
Release v1.1.0
What's Changed
Features
- Add run_id parameter to Tesseract.apply and friends (#352)
- Add pydantic type making other Tesseracts callable (needed for HOTs) (#343)
Bug Fixes
- Require name and version to be non-empty in TesseractConfig (#336)
- Strip trailing slash from URL's passed to Tesseract HTTP client (#340)
- Handling of tree_transforms edge cases (#331)
- (sdk) Cast sets to tuples in Pytorch template when used as positional args (#347)
- Use host port as api port (#330)
- Allow digits in the pre-release semver tag (#355)
Refactor
- [breaking] Use uv to install python virtual env (#353)
Testing
- Runtime/file_interactions unit tests (#338)
Full diff: v1.0.0...v1.1.0