-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove unpackable decorator, use asdict() #233
Conversation
# Conflicts: # requirements-dev.txt
# Conflicts: # requirements-dev.txt # src/pydvl/utils/types.py # tests/utils/test_caching.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! it's just missing a changelog entry and merging the develop branch into it.
How do you always "request changes"?? and how do I mark said changes as done? I have tried resolving the conversation about twine, but it does not affect the "Changes requested" 🤔🤔 Maybe it's the author of the comment who has to resolve it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I have to approve it in order for the review status to change.
Inspired by #232, this PR removes
@unpackable
and usesdataclasses.asdict()
instead