You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function finbif_update_cache can be used to update all the
cached objects that have reached their expiration and are no longer
valid.
A restricted data API token can be explicitly declared via the restricted_api argument to finbif_occurrence.
Cached data can use a database as a backend by passing a DBI
database connection object to the package option finbif_cache_path.
Cached data can be assigned a timeout by using a number (hours)
instead of a logical value for the cache argument to finbif_
functions or the package option finbif_use_cache.
Record aggregations with finbif_occurrence can now be combined
with multi-filter requests. Removing duplicate records or aggregate
record combinations can be controlled with the duplicates argument
and adding a column indicating the filter sets can be added with the filter_col argument.
BUG FIXES
Fixed a bug causing an infinite recursion when determining page size
during record download pagination.
Fix bug triggered when using aggregation with some selected
variables.
DEFUNCT
Mapping utilities finland_map, breaks_xy, hist_xy and the plot
method for finbif_occ objects are now defunct.
User access to finbif_records and its classes and methods is now
defunct.
This discussion was created from the release finbif v0.9.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NEW FEATURES
New function
finbif_update_cache
can be used to update all thecached objects that have reached their expiration and are no longer
valid.
A restricted data API token can be explicitly declared via the
restricted_api
argument tofinbif_occurrence
.Cached data can use a database as a backend by passing a
DBI
database connection object to the package option
finbif_cache_path
.Cached data can be assigned a timeout by using a number (hours)
instead of a logical value for the
cache
argument tofinbif_
functions or the package option
finbif_use_cache
.Record aggregations with
finbif_occurrence
can now be combinedwith multi-filter requests. Removing duplicate records or aggregate
record combinations can be controlled with the
duplicates
argumentand adding a column indicating the filter sets can be added with the
filter_col
argument.BUG FIXES
Fixed a bug causing an infinite recursion when determining page size
during record download pagination.
Fix bug triggered when using aggregation with some selected
variables.
DEFUNCT
Mapping utilities
finland_map
,breaks_xy
,hist_xy
and the plotmethod for
finbif_occ
objects are now defunct.User access to
finbif_records
and its classes and methods is nowdefunct.
This discussion was created from the release finbif v0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions