Makes requirements for ml functionality (evosax, flax) optional extras. Users will be prompted if the modules are loaded without the required dependencies installed.
2.0.2
Constrain Evosax requirement due to API change in 0.2.0 release.
2.0.1
Loosen bounds on dependencies, to only require minimum version to allow for more flexibility in downstream use.
2.0.0
- Random keys are now optional parameters of wrapped functions, avoiding the need to pass dummy random keys to every interaction. - Reduction definitions are now wrapped in a class - Add grid transforms on grid spaces
1.0.3
- Add the ability to set the dimensions of spatial interaction space - Nearest neighbour spatial interaction bug-fixes