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

Experimental API Changing #80

Closed
wants to merge 4 commits into from
Closed

Experimental API Changing #80

wants to merge 4 commits into from

Conversation

HCookie
Copy link
Collaborator

@HCookie HCookie commented Oct 19, 2023

Add an experimental feature to allow dynamic API changing.

>>> import scores.experimental
>>> from scores.experimental import api as scores_api
>>> with scores.experimental.source('NEWAPI'):
            scores_api.api.continuous # Will be NEWAPI wrapper around said function

This could be used to wrap any of the scores functions with a preprocessing step specific to a certain use case, or connect to another downsteam use case.

@tennlee
Copy link
Collaborator

tennlee commented Nov 11, 2023

Discussed with the author. Keeping the branch as a useful demonstration of the approach, but no plan to merge at this stage until much later in the roadmap when a number of things are clearer.

@tennlee tennlee closed this Nov 11, 2023
@tennlee tennlee deleted the Experimental-pytorch branch May 22, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants