Skip to content

Releases: inbo/etnservice

v0.6.0

07 Apr 14:16
7613236

Choose a tag to compare

etnservice 0.6.0

  • Added get_receiver_logs() to fetch receiver logs from the database. The data is returned as a tibble with a column with logs in JSON format. (#117)

v0.5.1

07 Oct 12:25
9b9318c

Choose a tag to compare

etnservice 0.5.1

  • Made sure list_acoustic_project_codes(), list_animal_project_codes(), list_cpod_project_codes() and list_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

01 Oct 08:30

Choose a tag to compare

etnservice 0.5.0

  • Added tag_serial_number to get_acoustic_detections_page(). This argument is a better option as acoustic_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

25 Sep 08:12

Choose a tag to compare

etnservice 0.4.3

  • get_version() now returns the package version as a package_version, numeric_version object instead of as a character string. This allows for easy comparison by the etn package. (#109)

Full Changelog: v0.4.2.9000...v0.4.3

v0.4.2

24 Sep 12:02

Choose a tag to compare

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 via do.call() and extra arguments are passed.
  • arrow is now a formal dependency. The client package etn depends on the availability of the compression lz4 codec. 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

25 Aug 10:06

Choose a tag to compare

etnservice 0.4.1

  • Fix spelling mistake

etnservice 0.4.0

  • Added get_version() which allows users to easily compare their locally installed version of etnservice with 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 function get_acoustic_detections() to make fetching large numbers of detections more efficient. (#85)
  • The depth_in_meters field is not returned as part of get_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 via sensor_value and sensor_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

24 Apr 12:21
e3af51a

Choose a tag to compare

What's Changed

  • Added depth_in_meters field to get_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

23 Apr 08:18
c504b0f

Choose a tag to compare

What's Changed

  • Add function validate_login() to see if credentials allow access to database in #60.
  • Allow rights_holder = NULL in write_dwc() in #69.
  • Add validate_login function to check credentials via API in #67.

Full Changelog: v0.1.2b...v0.2.0

v0.1.2

16 Apr 09:46
73f5ee5

Choose a tag to compare

What's Changed

  • Update README examples in #64
  • 61 update test values on postman in #62
  • Increment version number to 0.1.2 for release in #65
  • Update NEWS.md: add references to issues in #66

Full Changelog: v0.1.1...v0.1.2b

v0.1.1

06 Nov 14:02
e05f10d

Choose a tag to compare

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