ColorVectorSpace.jl Versions Save

Treat colors as if they are n-vectors for the purposes of arithmetic

v0.10.0

10 months ago

ColorVectorSpace v0.10.0

Diff since v0.9.10

Closed issues:

  • conditionally require SpecialFunctions (#182)
  • Remove SpecialFunctions dep (or replace with Bessels) (#184)

Merged pull requests:

  • conditionally use SpecialFunctions through weak deps or Requires (#186) (@t-bltg)
  • Breaking abs2, tweaked (#188) (@timholy)

v0.9.10

1 year ago

ColorVectorSpace v0.9.10

Diff since v0.9.9

Merged pull requests:

  • Math operations with explicit types (#185) (@myrddin89)

v0.9.9

2 years ago

ColorVectorSpace v0.9.9

Diff since v0.9.8

Merged pull requests:

  • Transition to noisy depwarn for abs2 (#180) (@timholy)

v0.9.8

2 years ago

ColorVectorSpace v0.9.8

Diff since v0.9.7

Merged pull requests:

  • CompatHelper: bump compat for "SpecialFunctions" to "2.0" (#179) (@github-actions[bot])

v0.9.7

2 years ago

ColorVectorSpace v0.9.7

Diff since v0.9.6

Closed issues:

  • Reimplement abs2 (#157)

Merged pull requests:

  • Implement abs2 (#172) (@timholy)
  • Support reductions with Gray{Bool} (#176) (@timholy)
  • Support length on Gray ranges (#177) (@timholy)

v0.9.6

2 years ago

ColorVectorSpace v0.9.6

Diff since v0.9.5

Merged pull requests:

  • update unit test configuration (#173) (@johnnychen94)
  • Fix the definition of MathTypes (#174) (@timholy)
  • Add stdmult (#175) (@timholy)

v0.9.5

3 years ago

ColorVectorSpace v0.9.5

Diff since v0.9.4

Closed issues:

  • nan not defined for HSV (#75)
  • Avoidable overflow errors in division (#154)
  • Broken optimization of Normed multiplication and inefficient multiplication (#166)

Merged pull requests:

  • [RFC] Improve consistency of arithmetic with Bool (#153) (@kimikage)
  • Optimize multiplication operations (#167) (@kimikage)
  • Fix overflow errors in division by Normed/Fixed (#168) (@kimikage)
  • Version 0.9.5 (#170) (@kimikage)

v0.9.4

3 years ago

ColorVectorSpace v0.9.4

Diff since v0.9.3

Closed issues:

  • Necessity of color_rettype (#155)
  • Support for hadamard () for TransparentColors (#160)

Merged pull requests:

  • [RFC] Add more support for color type promotions (#158) (@kimikage)
  • Update RGBRGB output in README.md (#161) (@kimikage)
  • Add support for hadamard() for TransparentGray/TransparentRGB (#162) (@kimikage)
  • Version 0.9.4 (#163) (@kimikage)
  • Add error hints for unsuported operations (#164) (@kimikage)
  • Version 0.9.4 (REDO) (#165) (@kimikage)

v0.9.3

3 years ago

ColorVectorSpace v0.9.3

Diff since v0.9.2

Closed issues:

  • ColorType.gray(x::Real) is no longer needed (#124)
  • Generalization of non-parametric type handling (#146)
  • 3-arg show should be used for human-readable RGBRGB display (#147)
  • could not import Statistics._mean_promote on Julia v1.4 or earlier (#151)

Merged pull requests:

  • Generalize non-parametric type handling (#149) (@kimikage)
  • Make RGBRGB display consistent with Matrix (#150) (@kimikage)
  • Fix warning for importing Statistics._mean_promote (#152) (@kimikage)
  • Clean up verbose or old-style definitions (#156) (@kimikage)
  • Version 0.9.3 (#159) (@kimikage)

v0.9.2

3 years ago

ColorVectorSpace v0.9.2

Diff since v0.9.1

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#143) (@timholy)
  • Add complement migrated from Images.jl (#144) (@kimikage)
  • Fix SpecialFunctions depwarns (#145) (@timholy)