Flow
Highlights of this release are significant improvements to parallel processing (we no longer use joblib), shared memory, and our first TensorFlow integrations.
What’s Changed
- Reorganize and improve documentation (#169) @mdekstrand
- Improve RecListAnalysis performance and parallelize (#164) @mdekstrand
- Make persistence configurable & reduce open file count (#165) @mdekstrand
- Fix Python versions and conda environments in CI builds (#163) @mdekstrand
- Add TensorFlow support (#159) @mdekstrand
- Improve parallel configuration and docs (#161) @mdekstrand
- Use setup.cfg for all dev deps, including in Conda (#160) @mdekstrand
- Add fit_transform API to Bias (#158) @mdekstrand
- Remove dead code and add tests (#157) @mdekstrand
- Add scikit-learn SVD (#156) @mdekstrand
- Remove old sharing and file APIs (#155) @mdekstrand
- Use ProcessPoolExecutor instead of joblib (#154) @mdekstrand
- Add 'persist' API to sharing (#153) @mdekstrand