Skip to content

Releases: felixocker/ontor

v0.4.11

04 Mar 10:29
Compare
Choose a tag to compare
  • 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)

v0.4.10

23 Dec 16:46
Compare
Choose a tag to compare
  • 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

v0.4.9

17 Nov 11:48
Compare
Choose a tag to compare
  • support for visualizing only the tbox
  • change code style to black
  • set up pre commit hooks

v0.4.8

27 Oct 14:13
Compare
Choose a tag to compare

minor fix

  • specify pyvis version in setup.py to avoid incompatibilities
  • add logo

v0.4.7

19 Sep 18:30
Compare
Choose a tag to compare

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

v0.4.6

11 Sep 11:45
Compare
Choose a tag to compare

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