-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactor Transformation API #248
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
==========================================
- Coverage 99.77% 0.00% -99.78%
==========================================
Files 36 35 -1
Lines 7103 6783 -320
==========================================
- Hits 7087 0 -7087
- Misses 16 6783 +6767
|
Some plans on this were shared at https://www.youtube.com/watch?v=4DwpaqxAKwU |
This has been partially resolved by #349. However, this PR provides some ideas on how to provide an incremental interface for transformation backend attributes that correspond to InfiniteModel objects. |
This seeks to address #105. This constitutes a large undertaking and will take sometime to get right. Once completed, it should open the way up to resolve many of the existing issues.