Skip to content

0.3.0

tagged this 13 May 23:41
You can now use expression to define partial dependencies like:

```python
x_squared = R("x") ** 2
x_squared_equals_four =  x_squared == 4
Requires(x_squared_equals_four, "y")  # when x^2 == 4, y is required
```
Assets 2
Loading