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

refactor!: Remove utils.pair_plot function #92

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

mbelak-dtml
Copy link
Collaborator

@mbelak-dtml mbelak-dtml commented Aug 16, 2023

The function is a single line and does not belong in utils module. Moved the implementation directly to the only place where it is called: edvart.bivariate_analysis.PairPlot.

BREAKING CHANGE: The function utils.pair_plot is removed.

The function is a single line and does not belong in `utils` module.
Moved the implementation directly to the only place where it is called:
`bivariate_analysis.PairPlot`.
@mbelak-dtml mbelak-dtml self-assigned this Aug 16, 2023
lukany
lukany previously approved these changes Sep 6, 2023
@lukany lukany added this pull request to the merge queue Sep 6, 2023
@lukany lukany removed this pull request from the merge queue due to a manual request Sep 6, 2023
Copy link
Contributor

@lukany lukany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dismissed approval: I just realized that with refactor! there will be nothing in the changelog without BREAKING_CHANGE footer -> I would add it to PR description.

@mbelak-dtml
Copy link
Collaborator Author

Dismissed approval: I just realized that with refactor! there will be nothing in the changelog without BREAKING_CHANGE footer -> I would add it to PR description.

Good catch. Updated the PR description.

@lukany lukany added this pull request to the merge queue Sep 7, 2023
Merged via the queue into main with commit 81570b1 Sep 7, 2023
10 checks passed
@lukany lukany deleted the refactor/pair-plot-function branch September 7, 2023 12:31
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