Skip to content

Releases: inbo/etn

etn 2.1.1

03 Sep 13:51
2b5d5b9
Compare
Choose a tag to compare

This release consists of two small changes:

  • write_dwc() now supports uppercase animal_project_codes (#289).
  • Bug fix in write_dwc() where the function would return an error due to an updated dependency (#293).

etn 2.2.0

21 Nov 14:36
326d9e8
Compare
Choose a tag to compare

This release adds the depth_in_meters field to get_acoustic_detections() (#261), it also adds a NEWS.md page where changes in the package will be communicated.

Some further quality of life and bugfixes:

  • Fix issue in download_acoustic_dataset() where some fields were missing from datapackage.json.
  • Stricter unit tests (#268).

Changelog: v2.1.0...v2.2.0

etn 2.1.0

02 Feb 14:36
35e70f3
Compare
Choose a tag to compare

This release adds a new function write_dwc() and fixes some issues in unit tests. It also includes some other minor fixes to internal function use and documentation.

What's Changed

Full Changelog: v2.0.0...v2.1.0

etn 2.0.0

18 Oct 13:32
Compare
Choose a tag to compare

This releases updates the package to make use of the new model and scope of ETN. All issues covered by this release can be found here and include:

  • tag_serial_number is now the primary identifier for tags. Tags can have multiple types, subtypes and sensors. Acoustic information is related to the acoustic_tag_id.
  • acoustic scope remains completely covered, but is now reflected in function names. This allows us to implement additional scopes (e.g. cpod) in the future.
  • Deprecations for old function names.
  • New tutorial on acoustic scope (acoustic_telemetry.Rmd).
  • More natural tests and near full coverage.

etn 1.0.1

04 Oct 09:20
ad52eb9
Compare
Choose a tag to compare

Hotfixes to keep package functional with updates to the ETN database model.

etn 1.0.0

04 Oct 09:19
5381e83
Compare
Choose a tag to compare
Merge pull request #84 from inbo/Remove-doc-helper-functions

Remove doc helper functions