Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Turi Create 5.1

Compare
Choose a tag to compare
@nickjong nickjong released this 02 Oct 21:33
04ad64d

Installation

To install Turi Create 5.1 into your virtual environment, use:

(venv) pip install turicreate==5.1

Fixes

  • Add auto-detection of JSON file format for SFrame.save (#802)
  • Allow SArray initializer to convert an existing SArray to a different type (#1070)
  • Allow SFrame.add_column to accept iterables and to fill with a constant value (#1072)