What's changed
- Support for sample weights for both k-modes and k-prototypes algorithms, courtesy of kklein (https://github.com/nicodv/kmodes/pull/174, https://github.com/nicodv/kmodes/pull/171)
- Add official support for Python 3.10 (https://github.com/nicodv/kmodes/pull/170)
- Bugfix for algorithm convergence (https://github.com/nicodv/kmodes/commit/370d64b1067331b413d641103a52bd4c636ac702)
- Switch internally to `pytest` from `nose` (https://github.com/nicodv/kmodes/pull/170)
- Some small fixes and cleanups
**Full Changelog**: https://github.com/nicodv/kmodes/compare/0.11.1...0.12.0