Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 12:10
· 79 commits to master since this release
45fc6a4

ColorTypes v0.10.0

Diff since v0.9.1

Closed issues:

  • Promotion rules for same base color pairs (#129)
  • Adding abstract types for gamut definitions (#139)
  • Adding/migration of gray-to-rgb conversion methods (#144)
  • Improve type hierarchy chart (#145)
  • Organizing test cases (#149)
  • Problem with eltype(RGB) or showing strange "RGB{Any}" (#151)
  • What should base_color_type(TransparentGray) return? (#153)
  • Minor problems with color3types and parametric3 (#154)
  • Problem of constructing ABGR/BGRA with integer arguments (#157)
  • Problems with RGB24/ARGB32 conversions (#163)
  • Further improvements of color_types and so on (#168)
  • HSL color is not correctly showed in juno and not correctly converted to RGB (#173)

Merged pull requests:

  • [RFC] Move type aliases AbstractAGray/AbstractGrayA from Colors.jl (#146) (@kimikage)
  • Move promotion rules from Colors.jl and Add gray-to-rgb conversion methods (#147) (@kimikage)
  • CompatHelper: bump compat for "FixedPointNumbers" to "0.8" (#155) (@github-actions[bot])
  • Organize test cases (Fixes #149) (#158) (@kimikage)
  • Install TagBot as a GitHub Action (#159) (@JuliaTagBot)
  • add isless(a::AbstractGray, b::AbstractGray) (#160) (@alyst)
  • Improve implementation of ccolor (#161) (@timholy)
  • Update type hierarchy chart and Add PkgEval badge (#165) (@kimikage)
  • Improve color_type, base_color_type and base_colorant_type (Fixes #168) (#169) (@kimikage)
  • [Alternative] Improve promotion rules (Fixes #129) (#170) (@kimikage)
  • Fix RGB24/ARGB32 conversions (Fixes #163) (#171) (@kimikage)
  • Fix ABGR/BGRA constructors with integer arguments (Fixes #157) (#172) (@kimikage)
  • Fix display of strange element types within colorant_string_with_eltype (#174) (@kimikage)
  • Version 0.10.0 (#176) (@kimikage)