v2.2.0
OSML Model Runner v2.2.0
This release of the OSML Model Runner (v2.2.0) includes several key updates and improvements. Notable changes include a new feature that counts total succeeded and failed tiles in the region status table, providing more detailed status tracking. Additionally, performance has been enhanced by changing the put_object method to upload_file, ensuring more efficient file uploads. This release also includes important bug fixes, such as deprecating the job_arn
request parameter and renaming "sync" to "sink" to improve terminology consistency. Minor updates, such as a revised .gitignore
file, round out this release.
Breaking Changes:
N/A
Limitations:
N/A
New Dependency:
N/A
Pull Requests Merged
- feature: count total tiles succeeded and failed tiles in the region status table by @duncanBotti in #80
- chore: updating .gitignore file by @drduhe in #82
- fix: deprecate job_arn request parameter by @RanbirAulakh in #83
- fix: rename sync to sink by @markveerman in #84
- fix: change put_object to upload_file to improve performance by @RanbirAulakh in #85
- build: version update to v2.2.0 by @drduhe in #86
New Contributors
- @duncanBotti made their first contribution in #80
- @markveerman made their first contribution in #84
Full Changelog: v2.1.1...v2.1.2