Skip to content

v0.3.4

Compare
Choose a tag to compare
@boshek boshek released this 01 May 22:10
· 296 commits to main since this release
v0.3.4
8da3f35

tidyhydat 0.3.4

IMPROVEMENT

  • Added rlang as a dependency and applied tidyeval idiom to more safety control variable environments
  • 15% speed improvement in realtime_dd by elimating loop (#91)
  • 40% speed improvement when querying full provinces (#89)
  • reorganized file naming so that helper functions are placed in utils-* files

BUG FIXES

  • Fixed hy_monthly_flows and hy_monthly_levels date issue (#24)

MINOR IMPROVEMENT

  • realtime tidying now not duplicated and is handled by a function
  • simplified tidyhydat:::station_choice and added more unit testing
  • no longer outputting a message when station_number = "ALL".
  • Exporting pipe (%>%)