This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Turi Create 4.3
Major Updates
- Plot API with save and ability to select plot type
- Support for
list
,dict
,array
,ndarray
in.explore()
Enhancements
- Ability to view truncated values in .explore()
Fixes
- Fix slicing issue for NDArray inside SArray (Python 3) (#385)
- Make docstring consistent with current behavior (#374)
- Avoiding default atof behavior for integers and floats (#373)
- Fix image classifier unit tests (#371)
- Consistent color for draw_bounding_boxes (#369)
- Fix user facing deprecation warning for panda's to_datetime usage (#368)
- Added Top Level load_sarray (#516)
- user guide should use print as a function (#432)
- Better error message for bad astype(...). (#430)
- Remove (unused, non-functional, non-public) viz for recsys models (#428)
- Better error message for unwritable temp location (#427)
- Fix macOS platform tag to reflect true support (#426)
- Update get/set runtime config docs and errors (#423)
- Remove unnecessary Python linking (#421)
- Remove references to lfs (#420)
- Update supported and recommended MXNet versions (#418)
- Fix single-image classifier inference on multi-gpu (#417)
- Fix broken unit test for image bit depth (#416)
- Add data preparation step to object detection user guide (#414)
- Gitignore cleanup (#408)
- updated sys.platform for python3 (#404)
- Fix offset/length bug in NDArray-to-SArray (#395)
- Support PNG images with non-8-bit depth (#393)
- Do not use PIL for decoding images for pixel_data (#390)
- Added support for file:// as valid url protocol. (#387)
- Avoid ndarray to fix fatal error in activity classifier (#386)