From 92a2e75c7ed107427fb8f8ac1034c88d5dc5e648 Mon Sep 17 00:00:00 2001 From: aho Date: Mon, 2 Dec 2019 15:40:00 +0100 Subject: [PATCH] Create NEWS.md --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..ab5acb1 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,11 @@ +# startR next release (Release date: ) +- Bugfixes of transform in Start(). Change the default value of param 'extra_cells' to 2. (issue37) +- Bugfixes of chunk function in Utils.R (issue23) +- Bugfixes of paramter 'split_multiselected_dims' in ByChunk.R +- Bugfixes for chunking at dimensions which are assigned with list in Start() (issue38) +- Documentation improvement + +# startR v0.1.3 (Release date: 2019-08-05) +- Add parameter 'use_attributes' in Step(). +- Add paramter 'CDO_module' in Compute(cluster = list()). It is mandatory for using functions which depend on cdo (e.g., s2dverification::CDORemap) in operation. + -- GitLab