Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

41 lines (36 loc) · 1.71 KB

ColorQuantization.jl

Version v0.1.3

  • Bugfix Fix KMeansQuantization on fixed-point number color types (#14)

Version v0.1.2

  • Maintenance Make Clustering non-lazy dependency, fix type inference (#13)

Version v0.1.1

  • Maintenance Update dependencies
  • Maintenance Add Aqua.jl quality assurance test (#12)

Version v0.1.0

Initial release:

  • Feature Add KMeansQuantization (#1)
  • Feature Add UniformQuantization (#1)