Releases: inbo/etnservice
Releases · inbo/etnservice
v0.6.0
v0.5.1
etnservice 0.5.1
- Made sure
list_acoustic_project_codes(),list_animal_project_codes(),list_cpod_project_codes()andlist_scientific_names()always return values in the same order, regardless of the locale of the computer R is running on. (#116)
Full Changelog: v0.5.0...v0.5.1
v0.5.0
etnservice 0.5.0
- Added
tag_serial_numbertoget_acoustic_detections_page(). This argument is a better option asacoustic_tag_id. Thank you @lottepohl for the suggestion. (#112, inbo/etn#386, #102)
Full Changelog: v0.4.3.9003...v0.5.0
v0.4.3
v0.4.2
etnservice 0.4.2
- Minor change to
get_acoustic_detections_page()to now support ellipsis...to be passed (unused). This is useful when the function is being called viado.call()and extra arguments are passed. arrowis now a formal dependency. The client packageetndepends on the availability of the compressionlz4codec. This codec is not included in a minimal install of OpenCPU. Adding arrow as a formal dependency is a workaround as it forces OpenCPU to install a complete version of arrow.
Full Changelog: 0.4.1.9000...v0.4.2
v0.4.1
etnservice 0.4.1
- Fix spelling mistake
etnservice 0.4.0
- Added
get_version()which allows users to easily compare their locally installed version ofetnservicewith the one deployed on the OpenCPU API. (#81) - Added
get_acoustic_detections_page()which fetches a single page from the new detections view. This function allows paginated access and is to be called by the etn package functionget_acoustic_detections()to make fetching large numbers of detections more efficient. (#85) - The
depth_in_metersfield is not returned as part ofget_acoustic_detections_page(), this was a calculated field that has proved unreliable. It was also causing performance issues in the database. As an alternative depth can (sometimes) be retrieved viasensor_valueandsensor_unit, which will be more dependable than a calculation based on slope.
Full Changelog: v0.3.0.9008...v0.4.1
etnservice 0.3.0
What's Changed
- Added
depth_in_metersfield toget_acoustic_detections()to achieve feature parity with the etn package (#72, inbo/etn#274).
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.2
v0.1.1
What's Changed
- Added badges to the readme
- Improvements to CI, note that tests and examples are not checked on github. These still need to be checked on a machine that has access to the ETN database.
Full Changelog: v0.1.0...v0.1.1