Releases: JuliaGraphics/Colors.jl
Releases · JuliaGraphics/Colors.jl
v0.12.2
v0.12.1
v0.12.0
Colors v0.12.0
Closed issues:
- Julia 0.6 TODO: write awesome promotion rules (#273)
- [RFC] Whether RGB <-> XYZ conversion should be more faster or be kept simple (#351)
- [RFC] Order of alpha in hex notation of TransparentColor (#AARRGGBB or #RRGGBBAA) (#353)
- Export of
CIE2006_2_CMF
andCIE2006_10_CMF
(#375) - HSI->RGB conversion may return a value out of [0,1] (#378)
- Inconsistency in handling hues (#379)
Merged pull requests:
- [RFC] Add support for parsing 8-digit and 4-digit hex notations (#371) (@kimikage)
- update logo to modernized Julia (#373) (@cormullion)
- Export
CIE2006_2_CMF
andCIE2006_10_CMF
(Fixes #375) (#376) (@kimikage) - Add support for specifying the style of
hex
(#387) (@kimikage) - Use chroma() and hue() (#393) (@kimikage)
- Backport #395 and Release v0.10.2 (#397) (@kimikage)
- Install TagBot as a GitHub Action (#400) (@JuliaTagBot)
- Remove source and test codes from gh-pages (#401) (@kimikage)
- Move promotion rules and some typealiases to ColorTypes.jl v0.10 (#403) (@kimikage)
- Re-categorize docs (#404) (@kimikage)
- Add normalize_hue and Enhance hue handling in
range
(#405) (@kimikage) - Add cross-sectional charts and some examples to docs (#406) (@kimikage)
- Improve HSV/HSL/HSI conversions (Fixes #378, #379) (#407) (@kimikage)
- Re-enable clamping in
hex
(#408) (@kimikage) - Add charts for
colordiff
to docs and Use docstrings for metrics (#409) (@kimikage) - Speed up RGB <--> XYZ conversions again (#410) (@kimikage)
- Add abstract type EuclideanDifferenceMetric (#411) (@kimikage)
- Add example images of simulation of color deficiency (#413) (@kimikage)
v0.10.2
v0.11.2
v0.11.1
v0.10.1
v0.11.0
v0.11.0 (2019-12-18)
Merged pull requests:
v0.10.0
v0.10.0 (2019-12-17)
Closed issues:
- Problems with
RGB24
->Gray
andRGB
->Gray24
conversions (#377) - Test issue please ignore (#363)
- Improvement of named color charts (#359)
- Color parser is both strict and loose (#357)
- Problems with conversion testing (#355)
- Conversion methods should be organized (#354)
- Displaying
TransparentColor
as SVG (#343) show\(\)
may output negative size swatches (#341)- v0.9.5 -> v0.9.6 (#339)
- Dark gray is light (#333)
- The sequential_palette and diverging_palette do not show up in the docs (#331)
- Type stability regression for
mean\(::Array{RGB{N0f8}}\)
from 0.6 to 0.7 (#326) - Please consider deleting Project.toml (#322)
- Limit for displaying vector of colors in IJulia (#317)
- Documenter docs needs testing (#307)
- Is there a function to convert RGB values to hex triplet strings? (#302)
- Failed to precompile Colors on recent 0.7dev (#301)
- does mid work on colormap? (#300)
- A way to make distinguishable_colors output darker, for use on white backgrounds? (#298)
- Bradford transformation (or other CATs) support (#278)
- unexpected results inconvert RGB -> [DIN99d,DIN99dA,ADIN99d] -> RGB (#256)
Merged pull requests:
- CompatHelper: bump compat for "FixedPointNumbers" to "0.7" (#382) (github-actions[bot])
- Version 0.10.0 (#381) (timholy)
- Use RGB accessor functions Gray conversion (#380) (timholy)
- Use inline SVG figures in the documents (#374) (kimikage)
- Add some precompiles (#370) (timholy)
- Add [compat] section to Project.toml (#362) (timholy)
- Modify strictness of color parser (#357) (#360) (kimikage)
- Fix colormap keyword argument handling (#358) (lassepe)
- Remove duplicate test cases and Modify error evaluation methods (#355) (#356) (kimikage)
- Speed up RGB <--> XYZ conversions (#352) (kimikage)
- Fix erroneous
MSC\(h\)
and improve accuracy ofMSC\(h, l\)
(#349) (#350) (kimikage) - Add support for displaying
TransparentColor
as SVG (#343) (#348) (kimikage) - Use stroke instead of fill (rect) with swatch reduction for large matrix (#346) (kimikage)
- Update README, remove Pkgeval badges (#345) (cormullion)
- Several fixes (#344) (timholy)
- Fix negative size swatches in output of show() (#341) (#342) (kimikage)
v0.9.6
v0.9.6 (2019-08-19)
Closed issues:
- Approx wavelength to RGB converter [Suggested addition] (#334)
- Working with 2 bytes (16 bits) colors (#332)
- Fix show() method to reshape a copy (#328)
Merged pull requests:
- enhance Colordiff API (#338) (johnnychen94)
- Support range(start, stop; kwargs...) (#337) (crstnbr)
- work on docs and docstrings (#336) (cormullion)
- Update docs to highlight wavelength to RGB conversion (#335) (ianshmean)