From 09563043fabeaedb4f5ddfac596184720e853871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 18 Mar 2016 20:46:03 +0100 Subject: [PATCH 1/3] bump version to 0.3-4 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index faecec4b8..06164f3c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tibble Encoding: UTF-8 -Version: 0.3-3 +Version: 0.3-4 Title: Simple Data Frames Description: Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames. From e1f4fcdca4e773f6fb32a3796facc7f75f701818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 18 Mar 2016 20:46:16 +0100 Subject: [PATCH 2/3] auto-NEWS --- NEWS.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1da92edf8..cd6990c03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,37 @@ +Version 0.3-4 (2016-03-18) +=== + +bump version to 0.3-4 +Pull prefix/suffix out obj_sum. +And consistently use <> for types everywhere. +Cleaner of implementation obj_sum +Update docs +Rename obj_type to obj_sum +And better integrate with type_sum. +Test subsetting errors +Improve rowname tools docs +Start clarifying role of tbl_df +Remove empty files +Clean out .Rbuildignore +Rewrite vignette to focus on tibbles +Update namespace +Rename vignette to tibble +Update readme +Improve [.tbl_df error message +Special-case obj_type for common vector types +Tests for missing obj_type cases +Remove unused method +Return 0-row but n-col data frame if no data +Improve frame_data docs +And a few minor code tweaks. +Extract out make_unique and simplify tests +Remove unneeded trim_ws +Simpler strategy for repair_names +Combine names2 and init_names +Don't trim ws in repair_names. +Closes #47 + + Version 0.3-3 (2016-03-18) === From 3a363ec033b9990efd45eaae967caf3e1632e163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 18 Mar 2016 20:57:59 +0100 Subject: [PATCH 3/3] edited NEWS --- NEWS.md | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/NEWS.md b/NEWS.md index cd6990c03..61a056e46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,35 +1,14 @@ Version 0.3-4 (2016-03-18) === -bump version to 0.3-4 -Pull prefix/suffix out obj_sum. -And consistently use <> for types everywhere. -Cleaner of implementation obj_sum -Update docs -Rename obj_type to obj_sum -And better integrate with type_sum. -Test subsetting errors -Improve rowname tools docs -Start clarifying role of tbl_df -Remove empty files -Clean out .Rbuildignore -Rewrite vignette to focus on tibbles -Update namespace -Rename vignette to tibble -Update readme -Improve [.tbl_df error message -Special-case obj_type for common vector types -Tests for missing obj_type cases -Remove unused method -Return 0-row but n-col data frame if no data -Improve frame_data docs -And a few minor code tweaks. -Extract out make_unique and simplify tests -Remove unneeded trim_ws -Simpler strategy for repair_names -Combine names2 and init_names -Don't trim ws in repair_names. -Closes #47 +- Renamed `obj_type()` to `obj_sum()`, improvements, better integration with `type_sum()`. +- Add tests. +- Improve documentation and vignette. +- Internal cleanup. +- Improve `[.tbl_df()` error message. +- `frame_data()` returns 0-row but n-col data frame if no data. +- Further cleanup of `repair_names()`. +- Don't trim ws in `repair_names()` (#47). Version 0.3-3 (2016-03-18)