All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for cupy & cuml (#23) @zethson
- Add GPU CI (#15) @zethson
- Add support for 3D imputation (#14) @zethson
- Require Python 3.12+ (#13) @zethson
- Iterative imputation for very sparse datasets
- Python 3.9 compatibility
- Fixed mean imputation
- First implementation of FaissImputer
- mean, median, weighted for strategies