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

feat!: remove parameter string_representation from infer_data_type #115

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

mbelak-dtml
Copy link
Collaborator

The parameter is no longer used in edvart.

BREAKING CHANGE: Parameter string_representation of edvart.data_types.infer_data_type removed.
Call str on the result instead to get the string representation.

Replaces two calls to `infer_data_type`, once with `string_representation=True` and
once with `string_representation=False`.
@mbelak-dtml mbelak-dtml self-assigned this Aug 31, 2023
@mbelak-dtml mbelak-dtml force-pushed the feat/data-types-remove-string-repr branch 2 times, most recently from 5a350e8 to 98632ae Compare August 31, 2023 12:32
The parameter is no longer used by in `edvart`.

BREAKING CHANGE: Parameter `string_representation` of `edvart.data_types.infer_data_type` removed.
Call `str` on the result instead to get the string representation.
@mbelak-dtml mbelak-dtml force-pushed the feat/data-types-remove-string-repr branch from 98632ae to 02a5fe7 Compare August 31, 2023 12:52
@lukany
Copy link
Contributor

lukany commented Sep 4, 2023

Nice split into refactor and feat!!

@lukany lukany added this pull request to the merge queue Sep 4, 2023
Merged via the queue into main with commit 0bab9ca Sep 4, 2023
5 checks passed
@lukany lukany deleted the feat/data-types-remove-string-repr branch September 4, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants