Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Series.from_tensor/2 to use new integer types #799

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

philss
Copy link
Member

@philss philss commented Jan 4, 2024

This makes the function stop infering the target series dtype and make it suppport all the new integer signed and unsigned dtypes.

If people want to read a given tensor in a different type, they must pass the :dtype option.

Related to #794

This makes the function stop infering the target series dtype and make
it suppport all the new integer signed and unsigned dtypes.

If people want to read a given tensor in a different type, they must
pass the `:dtype` option.
@philss philss requested a review from josevalim January 4, 2024 16:31
@philss philss merged commit 742a072 into main Jan 4, 2024
3 checks passed
@philss philss deleted the ps-iotype_to_dtype-fix branch January 4, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants