Releases: neuroinformatics-unit/ethology
v0.1.2
What's Changed
- Make constant attributes in validators class variables by @sfmig in #123
- Add tag filter step to docs and PyPI workflows by @sfmig in #118
- Add "category" as required var in detections and annotations ds by @sfmig in #124
- Set up multi-version docs by @niksirbi in #111
Maintenance
- Update supported Python versions to 3.11 - 3.13 by @niksirbi in #120
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #121
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #130
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #129
New Contributors
Full Changelog: v0.1.1...v0.1.2
Data asset: Australian Camera Trap Dataset mirror
This release is a data asset, containing the COCO-format annotation files from the Australian Camera Trap Dataset (ACTD). This data is used for examples in the ethology package.
Dataset information
- Original Source: Australian Camera Trap Data (ACTD) on Figshare.
- Authors: Sameeruddin Muhammad, Scott Mann, Callum Luke, Chris Pocknee, Supriya Nair, and Jay Nair.
- License: CC BY 4.0.
- Description: Images from camera traps across various sites in Victoria, Australia.
Contents
The compressed file ACTD_COCO_files.zip contains three JSON files with bounding box annotations in COCO format:
1_Terrestrial_group_data_CCT.json2_Region_specific_data_CCT.json3_Feral_animals_data_CCT.json
No modifications have been made to the original data.
Why this mirror?
To ensure reliable access in CI/CD pipelines (GitHub Actions) for the development of the ethology package. We found that the original Figshare source is protected by AWS WAF (Web Application Firewall)
which challenges requests from datacenter IPs, preventing automated downloads in GitHub Actions
and similar CI environments.
Attribution
This data is made available under CC BY 4.0 license. If using this dataset in your own work, please cite the original authors and provide a link to both the original Figshare repository and the CC BY 4.0 license.
File Hash
SHA256: 4019bb11cd360d66d13d9309928195638adf83e95ddec7b0b23e693ec8c7c26b
v0.1.1
v0.1.0
What's Changed
Maintenance
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #107
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #109
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #110
Full Changelog: v0.0.4...v0.1.0
v0.0.2
Init
v0.0.1
Init