v0.25.0
Release created on: 15.04.2023 - 21:34:29
This release reverts changes made to symbols and names in earlier releases. Both features were merged some versions ago, but as shown in #70, a symbol (semantic) can have multiple name styles (syntax).
Changes
- Reworked
Symbolclasses to be a separate class structure. (Formerly derived fromNameclasses). - Derived
AllNamefromSelectedName. - Updated testcases according to the changes in symbols and names.
- Reworked some more
.format(...)calls to f-strings. - Bumped dependencies.
Related Issues:
- Closes #70