Skip to content

feat: Assign fields for duplicate cards in constructor#716

Merged
koubaa merged 18 commits intomainfrom
duplicate-card-assign
Feb 17, 2025
Merged

feat: Assign fields for duplicate cards in constructor#716
koubaa merged 18 commits intomainfrom
duplicate-card-assign

Conversation

@koubaa
Copy link
Copy Markdown
Collaborator

@koubaa koubaa commented Feb 14, 2025

Fixes #685

@koubaa koubaa requested a review from a team as a code owner February 14, 2025 20:10
@github-actions github-actions bot added documentation Improvements or additions to documentation testing Anything related to testing labels Feb 14, 2025
floorPart = kwd.Part()
floorPart.parts = pd.DataFrame({"heading": ["Floor"], "pid": [2], "secid": [2], "mid": [1]})
# Part keywords
can_part = kwd.Part(heading="Beer Can", pid=1, secid=1, mid=1, eosid=0)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@kanthadya with this PR, what you requested is now possible.

@koubaa koubaa merged commit f7c50f6 into main Feb 17, 2025
@koubaa koubaa deleted the duplicate-card-assign branch February 17, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow keyword arguments and setters for duplicate cards

2 participants