Open Issues Need Help
View All on GitHubAI Summary: This issue proposes standardizing the import alias for the Xarray library throughout the codebase. The current alias `xarr` should be updated to the more common and standard `xr` wherever Xarray is imported and used.
A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
AI Summary: The GitHub release workflow action incorrectly identifies pre-releases due to a regex issue in a bash script. The current regex is quoted, which causes problems in bash, and uses `*` instead of `+`, allowing invalid version matches. The proposed fix involves unquoting the regex and changing `*` to `+` to correctly identify standard semantic versions.
A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.