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

Separate pass model from encoder #9

Open
aydenp opened this issue Nov 25, 2021 · 0 comments
Open

Separate pass model from encoder #9

aydenp opened this issue Nov 25, 2021 · 0 comments
Labels
api breaking Will result in an API change that breaks existing uses enhancement New feature or request
Milestone

Comments

@aydenp
Copy link
Owner

aydenp commented Nov 25, 2021

Currently the PassEncoder is directly fed files that are directly encoded, and can only be used once.

In the future, it would be desirable to have a model which is created in advance and then passed into an instance of PassEncoder which can perform setup and hold any common settings.

This allows for reusing data to create passes, such as a template with a few files with slightly different information.

@aydenp aydenp added the enhancement New feature or request label Nov 25, 2021
@aydenp aydenp added this to the 2.0 milestone Nov 25, 2021
@aydenp aydenp added the api breaking Will result in an API change that breaks existing uses label Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api breaking Will result in an API change that breaks existing uses enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant