Skip to content

v0.21.6

Compare
Choose a tag to compare
@michaelaye michaelaye released this 16 Feb 06:41
· 166 commits to master since this release

New Features

  • Consolidate classes better (#18)
    • RGB_NOMAP had code that should be a base class
    • SOURCE_PRODUCT has some similarities to BASE_PRODUCT but not close enough to be derived
    • SOURCE_PRODUCT gets its own local_path/remote_path/url/download code segment
    • other products can inherit from SOURCE_PRODUCT and initialize it with the correct PRODUCT_ID string.