From 5886c9eebf89828d4bc8b56a59d03544744195ee Mon Sep 17 00:00:00 2001 From: Jakob Bossek Date: Thu, 21 Jan 2016 22:00:03 +0100 Subject: [PATCH] prepare v1.3 --- DESCRIPTION | 4 ++-- NEWS | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 75c88a0a..f4bfe5df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,8 +5,8 @@ Description: Provides generators for a high number of both single- and multi- objective test functions which are frequently used for the benchmarking of (numerical) optimization algorithms. Moreover, it offers a set of convenient functions to generate, plot and work with objective functions. -Version: 1.1.9000 -Date: 2015-11-24 +Version: 1.2 +Date: 2016-01-21 Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role = c("aut", "cre"))) URL: https://github.com/jakobbossek/smoof diff --git a/NEWS b/NEWS index 9151f405..d8f7365b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ -smoof v1.1.9000 (Release data: xxxx-xx-xx) +smoof v1.2 (Release data: 2016-01-21) ============ +* Added: functions convertToMaximization and convertToMinimization * Added: main parameter for plot and autoplot. By default the function name is used for the plot title. * Fixed: autoplot and plot do not work for wrapped functions.