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
- Deprecate passing text.latex.unicode/pgf.preamble as None, "None", or
a list of strings -- it's really just a plain string.
- In validators that take "lists", disable passing sets/frozensets,
which are unordered, but not dicts, which have deterministic iteration
order now -- making the code consistent with the comment immediately
above.
- Correctly set `__name__` and `__qualname__` on some more validators,
which helps e.g. troubleshooting test failures.
0 commit comments