Skip to content

Releases: JuliaGraphics/ColorTypes.jl

v0.12.0

22 Oct 16:33
5a3deee
Compare
Choose a tag to compare

ColorTypes v0.12.0

Diff since v0.11.5

Merged pull requests:

Closed issues:

  • Problems with creating 10bit version of YCbCr (#10)
  • Tagbot stopped working? (#287)
  • ARGB32 (and/or AGray32) test failure on aarch64 (#288)
  • LMS conversion using CAT02 is questionable (#294)
  • InvertedGray needed for TIFF MINISWHITE (#295)

v0.11.5

23 Apr 13:52
465277a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.4...v0.11.5

v0.11.4

15 Dec 16:49
Compare
Choose a tag to compare

Merged PRs

  • disable precompilation due to package load time increase (#270)

v0.11.3

15 Dec 16:48
8954c6c
Compare
Choose a tag to compare

Merged PRs

  • Implement 3-colorant mapc (#282)

v0.11.2

15 Dec 16:48
533fbc8
Compare
Choose a tag to compare

Merged PRs

  • Support isequal (#272)

v0.11.1

14 May 12:13
b8ed378
Compare
Choose a tag to compare

This is a BREAKING release made mistakenly.

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

27 Apr 03:33
a9b5382
Compare
Choose a tag to compare

ColorTypes v0.11.0

Diff since v0.10.12

Closed issues:

  • reinterpret problem (#63)
  • Implement RGB16 / RGB565 (#114)
  • Implement RGB8 / RGB332 (#115)
  • ERROR: MethodError: no method matching zero(::Gray{Float64}) (#219)

Merged pull requests:

  • Implement < in addition to isless (#213) (@timholy)
  • Version 0.11.0 (#231) (@kimikage)
  • Move comparison methods to "operations.jl" (#237) (@kimikage)
  • Add zero & oneunit for more types (#238) (@kimikage)
  • Modularize custom type definitions for testing (#239) (@kimikage)
  • Add tests for constructors of TransparentGray and custom types (#240) (@kimikage)
  • Fix test for colorant_string_with_eltype with abbreviable UnionAll (#244) (@kimikage)
  • Move isfinite, isinf, isnan, and nan from ColorVectorSpace (#246) (@kimikage)
  • Move real(::Type{<:AbstractGray}) from ColorVectorSpace (#248) (@kimikage)
  • Add error hints for color arithmetic (#249) (@kimikage)

v0.10.12

13 Mar 02:27
e63f71c
Compare
Choose a tag to compare

ColorTypes v0.10.12

Diff since v0.10.11

Merged pull requests:

  • Fix inference regression on eltypes_supported (#236) (@kimikage)

v0.10.11

12 Mar 11:19
5fc5351
Compare
Choose a tag to compare

ColorTypes v0.10.11

Diff since v0.10.10

Closed issues:

  • Base.parameter_upper_bound was removed in Julia v1.6-DEV (#208)

Merged pull requests:

  • Fix regression of constant propagation in color_type (#233) (@kimikage)
  • Remove assertions in "src/precompile.jl" (#234) (@kimikage)

v0.10.10

03 Mar 23:40
3507106
Compare
Choose a tag to compare

ColorTypes v0.10.10

Diff since v0.10.9

Closed issues:

  • slow rand (#122)
  • Ambiguity in promotion rules (#216)
  • Flaky test (#225)

Merged pull requests:

  • Improve rand speed and add some additional precompiles (#220) (@timholy)
  • Change line ending code of "test/operations.jl" and refactor rand tests (#221) (@kimikage)
  • MassInstallAction: Install the TagBot workflow on this repository (#224) (@timholy)
  • Fix "broken" test which may succeed unintentionally (#226) (@kimikage)
  • Version 0.10.10 (#227) (@kimikage)
  • Generalize == (#228) (@kimikage)