From b1a0eb705c6a8df84c94b1c30fb8bfcd41457c81 Mon Sep 17 00:00:00 2001 From: Jon Clayden Date: Mon, 19 Nov 2018 13:56:47 +0000 Subject: [PATCH] Updating description and news --- DESCRIPTION | 4 ++-- NEWS | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3d881d3..9755d00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shades -Version: 1.2.0 -Date: 2018-04-26 +Version: 1.3.0 +Date: 2018-11-19 Title: Simple Colour Manipulation Author: Jon Clayden Maintainer: Jon Clayden diff --git a/NEWS b/NEWS index 4d1a5c4..c3d7020 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,20 @@ Significant changes to the shades package are laid out below for each release. =============================================================================== +VERSION 1.3.0 + +- It is now possible to manipulate palette functions and ggplot2 scales using + the colour manipulation functions in this package (#5, #7). When passed one + of these objects, a modified wrapper object is returned. This allows colour + tweaks to be made to standard scales in ggplot2 plots. See the README for a + visual example. +- The gradient() function now returns a function if its second argument is + missing or NULL. This change is complementary to the one above, allowing + palette functions to be created. +- Conversions from HSV to RGB coordinates are now more precise. + +=============================================================================== + VERSION 1.2.0 - There is now support for transparency, which can be queried or modified