Skip to content

v1.0.0

Compare
Choose a tag to compare
@krlmlr krlmlr released this 16 Jun 13:12
· 1106 commits to main since this release

What's Changed

  • feat: Add dbplyr translations for clock::add_days(), clock::add_years(), clock::get_day(), clock::get_month(), and clock::get_year() by @edward-burn in #153
  • feat: New sort argument to rel_order() by @toppyy in #168
  • feat: round() duckdb translation uses ROUND_EVEN() instead of ROUND() by @lschneiderbauer in #157
  • chore: n_distinct() followup by @lschneiderbauer in #158
  • feat: Add dbplyr translations for clock::date_count_between() by @edward-burn in #166
  • fix: Correct usage of win_current_group() instead of win_current_order() in SQL translation by @lschneiderbauer in #175
  • fix: Avoid triggering re2 in tests by @krlmlr in #176
  • feat: Support fetching MAP type by @hannes in #165

New Contributors

Full Changelog: v0.10.2...v1.0.0