This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Turi Create 5.2
Installation
To install Turi Create 5.2 into your virtual environment, use:
(venv) pip install turicreate==5.2
Fixes
- Clarify sample code to avoid erroneous bounding boxes when deploying object detectors (#1016)
- Restore object detector support for RGBA .PNG files; throw an error for unsupported color spaces (#1046)
- Add
SArray.filter_by
(#1061) - Support dictionaries with keys that are tuples (#1096)
- Support for nd-array features in supervised learning (#1127)
- Fix heat map rendering (#1129)
- Resolve JSON parsing bug for JSON input of exactly 128 characters (#1134)
- Fix box plot rendering (#1179)
- Allow object detector export to set confidence threshold to 0 (#1208)
- No longer require npm when building from source (#1213)