Skip to content

refactor(datatypes): fully remove unused DataType.name #11102

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NickCrews
Copy link
Contributor

@NickCrews NickCrews commented Apr 7, 2025

Remove the internally-used DataType.name property.

BREAKING CHANGE: DataType.name is removed. Use DataType.__class__.__name__ instead.

@github-actions github-actions bot added the datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) label Apr 7, 2025
@cpcloud cpcloud force-pushed the deprecate-DataType.name branch from 22409e1 to 1647805 Compare April 21, 2025 10:34
@cpcloud cpcloud changed the title feat(dtype): deprecate DataType.name refactor(datatypes): fully remove unused DataType.name Apr 21, 2025
@cpcloud cpcloud added the breaking change Changes that introduce an API break at any level label Apr 21, 2025
@cpcloud cpcloud added this to the 11.0 milestone Apr 21, 2025
@github-actions github-actions bot added the sql Backends that generate SQL label Apr 21, 2025
@NickCrews NickCrews force-pushed the deprecate-DataType.name branch 4 times, most recently from 43b09f1 to 991475c Compare April 23, 2025 13:34
@NickCrews NickCrews force-pushed the deprecate-DataType.name branch from 991475c to d38d35a Compare April 23, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Changes that introduce an API break at any level datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) sql Backends that generate SQL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants