Skip to content

Commit

Permalink
Rephrase news
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Jan 16, 2024
1 parent 8b9f513 commit f2523b4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# camtraptor 0.25.0

Version is now extracted from data package profile (#295) via regex.
- `read_camtrap_dp()` detects Camtrap DP version from `package$profile` using
regex (#295).
This supports reading Camtrap DPs created by the GBIF IPT.

# camtraptor 0.24.0

The fields `angle` and `radius` for event-based observations (the only ones returned by `read_camtrap_dp()` at the moment) are now populated by taking the values in `individualPositionRadius` and `individualPositionAngle` from the very first media-based observation for each `eventID`-`individualID` combination (#291).
- Replicate old Camtrap DP 0.1.6 behaviour and populate `angle` and `radius` for
event-based observations.
Values are taken from the first media-based observation (fields
`individualPositionRadius` and `individualPositionAngle`) for each
`eventID/individualID` combination (#291).

# camtraptor 0.23.0

Fix bug in `read_camtrap_dp()` while reading a Camera Trap Data Package v1.0 (#292).
- Fix bug in `read_camtrap_dp()` when reading a Camtrap DP 1.0 (#292).

# camtraptor 0.22.0

Expand All @@ -18,10 +24,10 @@ Fix bug in `read_camtrap_dp()` while reading a Camera Trap Data Package v1.0 (#2

# camtraptor 0.21.0

- `read_camtrap_dp()` supports Camtrap DP 1.0 (upcoming Agouti export format)
in favour of Camtrap DP 1.0-rc.1 (#284).
To avoid breaking changes to users, it will down-convert Camtrap DP 1.0 to
0.1.6 which is currently used as internal data model for camtraptor.
- `read_camtrap_dp()` supports Camtrap DP 1.0 (upcoming Agouti export format) in
favour of Camtrap DP 1.0-rc.1 (#284).
To avoid breaking changes to users, it will down-convert Camtrap DP 1.0 to 0.1.6
which is currently used as internal data model for camtraptor.
- `get_custom_effort()` now calculates per calendar month/week (#219).
- `write_dwc()` has an updated mapping for dwc_audubon.csv (#274).
- `get_record_table()` returns the number of observed individuals (#279).
Expand Down

0 comments on commit f2523b4

Please sign in to comment.