**Additions**
- Functionally equivalent version of NSGA-ii implemented at `ruck.functional.select_nsga2`
+ if `numba` is installed then the function will be JIT compiled for up to 65x faster performance
+ minor differences exist compared to `ruck.external.deap.select_nsga2`, but overall results should be similar.
**Deprecations**
- `ruck.external.deap.select_nsga2` has been deprecated and will be removed in `v0.3.0`