You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some ideas for extending the patch YAML system:
enable logical negation for the if conditions (i.e., the Python equivalent of not ...) (ENH enable negation #510)
enable an outer list if syntax where the inner items are dicts (entries are combined via AND) and the outer list items are combined via OR. (can use another template instead)
add a required comment field in the pydantic model so that we can keep the reasons for the patches machine-readable
add a debug field per-patch that would output info as the patch is applied/tested to help people figure out why a patch was not working (this would need to have its own set of conditions so that it didn't print gobs of text)
Here are some ideas for extending the patch YAML system:
if
conditions (i.e., the Python equivalent ofnot ...
) (ENH enable negation #510)enable an outer list(can use another template instead)if
syntax where the inner items are dicts (entries are combined via AND) and the outer list items are combined via OR.comment
field in the pydantic model so that we can keep the reasons for the patches machine-readabledebug
field per-patch that would output info as the patch is applied/tested to help people figure out why a patch was not working (this would need to have its own set of conditions so that it didn't print gobs of text)string.Template
with$
syntax. (ENH allow template strings #513)has_constrains
inif
section (ENH support has constrains #512)cc @jaimergp
The text was updated successfully, but these errors were encountered: