Releases: JuliaGraphics/ColorTypes.jl
Releases · JuliaGraphics/ColorTypes.jl
v0.12.0
ColorTypes v0.12.0
Merged pull requests:
- Update workflows (#301) (@kimikage)
- Add test and followup for
StyledStringsExt
(#302) (@kimikage) - Backport "Update workflows (#301)” (#303) (@kimikage)
- Fix unstable
rand
tests (#305) (@kimikage) - Update macOS test targets (#306) (@kimikage)
- Remove redundant pre-register StyledStrings compat (#307) (@tecosaur)
- Remove broken
test_broken
forones
(#308) (@kimikage) - Bump julia-actions/cache from 1 to 2 (#309) (@dependabot[bot])
- Remove deprecated bindings in ColorTypes.jl (#312) (@ViralBShah)
- Tag 0.12 and remove old compat bounds (#313) (@ViralBShah)
- Reduce CI load (#314) (@ViralBShah)
- Update UnitTestArm.yml to remove nightly tests (#315) (@ViralBShah)
Closed issues:
v0.11.5
What's Changed
- Backport recent commits to v0.11 by @stillyslalom in #296
New Contributors
- @stillyslalom made their first contribution in #296
Full Changelog: v0.11.4...v0.11.5
v0.11.4
v0.11.3
v0.11.2
v0.11.1
This is a BREAKING release made mistakenly.
What's Changed
- Update README.md by @kimikage in #253
- Improve
compN
for non-parametricColorAlpha
types by @kimikage in #245 - Simplify display of colors and arrays of colors by @kimikage in #206
- [RFC] (Re-)define
one
forColorant
by @kimikage in #243 - Support alpha(::Number) and ensure alpha/gray return compatible types by @timholy in #177
- [RFC] Use sampler-based Random API by @kimikage in #222
- Update
gamutmin
/gamutmax
based on sRGB gamut by @kimikage in #254 - Make
AbstractGray
an abstract type instead of an alias by @kimikage in #252 - Generalize conversions from/to
Real
by @kimikage in #255 - Modify error messages in constructors by @kimikage in #256
- Remove
eltype_ub
by @kimikage in #258 - [RFC] Redesign color constructors by @kimikage in #197
- Add component iterator by @kimikage in #260
- Add
init
keyword support forreducec
&mapreducec
by @kimikage in #263 - Generalize conversions within the same base color by @kimikage in #264
- Simplify the 0-arg constructor and constructor-like functions by @kimikage in #265
- Support
isequal
by @timholy in #272
Full Changelog: v0.11.0...v0.11.1
v0.11.0
ColorTypes v0.11.0
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 toisless
(#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 abbreviableUnionAll
(#244) (@kimikage) - Move
isfinite
,isinf
,isnan
, andnan
from ColorVectorSpace (#246) (@kimikage) - Move
real(::Type{<:AbstractGray})
from ColorVectorSpace (#248) (@kimikage) - Add error hints for color arithmetic (#249) (@kimikage)
v0.10.12
ColorTypes v0.10.12
Merged pull requests:
v0.10.11
v0.10.10
ColorTypes v0.10.10
Closed issues:
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)