-
Notifications
You must be signed in to change notification settings - Fork 45
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
nobrainer
dataset API rework
#261
Conversation
…ohinds-nb-dataset
for more information, see https://pre-commit.ci
Note that there is a parallel PR in the |
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.
Overall looks like a nice refactor. Tests are failing though. I'm going to tag this PR for a release, so that once this is green and merged, it will create a release.
…ainer into ohinds-nb-dataset
for more information, see https://pre-commit.ci
…ainer into ohinds-nb-dataset
@ohinds - this created a major release. i should have checked the existing labels before tagging a release. i was hoping to avoid major till we settled on api. |
shoot yeah. i didn’t realize that the labels worked in concert like that. i
was just trying to indicate that it was a major changeset. can we undo that?
…On Fri, Sep 1, 2023 at 7:12 PM Satrajit Ghosh ***@***.***> wrote:
@ohinds <https://github.com/ohinds> - this created a major release. i
should have checked the existing labels before tagging a release. i was
hoping to avoid major till we settled on api.
—
Reply to this email directly, view it on GitHub
<#261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVNHYP4Q7C5E5GZUFPAT3XYKIZ3ANCNFSM6AAAAAA4FDOTJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
undo requires a set of steps but we will never be able to release a 1.0.0 since pypi doesn't allow replacing a version that has been released. let's just go with what has happened. |
Types of changes
Summary
Major rework of the
nobrainer
dataset API. This provides much more flexibility in creating and manipulating datasets, e.g. for augmentation, shuffling, repeating, and arbitrary mapping.Fixes #244 and #254.
Checklist
Acknowledgment