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
Enable loaders in load_name's load order to be pathlib.Path objects, which get formatted like string template loaders (e.g. '/path/to/{name}{suffix}' is equivalent to Path('/path/to/{name}{suffix}')).
Use pattern matching over type checks, speeding up a lot of things.
Align key sorting behaviour between bundled formats when dumping, all of which now keep iteration order of the value being dumped.