Skip to content

v2.0.0

Choose a tag to compare

@bozaah bozaah released this 25 Feb 06:08
· 15 commits to main since this release
f96d2fc

Breaking changes

  • Functions get_ag_bulletin() and parse_ag_bulletin() have been defunct because the underlying BOM agricultural bulletin service is no longer available. This removal constitutes a breaking change; please update your code accordingly.
  • Documentation has been updated to reflect the removal of the get_ag_bulletin() and parse_ag_bulletin() functions.
  • Tests for the get_ag_bulletin() and parse_ag_bulletin() functions now errors given that the functions are now defunct.

Bug fixes

  • Fixes Issue 90 with the get_dpird_summaries() function where tests had fixed dates and errors were generated. The tests test-get_dpird_summaries.R have been updated to use previous year from the current date and the tests now pass.
  • Fixes other bugs with the find_stations_in() and function where the function would not return the correct number of stations, given recent adjustments to the weather station infrastructure.

Additional fixes and improvements:

  • Re-documented package to reflect changes
  • Updated test vcr cassette/fixtures
  • Updated BOM-related vignette
  • Updated WORDLIST for spelling checks

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0