Features
- Add multicore processing, made possible by making NumPy single-threaded
- Add support for full linear mixed models using `lme4`, replacing `statsmodels`
Bug fixes
- Use all channels by default in `run_model`
- Fix formatting of duplicate epoch indices error message
Other
- Model running is now done sample by sample instead of channel by channel
- Correctness tests for `lm` added