Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Enum classes for the channel value formats and post processing flags #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. Add Enum classes in place of the cf_* variables and proc_* variables

    Keep those original variables in file for backwards compatibility but remove their comments and recommend to use the Enum classes instead
    LiamOverett-AMRC committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    27893b4 View commit details
    Browse the repository at this point in the history
  2. Update examples to use the the new Enum classes

    Also update the imports and for the examples to no longer use the aliased `resolve_stream()` function
    LiamOverett-AMRC committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    14f2df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a85c41 View commit details
    Browse the repository at this point in the history