Open clbarnes opened 9 months ago
Downstream users should note:
threads
is now a keyword-only argument for the query methodsvalidate
should now be a Validation
enum rather than a bool
Validation.min()
does the minimum required, Validation.default() == Validation.all()
which does all. Validations are intflags which should be combined with |
.Volume.contains
:
None
) a simple majority of the rays cast. There are short circuits internally to minimise ray casts where possible.@schlegelp @ceesem , probably best to pin your ncollpyde usage to <0.20 for now, then that can be bumped when the usage is updated.
Supercedes #34