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
- 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.
- can use all the "." + something (i.e:
- Improve circuit validation for virtual nodes (#86)
"components"is mandatory by the validation only if the circuit contains nodes other thanvirtual nodes
- Fix error when sampling an empty group in
NodePopulation.ids(#83)