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
Now that enums are going to be added to the stdlib (and afew backports have emerged), we should probably update modeltools to use them. Maybe we could extend them and add some convenience methods (like choices()).
Now that enums are going to be added to the stdlib (and a few backports have emerged), we should probably update modeltools to use them. Maybe we could extend them and add some convenience methods (like
choices()).This would be a breaking change.