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

[TypeTransformer] Support non-Any Python types as Any input in workflows #2432

Closed
wants to merge 18 commits into from

Commits on May 25, 2024

  1. [TypeTransformer] support input Non-Any Any Type

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f0963e1 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    449a1c7 View commit details
    Browse the repository at this point in the history
  3. pretty version

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f95109c View commit details
    Browse the repository at this point in the history
  4. fix-test

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dc49973 View commit details
    Browse the repository at this point in the history
  5. support any and non any workflow

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    33ca344 View commit details
    Browse the repository at this point in the history
  6. use metadata [str, Any

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    0b6a8b3 View commit details
    Browse the repository at this point in the history
  7. use try except

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8988464 View commit details
    Browse the repository at this point in the history
  8. add print

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    c6eda1d View commit details
    Browse the repository at this point in the history
  9. add test

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 25, 2024
    Configuration menu
    Copy the full SHA
    4733f0b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. use pydoc to work in local execution

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c9983a3 View commit details
    Browse the repository at this point in the history
  2. python dotted path

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0ac6686 View commit details
    Browse the repository at this point in the history
  3. support dataclass decorator input from command line

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1452650 View commit details
    Browse the repository at this point in the history
  4. add annotations

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ea65394 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. try except List[int]

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8aa1b86 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. use any simple type

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    29bd9d4 View commit details
    Browse the repository at this point in the history
  2. fix hugging face plugin

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    31d60cc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add pingsu's note

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5020e24 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add notes with pingsutw

    Signed-off-by: Future-Outlier <[email protected]>
    Future-Outlier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3f179fc View commit details
    Browse the repository at this point in the history