Recent Releases of hermes_nemisis
hermes_nemisis - v0.2.0
This release includes improvements in preparation for the upcoming second dataflow test. Since the last release, the improvements are as follows:
- Changes to the processing api which adds the new
process_filefunction that can be used by passing a file as aPathobject from thepathlib - Improved logging of the instrument package
- Documentation content and styling improvements
- Bug fixes a permissions bug to the devcontainer
- Switches from using
setup.pytopyproject.tomlfor package
Changelog
- Logging and namespace fix by @ehsteve in https://github.com/HERMES-SOC/hermes_nemisis/pull/4
- Add Cruft Configuration and Cruft Auto PR Github action by @dbarrous in https://github.com/HERMES-SOC/hermes_nemisis/pull/10
- Cruft Template Update by @github-actions in https://github.com/HERMES-SOC/hermes_nemisis/pull/11
- Cruft Template Update by @github-actions in https://github.com/HERMES-SOC/hermes_nemisis/pull/12
- Cruft Template Update by @github-actions in https://github.com/HERMES-SOC/hermes_nemisis/pull/16
- Added
process_filefunction by @ehsteve in https://github.com/HERMES-SOC/hermes_nemisis/pull/15
New Contributors
- @ehsteve made their first contribution in https://github.com/HERMES-SOC/hermes_nemisis/pull/4
- @github-actions made their first contribution in https://github.com/HERMES-SOC/hermes_nemisis/pull/11
Full Changelog: https://github.com/HERMES-SOC/hermes_nemisis/compare/v0.1.0...v0.2.0
- Python
Published by dbarrous about 3 years ago
hermes_nemisis - v0.1.0
v0.1.0 (2022-10-05)
This release follows the HERMES Ground System data flow test that took place on 2022-09-28. This first release includes the following functionality * first draft of python packaging including sphinx documentation based on the sunpy package template * first draft of the documentation that is compliant with the NASA HPD Data Policy 2022 * automated testing and coverage using GitHub actions * initial stubbing of general functions for calibrating data
- Python
Published by ehsteve over 3 years ago