What's Changed
* Version 0.2.0 by tohtsky in https://github.com/tohtsky/irspack/pull/89
* Drop Python3.6 support & Fix test by tohtsky in https://github.com/tohtsky/irspack/pull/90
**Full Changelog**: https://github.com/tohtsky/irspack/compare/v0.1.20...v0.2.0
Breaking Changes
- iALS's confidence parameter `alpha` is now reparametrized by `alpha0 = 1 / alpha` (roughtly) following ["Revisiting the Performance of iALS on Item Recommendation Benchmarks"](https://arxiv.org/abs/2110.14037)
- Dropped the user cold start module.