Releases: JuliaGraphics/ColorTypes.jl
Releases · JuliaGraphics/ColorTypes.jl
v0.12.1
ColorTypes v0.12.1
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#316) (@dependabot[bot])
- explicitly qualify
Tuplewhile adding method (#319) (@nsajko)
Closed issues:
- Why
alpha(c::Gray{Q0f15})doesn't work? (#317)
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
randtests (#305) (@kimikage) - Update macOS test targets (#306) (@kimikage)
- Remove redundant pre-register StyledStrings compat (#307) (@tecosaur)
- Remove broken
test_brokenforones(#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
compNfor non-parametricColorAlphatypes by @kimikage in #245 - Simplify display of colors and arrays of colors by @kimikage in #206
- [RFC] (Re-)define
oneforColorantby @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/gamutmaxbased on sRGB gamut by @kimikage in #254 - Make
AbstractGrayan abstract type instead of an alias by @kimikage in #252 - Generalize conversions from/to
Realby @kimikage in #255 - Modify error messages in constructors by @kimikage in #256
- Remove
eltype_ubby @kimikage in #258 - [RFC] Redesign color constructors by @kimikage in #197
- Add component iterator by @kimikage in #260
- Add
initkeyword support forreducec&mapreducecby @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
isequalby @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&oneunitfor more types (#238) (@kimikage) - Modularize custom type definitions for testing (#239) (@kimikage)
- Add tests for constructors of
TransparentGrayand custom types (#240) (@kimikage) - Fix test for
colorant_string_with_eltypewith abbreviableUnionAll(#244) (@kimikage) - Move
isfinite,isinf,isnan, andnanfrom 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: