File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ColorQuantization.jl
2
+ ## Version ` v0.1.3 `
3
+ - ![ Bugfix] [ badge-bugfix ] Fix ` KMeansQuantization ` on fixed-point number color types ([ #14 ] [ pr-14 ] )
4
+
2
5
## Version ` v0.1.2 `
3
6
- ![ Maintenance] [ badge-maintenance ] Make Clustering non-lazy dependency, fix type inference ([ #13 ] [ pr-13 ] )
4
7
@@ -22,6 +25,7 @@ Initial release:
22
25
![Maintenance][badge-maintenance]
23
26
![Documentation][badge-docs]
24
27
-->
28
+ [ pr-14 ] : https://github.com/JuliaImages/ColorQuantization.jl/pull/14
25
29
[ pr-13 ] : https://github.com/JuliaImages/ColorQuantization.jl/pull/13
26
30
[ pr-12 ] : https://github.com/JuliaImages/ColorQuantization.jl/pull/12
27
31
[ pr-1 ] : https://github.com/JuliaImages/ColorQuantization.jl/pull/1
Original file line number Diff line number Diff line change 1
1
name = " ColorQuantization"
2
2
uuid = " 652893fb-f6a0-4a00-a44a-7fb8fac69e01"
3
3
authors = [
" Adrian Hill <[email protected] >" ]
4
- version = " 0.1.2 "
4
+ version = " 0.1.3 "
5
5
6
6
[deps ]
7
7
Clustering = " aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
You can’t perform that action at this time.
0 commit comments