Skip to content

Releases: petrbouchal/czso

czso 0.1.5

28 Feb 19:33
Compare
Choose a tag to compare

Improvements

  • get_czso_catalogue() is now much faster as it uses the open data catalogue's API instead of donwloading a huge CSV list of all datasets. It is less flexible as it does not allow direct filtering.
  • handle encoding of some older datasets, which may not be UTF-8

czso 0.1.3

27 Jan 13:04
Compare
Choose a tag to compare

Deprecated functions

  • both exported functions are renamed to get_czso_catalogue() and get_czso_table() to avoid clashes with other packages; original functions are soft-deprecated and will be removed in future versions.

Bug fixes

  • fix bug in get_czso_catalogue() where an empty tibble was returned because the source CSV was read incorrectly (due to vroom handling of newlines inside fields)

czso 0.1.2

24 Jan 12:02
Compare
Choose a tag to compare
  • add per-session caching to get_catalogue() and get_table(), incl. new force_redownload parameter

czso 0.1.1

23 Jan 12:27
Compare
Choose a tag to compare
  • fixed error when loading zipped files in get_table()

czso 0.1.0

22 Jan 23:38
Compare
Choose a tag to compare
  • first version with functioning core workflow