Releases: Rizhiy/pycs
Releases · Rizhiy/pycs
v6.0.0
v5.3.0
v5.2.0
v5.1.0
v5.0.1
v5.0.0
v5.0.0 (2024-01-31)
Breaking
- refactor: change how cfg variable in config files are initialised to make it easier to parse and less restrictive
BREAKING CHANGE: cfg = CN(cfg)
is no longer allowed, use cfg = schema.init_cfg()
or cfg = cfg.clone()
(a171ed7
)
- refactor: change to use 'schema' as variable name for cfg schema
BREAKING CHANGE: Now only initialised config can be imported as cfg (488109e
)
Feature
-
feat(utils.py): Add warning when extending config file without clone and add tests (
6ea200d
) -
feat(node.py): Add new_allowed as a property (
f5d7a0c
)
Fix
- fix(pyproject.toml): Add missing isort dependency (
d7ed00f
)