This repository was archived by the owner on May 6, 2025. It is now read-only.
v0.5.0
Potentially breaking changes:
- Significant internal refactoring, notably splitting
staxinto multiple sub-modules, and moving implementations into an_srcfolder. This could break your code if you use internal function likent.utils.typing,nt.utils.utils,nt.utils.Kerneletc. (public API will remain unchanged). This should be easily fixed by updating the imports, e.g.nt.utils -> nt._src.utils.
New features: