This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
v1.0.0
New Features:
- added docstrings and auto-generated documentation. (see
/docs
) - further internal changes:
- added a
pyproject.toml
configuration file - added
poetry
for dependency management and publishing - added Python formatting (
black
) and documentation checking to CI - updated README to include more examples
- added a
Breaking Changes:
- added requirement for Python 3.6+
- refactored all
NML
,Node
,Tree
,Comment
, ... objects to inherit directly fromnamedtuple