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

Test PR to check GitHub Actions for kv/images #1

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

Commits on Jul 20, 2024

  1. Add Image.create() class method

    Allowing str and list input types in addition to None and dict.
    kvid committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5156e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Add and use html_image_rows()

    kvid committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e193700 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update deprecated GitHub Actions and add Python versions (wireviz#408)

    Running 6 different Python versions (3.7 to 3.12) in parallel now.
    NOTE: This is in conflict with wireviz#309, but can be resolved easily in a later PR.
    
    GitHub Actions require an update:
    - actions/upload-artifact@v3 is scheduled for deprecation on November
    30, 2024.
    - Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. 
    - Updating this comes with a breaking change in upload-artifact@v4:
    
    Uploading to the same named Artifact multiple times.
    
    Due to how Artifacts are created in this new version, it is no longer
    possible to upload to the same named Artifact multiple times. You must
    either split the uploads into multiple Artifacts with different names,
    or only upload once. Otherwise you will encounter an error.
    
    The artifact .zip files therefore have the python version added to
    their name.
    martinrieder authored and kvid committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d5224bb View commit details
    Browse the repository at this point in the history