Skip to content

Commit

Permalink
Updating description and news
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Feb 6, 2018
1 parent b7096d5 commit 8daa6d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shades
Version: 1.0.0
Date: 2018-01-10
Version: 1.1.0
Date: 2018-02-06
Title: Simple Colour Manipulation
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Significant changes to the shades package are laid out below for each release.

===============================================================================

VERSION 1.1.0

- The dichromat() function now offers a pass-through (normal colour vision)
option, and is also vectorised over its second argument (#3). Some of the
coefficients it uses internally are now pre-calculated and cached for
efficiency.
- There is now a print method for vectors of class shade.
- An empty shade vector is now explicitly an error.
- The README now includes an example of using shades with ggplot2 (#2), as
well as links to several related packages.

===============================================================================

VERSION 1.0.0

- Support for two new colour spaces has been added: LMS, a direct
Expand Down

0 comments on commit 8daa6d2

Please sign in to comment.