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!: Add parameter df to method Section.add_cells. #137

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

mbelak-dtml
Copy link
Collaborator

This is a preparation for removing the paramter df from the constructors
of GroupAnalysis and UnivariateAnalysis sections, which currently store df in the class and use
it to decide the code to generate.

BREAKING CHANGE: method add_cells of every section has a new required parameter df.

This is a preparation for removing the paramter `df` from the constructors
of `GroupAnalysis` and `UnivariateAnalysis` sections, which currently store `df` in the class and use
it to decide the code to generate.

BREAKING CHANGE: method `add_cells` of every section has a new required parameter `df`.
@mbelak-dtml mbelak-dtml requested a review from lukany September 19, 2023 11:49
@mbelak-dtml mbelak-dtml self-assigned this Sep 19, 2023
@mbelak-dtml mbelak-dtml requested a review from lukany September 20, 2023 07:57
@lukany lukany added this pull request to the merge queue Sep 20, 2023
Merged via the queue into main with commit 9e22e4a Sep 20, 2023
@lukany lukany deleted the refactor/add-cells-df-parameter branch September 20, 2023 08:48
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