All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
https://github.com/mundialis/actinia_core/compare/2.3.0...main
- raster_layers endpoint: fix missing endpoint name by @neteler in #14
released from master
- GHA to build wheel and add to release by @mmacata
- test scripts: remove debug output by @neteler in #11
released from master
- New raster layer sampling endpoint "sampling_sync" by @neteler in #7
- New vector layer sampling endpoint "sampling_sync" by @neteler in #8
released from master
- #6 from mundialis/version2: Use URL_PREFIX from actinia_core app
released from master
- Move actinia_core imports #5
released from master
- internal release
released from master
- Initial upload
Autogenerated with:
curl https://api.github.com/repos/mundialis/actinia_statistic_plugin/releases?per_page=50 | jq -r '.[] | "## [\(.tag_name)] - \(.published_at | strptime("%Y-%m-%dT%H:%M:%SZ") | strftime("%Y-%m-%d"))\nreleased from \(.target_commitish)\n\(.body) \n"'
After that, the release entries need to be sorted correctly.