* support custom color choices for nodes, background, and fonts in visualization * add a cusotm color visualization example * fix expected visu for test case (use hex codes consistently)
0.4.10
* fixes for GH-3 and GH-4 * added respective test case * build: default to Python v3.9.13 (comes with docker image) because v3.9.16 resulted in glibc error
0.4.9
* support for visualizing only the tbox * change code style to black * set up pre commit hooks
0.4.8
minor fix * specify pyvis version in setup.py to avoid incompatibilities * add logo
0.4.7
fix issues related to data properties with boolean values * correctly handle "False" as a value when using Python inputs * correctly interpret "True" vs "False" when loading from files
0.4.6
changed CI/CD workflow - now uses GitHub actions only * push to main triggers unit tests and release via TestPyPI * manual GitHub release triggers release via PyPI * metadata is kept in src/ontor/_about.py