Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Feb 4, 2023
1 parent 0d09413 commit 334630c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ for `g = Gray(0.3)`, ColorVectorSpace returned different values for `abs2(g)` an
This behavior is retained, with a deprecation warning, starting with
ColorVectorSpace 0.9.6.

**In the future**, `abs2` will be defined as `abs2(c) == c⋅c ≈ norm(c)^2`.
This effectively divides the old result by 3; code that imposes thresholds
on `abs2(c)` may need to be updated.
You can obtain that behavior now--and circumvent the deprecation warning--
by using `ColorVectorSpace.Future.abs2(c)`.

We anticipate the following transition schedule:

- Sept 21, 2021: release ColorVectorSpace 0.9.7 with both `abs2` and `Future.abs2`.
Expand All @@ -147,4 +141,4 @@ We anticipate the following transition schedule:
and make `Future.abs2` give a "noisy" depwarn to revert to regular `abs2`.
- *July 1, 2023: remove `Future.abs2`.

The two marked with `*` denote breaking releases.
The line marked with `*` denotes a breaking release.

0 comments on commit 334630c

Please sign in to comment.