Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 886 Bytes

File metadata and controls

35 lines (21 loc) · 886 Bytes

Changelog

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.

[1.3.0]

  • 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

[1.2.0]

  • Iterative imputation for very sparse datasets

[1.1.1]

  • Python 3.9 compatibility

[1.1.0]

  • Fixed mean imputation

[1.0.0]

Added

  • First implementation of FaissImputer
  • mean, median, weighted for strategies