Releases: petrbouchal/czso
Releases · petrbouchal/czso
czso 0.1.5
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
Deprecated functions
- both exported functions are renamed to
get_czso_catalogue()
andget_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 tovroom
handling of newlines inside fields)
czso 0.1.2
- add per-session caching to
get_catalogue()
andget_table()
, incl. newforce_redownload
parameter
czso 0.1.1
- fixed error when loading zipped files in
get_table()
czso 0.1.0
- first version with functioning core workflow