v0.2.0 (2023-03-22)
This release includes improvements in preparation for the upcoming second dataflow test. Since the last release, the improvements are as follows:
- Abstracts the code and adds a config file so that the processing function could support different missions rather than just hermes if they provide a similar
hermes_coreandhermes_instrumentpython package API. - Changes how the process function 'processes' files by using the new process file API the hermes_instrument packages introduce.
What's Changed
- Adding abstraction by @ehsteve in #9
- Support the new Process File Instrument API by @dbarrous in #10
- Add Slack Notification feature to Processing by @dbarrous in #13
New Contributors
Full Changelog: v0.1.0...v0.2.0