Skip to content

Latest commit

 

History

History
194 lines (121 loc) · 4.57 KB

NEWS.md

File metadata and controls

194 lines (121 loc) · 4.57 KB

replyr 1.0.5 2019-11-01

  • Work on vignette render size.

replyr 1.0.4 2019-07-24

  • Adjust license.

replyr 1.0.3 2019-07-13

  • Try to fix vingette rendering issue.

replyr 1.0.2 2019-07-05

  • Try to fix vingette dependency issue.

replyr 1.0.1 2019-07-04

  • Activate diagrams in vignettes.

replyr 1.0.0 2019-03-31

  • Remove ggplot2 dependence to work around ggplot2 "VECTOR_ELT() can only be applied to a 'list', not a 'double'" breakage.

replyr 0.9.9 2019-01-02

replyr 0.9.8 2018-09-18

  • Force parent.frame.

replyr 0.9.7 2018-07-20

  • Documentation fixes.

replyr 0.9.6 2018-06-23

  • Remove ::: usage.

replyr 0.9.5 2018-05-20

  • Remove diagram rendering in vingettes.
  • Get rid of eval() calls.

replyr 0.9.4 2018-04-12

  • Try to avoid the API breakage dplyr 0.7.5 is sending out.

replyr 0.9.3 2018-04-03

  • Demote replyr to maintenance mode.
  • Attempt work around dependency errors.
  • Further reduce direct dependencies.
  • Clean SQL up a bit.
  • Fix new errors caught on CRAN.
  • Stop re-exports.

replyr 0.9.2 2018-03-11

  • Move to wrapr 1.2.0
  • Get rid of use of old underbar forms (futureproof code).
  • Improve replyr_summary().
  • Reduce dependencies.

replyr 0.9.1 2018-01-20

  • Minor documentation fixes.
  • Don't try to make land eager.
  • Move to wrapr 1.1.0
  • Remove query bind rows.

replyr 0.9.0 2017-11-11

  • Re-base on cdata 0.5.0

replyr 0.8.3 2017-11-10

  • Fix some corner cases in replyr_summary() and replyr_nrow().
  • Add compute option to replyr_summary().
  • Strengthen dplyr_src_to_db_handle().
  • Default Q() to not strict.
  • Allow choice of compute function in executeLeftJoinPlan().
  • Remove dup columns by name in moveValuesToColumnsQ().
  • Remove deprecated older pivot/un-pivot code.

replyr 0.8.2 2017-10-29

  • More checks on pivot/un-pivot.
  • Deprecate older pivot/un-pivot code.
  • Switch to insert based bind_rows.
  • Fix db quoting.

replyr 0.8.0 2017-10-21

  • Bulk SQL row/column ops.
  • Bump up dependencies.

replyr 0.5.4 2017-10-19

  • Work around ncol() issue.
  • Work around many nrow() issues.
  • Temp name generator work in lower case.

replyr 0.5.3 2017-08-28

  • Fix column selector in replyr_summarize().
  • Fix graph layout a bit.
  • Fix column selector in replyr_summarize().
  • Fix compatability with next version of DiagrammeR

replyr 0.5.2 2017-07-31

  • More forgiving mapping fn.

replyr 0.5.1 2017-07-12

  • Allow non-strict names in some cases.

replyr 0.5.0 2017-07-08

  • Start switch over to dot block pipe.

replyr 0.4.2 2017-07-05

  • fix spelling of tableDescription()
  • add diagrams to join controller.
  • prepare for sparklyr rbind().

replyr 0.4.0 2017-06-12

  • Introduce executeLeftJoinPlan join controller.
  • Introduce replyr::replyr_apply_f_mapped.
  • better detection of data service providers.
  • Documentation corrections and improvements.
  • Add optional class annotation when moving values to rows.
  • Adapt to stricter wrapr signatures.
  • prepare for dplyr 0.6.0/0.7.0

replyr 0.3.01 2017-05-13

  • much better tracking of temp-handle names.
  • more tests/checks.

replyr 0.2.6 2017-05-08

  • use dplyr::ungroup a few places.
  • add replyr::expandColumn.
  • deal with logical and list columns in summary.

replyr 0.2.5 2017-04-14

replyr 0.2.4 2017-03-13

  • Respond to "CRAN packages maintained by you" request (images in root dir).
  • Fix unique_values can't use "n" issue.
  • Fix sd on SQLite issue.

replyr 0.2.3 2017-02-20

  • Move "let()" to wrapr https://github.com/WinVector/wrapr .
  • add replyr_coalesce.
  • Add many work-arounds for different remote data stores.
  • Make minimal Spark version: 2.0.0.
  • replyr_bind_rows reorder and intersect column names.

replyr 0.2.2 2017-02-04

  • Add Debug* functions.

replyr 0.2.1 2017-01-21

  • Excise direct use of lazyeval.
  • Drop gather/spread simulations.
  • Change default gapply to split.

replyr 0.2.0 2016-12-14

  • Don't wrap let-return, instead eval it (removes need for one set of parenthesis).

replyr 0.1.11 2016-12-14

  • Fix column permutation bug in replyr_summary.
  • Stop replyr_colClasses and replyr_testCols bringing over whole data.frame.
  • Add cumulative sum based quantile, likely to be replaced by general index control.

replyr 0.1.10 2016-12-08

  • First CRAN submission.