CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
217 stars 34 forks source link

Remove TensorArray contiguous option #134

Closed BryanCutler closed 4 years ago

BryanCutler commented 4 years ago

Removing the contiguous option in the TensorArray constructor. It's not needed, except for the Arrow conversion and is already forced there, and to be used properly would need to propagate when making a new TensorArray from an existing one.

BryanCutler commented 4 years ago

I don't think this option has been used anywhere, so merging.