Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Better config handling and "components" not mandatory by validation

Choose a tag to compare

@tomdele tomdele released this 31 Jul 10:06
0316fb1
  • Better config paths handling (#85)
    • can use all the "." + something (i.e: ., ./dir, ../, ./../, ../../something, etc) as paths
    • add raises to avoid errors
    • manifest not mandatory anymore (if no anchors in the config)
    • config strings resolved as paths only if they contain $ or start by .
  • Improve circuit validation for virtual nodes (#86)
    • "components" is mandatory by the validation only if the circuit contains nodes other than virtual nodes
  • Fix error when sampling an empty group in NodePopulation.ids (#83)