-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test new openff-models w/ pydantic v2 #336
Conversation
I am sure that |
Known errors:
|
Some thing about GUFE key stability |
Calling |
Co-authored-by: Matt Thompson <[email protected]>
Hello @IAlibay! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-08-27 11:43:27 UTC |
Any other of these classes you'd like? For example, I'm probably adding |
^ can still add whatever classes, or more usefully document how to generate them downstream Currently I'm planning to roll with these changes being in Interchange, not a release of |
@mattwthompson can you maybe provide a bit more detail on what you mean by this? I.e. is openff-models not being updated anymore or do you mean the addition of these extra classes are only happening in Interchange? openff-models going away completely is going to be.. a bit of an issue for us, we definitely can't have |
Interchange 0.4.0 doesn't depend on |
Question from today's alchemiscale: should the default strategy be that we vendor openff-models? I.e. is openff-models going to update again or should we go with what's in interchange? |
Let me try vendoring it here to see if it's as easy as I suspect. Should I work off of this branch or a different reference? |
I think for now I would say "don't put any extra work on this" - if we can work out what OpenFF's intended future is, then we can explore the idea of "should we vendor". Read: "I don't want to create any extra work for anyone". |
I don't have plans to make a new release of The relevant files are probably around these parts:
Some complexity can be stripped out if |
Of course, you could also just try not updating at all and see what happens |
Thanks @mattwthompson - @dotsdl did you want to discuss this further? We probably should work out a) if we need to implement the changes, and b) how we go about it. |
We decided that we will proceed with vendoring the components relevant to I think we can close this PR; thank you @mattwthompson for your help with this! |
No description provided.