Releases: JuliaGraphics/Colorfy.jl
Releases · JuliaGraphics/Colorfy.jl
v1.1.0
Colorfy v1.1.0
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#28) (@dependabot[bot])
- Handle fixed-point
Q0f
colors by converting them to float (#29) (@eliascarv)
v1.0.1
Colorfy v1.0.1
Merged pull requests:
- CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#26) (@github-actions[bot])
- Add support for color range with units (#27) (@eliascarv)
v1.0.0
Colorfy v1.0.0
Merged pull requests:
- Bump peter-evans/create-pull-request from 6 to 7 (#25) (@dependabot[bot])
Closed issues:
- Release v1.0 (#22)
v0.1.6
Colorfy v0.1.6
Merged pull requests:
- Fix StackOverflow in the
defaultalphas
function (#24) (@eliascarv)
v0.1.5
Colorfy v0.1.5
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#21) (@dependabot[bot])
- Add error message for unsupported values (#23) (@eliascarv)
v0.1.4
Colorfy v0.1.4
Merged pull requests:
- Handle
Vector{Union{Missing,T}}
whitout missing values (#20) (@eliascarv)
v0.1.3
Colorfy v0.1.3
Merged pull requests:
- Handle missing values in the
defaultalphas
function (#19) (@eliascarv)
v0.1.2
Colorfy v0.1.2
Merged pull requests:
- Fix the implementation of color mapping for categorical values (#18) (@eliascarv)
v0.1.1
v0.1.0
Colorfy v0.1.0
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#1) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])
- Add docstrings (#4) (@eliascarv)
- Add tests (#5) (@eliascarv)
- Add support for invalid values (#6) (@eliascarv)
- Add Unitful.jl extension (#8) (@eliascarv)
- Add CategoricalArrays.jl extension (#9) (@eliascarv)
- Add Distributions.jl extension (#10) (@eliascarv)
- Add support for dates (#11) (@eliascarv)
- Add
Colorfy.update
function (#12) (@eliascarv) - Add README (#13) (@eliascarv)
- Add
defaultcolorrange
& Renamedefaultscheme
todefaultcolorscheme
(#14) (@eliascarv) - Default alphas for colors are your own alphas (#15) (@eliascarv)