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
- validate_bool_maybe_none is now unused; if we really need it back
we'd make it private and I'd anyways rather add machinery so that
one can just specify it as `[bool, None]` (or `Optional[bool]`) in
_prop_validators.
- validate_hinting will become a plain list after the deprecation
period.
- validate_movie_writer makes it impossible to set movie.writer to
a third-party animation writer, because that third-party module
will necessarily first import matplotlib before being able to
register its writer, and thus the matplotlibrc file will be parsed
before the writer is registered. In any case,
`MovieWriterRegistry.__getitem__` also raises an informative error
on unknown writer names, which should be enough, so let's just
accept any string.
0 commit comments