This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Turi Create 4.1
Major Updates
- Support for Python 3.5 and 3.6 (#2)
- Added Core ML support for sentence classifier (#99)
- Added Core ML support for image similarity (#242)
- Added more datasets to documentation (#251)
Enhancements
- Implemented SArray.stack (#165)
- Implemented SArray.value_counts() (#172)
- Added methods to flexible_type (reinterpret_get, reinterpret_mutable_get) to make unsafe use explicit (#197)
- Published C++ Documentation at https://apple.github.io/turicreate/docs/cpp/
Fixes
- Visualization issues and improvements (#159, #166, #163)
- Core ML errors for some models trained on dict features (#98, #174)
- Topic Model perplexity computation may give different results (#243)
- String target for sentence classifier would perform feature extraction on the target (#234)
- Core ML version export type mismatch (#232)
- Sentence classifier ignored validation_set=None (#208)
- S3 Certificate Issues on Linux (#196, #57, #128)
- JSON export of array dtype (#181)
- Unable to create SFrame with non-ascii column name in Python 2 (#157)
- SArray.apply fails with UnpicklingError (#124)
- pyodbc type mismatch (#93)