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

[release v1.2] Backport v1.6 #1645

Merged
merged 81 commits into from
May 17, 2023
Merged

Commits on May 16, 2023

  1. Data subsystem (#1526)

    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4555578 View commit details
    Browse the repository at this point in the history
  2. Pluck retry from flytekit and into sagemaker (#1411)

    * Remove retry from flytekit's setup.py and regenerate requirements
    
    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    
    * Add to sagemaker
    
    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    
    * Remove retry from sagemaker plugin requirements file
    
    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    
    * Restore doc-requirements.txt
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * Fix bad merge
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f6331ca View commit details
    Browse the repository at this point in the history
  3. Update the pypi wait (#1554)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2731766 View commit details
    Browse the repository at this point in the history
  4. Stream Directories and Files using Flyte (#1512)

    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0c47d46 View commit details
    Browse the repository at this point in the history
  5. Make FlyteFile compatible with Annotated[..., HashMethod] (#1544)

    * fix: Make FlyteFile compatible with Annotated[..., HashMethod]
    
    See issue #3424
    
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    
    * tests: Add test case for FlyteFile with HashMethod annotation
    
    Issue: #3424
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    
    * fix: Use typing_extensions.Annotated for py3.8 compatibility
    
    Issue: #3424
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    
    * fix: Use `get_args` and `get_origin` from typing_extensions for py3.8 compatibility
    
    Issue: #3424
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    
    * fix(tests): Use fixture for local dummy file
    
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    
    ---------
    
    Signed-off-by: Adrian Rumpold <a.rumpold@gmail.com>
    AdrianoKF authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1f7f510 View commit details
    Browse the repository at this point in the history
  6. move FlyteSchema deprecation warning to initialization method (#1558)

    * move FlyteSchema deprecation warning to initialization method
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * update
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    ---------
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    cosmicBboy authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    236309a View commit details
    Browse the repository at this point in the history
  7. add pod_template and pod_template_name arguments for ContainerTask (#…

    …1515)
    
    * add pod_template and pod_template_name arguments for ContainerTask
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    * factor out _serialize_pod_spec into separate util function
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    * model file changes, couple other changes
    
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    
    * minor cleanup
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    * add unit test for container_task pod_template
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    * bump min version of flyteidl to 1.3.12
    
    for pod template data config support
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    * require flyteidl==1.3.12 in doc-requirements.txt
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    
    ---------
    
    Signed-off-by: Felix Ruess <felix.ruess@roboception.de>
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    2 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    756148b View commit details
    Browse the repository at this point in the history
  8. Pass locally defined scopes to RemoteClientConfigStore (#1553)

    Signed-off-by: franco-bocci <franco.bocci@wolt.com>
    franco-bocci authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b22e5e3 View commit details
    Browse the repository at this point in the history
  9. TypeTransformer for TensorFlow model (#1562)

    * TypeTransformer for TensorFlow model
    
    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    
    * clean up
    
    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    
    * clean up
    
    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    
    * fix lint
    
    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    
    ---------
    
    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    samhita-alla authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f0abcc9 View commit details
    Browse the repository at this point in the history
  10. Remove fsspec flytekit plugin from main Dockerfile (#1561)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bd6a7e5 View commit details
    Browse the repository at this point in the history
  11. Device auth flow / Headless auth (#1552)

    * Device auth flow
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * Device AuthFlow is now available in flytekit
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * unit tests
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * test added
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * updated
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * Fixed test
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * Fixed unit test
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * Fixed lint errors
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    ---------
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b757306 View commit details
    Browse the repository at this point in the history
  12. url encode secret in client credentials flow (#1566)

    * url encode secret first
    
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    
    * nit
    
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7e76d4b View commit details
    Browse the repository at this point in the history
  13. Python run multiple files (#1559)

    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * update comment
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    19a0367 View commit details
    Browse the repository at this point in the history
  14. General Partial support in flytekit and multi-list support in flytekit (

    #1556)
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9a31a01 View commit details
    Browse the repository at this point in the history
  15. fix: Silence keyring warnings by changing to debug (#1568)

    Co-authored-by: ggydush-fn <greg.gydush@freenome.com>
    2 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d8c10c6 View commit details
    Browse the repository at this point in the history
  16. Support GCP secrets (#1571)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    06ea83b View commit details
    Browse the repository at this point in the history
  17. Automatically remove unused import (#1574)

    * Automatically remove unused import
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    57e21c2 View commit details
    Browse the repository at this point in the history
  18. Disallow partial lists in map tasks (#1577)

    * Disallow partial lists in map tasks
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * Lint
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    082f8fb View commit details
    Browse the repository at this point in the history
  19. Remove duplicate reporting logic (#1578)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0c0c2ac View commit details
    Browse the repository at this point in the history
  20. [Core feature] Convert List[Any] to a single pickle file (#1535)

    * Convert List[Any] to a single pickle file
    
    * remove redundant code
    
    * keep batchSize only if type contain flytePickle
    
    * fix error
    
    * add batch support to translate_inputs_to_literals
    
    * add ci test
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve comment
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * add more ci test
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * handle HashMethod case
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve format
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * improve
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * add test_is_batchable
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * Add BatchSize
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test_batch_size
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    Co-authored-by: root <root@ip-172-31-10-58.ec2.internal>
    Co-authored-by: Kevin Su <pingsutw@apache.org>
    3 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3ed7f83 View commit details
    Browse the repository at this point in the history
  21. Improve authoring structure documentation (#1572)

    Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
    samhita-alla authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8941718 View commit details
    Browse the repository at this point in the history
  22. Unify sqlalchemy Dockerfiles (#1585)

    * Unify sqlalchemy Dockerfiles
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * Simplifyte sqlalchemy Dockerfile
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * Set pythonpath to /root
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3be7f50 View commit details
    Browse the repository at this point in the history
  23. Pyflyte build imageSpec (#1555)

    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * pyflyte build
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Support serialize and package
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * more tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * move to plugin
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tested
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tested
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * more tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Add support passing yaml in pyflyte run
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a591b7d View commit details
    Browse the repository at this point in the history
  24. Feature/3506: Improve Type Conversion errors, use rich to prettify er…

    …ror messages (#1582)
    
    * improve input type conversion error
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * fix lint
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * fix
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * add tests
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * add tests
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * add rich
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * fix lint
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * remove prototyping script, update loggers
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * update __init__.py
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * update logger
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * update logger
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * fix GE and pandera tests
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    * fix lint
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    
    ---------
    
    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    cosmicBboy authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    915ea43 View commit details
    Browse the repository at this point in the history
  25. Add support nested FlyteFile in pyflyte run (#1587)

    * Add support nested FlyteFile in pyflyte run
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f8cc630 View commit details
    Browse the repository at this point in the history
  26. Set cache_regions=True in the case of s3fs (#1592)

    * Set cache_regions=True in the case of s3fs
    
    * Linting
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * Fix tests
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    * More linting
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8e26a59 View commit details
    Browse the repository at this point in the history
  27. Set default ComSpec when running on Windows (#1595)

    * set default ComSpec when running on Windows
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b60fe84 View commit details
    Browse the repository at this point in the history
  28. Feature: add activate-launchplan command to pyflyte (#1588)

    * add activate-launchplan command to pyflyte
    
    Signed-off-by: Artem Petrov <58334441+wckdman@users.noreply.github.com>
    
    * fix linting
    
    Signed-off-by: Artem Petrov <58334441+wckdman@users.noreply.github.com>
    
    * rework launchplan command
    
    Signed-off-by: Artem Petrov <58334441+wckdman@users.noreply.github.com>
    
    * fix linting
    
    Signed-off-by: Artem Petrov <58334441+wckdman@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Artem Petrov <58334441+wckdman@users.noreply.github.com>
    wckdman authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ec61f34 View commit details
    Browse the repository at this point in the history
  29. nit (#1596)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    34ea031 View commit details
    Browse the repository at this point in the history
  30. Add log streaming to papermill plugin (#1129)

    * checkpoint
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Experimental implementation works well. Instead of messing with the class, we utilize the interpolation and context to dynamically generate a wrapper around the desired script. In the wrapper, we cd to the ctx.working_directory, export the env variables (handled by an additional method to convert dict to str), and then pass the arguments to the script
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fix spacing
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * remove breakpoint
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Output ctx.working_directory as single output
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * more doc strings
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * more comments
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Added comments
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Add tests and test files from other branch
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * minor fix, have function return the instance rather than create. It seems to get registered when flyte packages your project
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fix tests
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * remove set flags not supported by sh
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fix spellcheck lint errors
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * don't have a windows equivalent test script so bypassing those tests for now
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Add typing to make_export_string_from_env_dict params
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fixup doc string
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Refactored the new behavior out into a new class. Did not change implementation details at all
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Address linter issues and up test cov
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Skip test on windows, no equivalent script
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Run black and isort, address SC2236
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Refactored class name to remove _, make utility function require name so multiple uses in a workflow don't break
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fix utility function
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * fix utility function call in tests
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * Fix isort on test_shell.py
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    
    * adding logging settings to papermill plugin
    
    Signed-off-by: Calvin Leather <cleather@embarkvet.com>
    
    * set level to info logging
    
    * improved comments/docs
    
    ---------
    
    Signed-off-by: Mike Zhong <mzhong@embarkvet.com>
    Signed-off-by: Calvin Leather <cleather@embarkvet.com>
    Co-authored-by: Mike Zhong <mzhong@embarkvet.com>
    Co-authored-by: Mike Zhong <mike.zhong89@gmail.com>
    3 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    34326ca View commit details
    Browse the repository at this point in the history
  31. Set lower bound for s3fs (#1598)

    * set lower bound for s3fs
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * update doc-requirements.txt
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a545e9e View commit details
    Browse the repository at this point in the history
  32. Implement horovod task in mpi plugin (#1575)

    * Add horovod task to mpi plugin
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    * Remove unused
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    * add test
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    * inherit from mpifunctiontask
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    * fix format
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    * fix format
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    
    ---------
    
    Signed-off-by: byhsu <byhsu@linkedin.com>
    Co-authored-by: byhsu <byhsu@linkedin.com>
    2 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    083b16b View commit details
    Browse the repository at this point in the history
  33. add ImageRender class for Flyte Decks (#1599)

    Signed-off-by: esad <esad@peridotml.io>
    peridotml authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e3447ce View commit details
    Browse the repository at this point in the history
  34. Bump tensorflow from 2.10.0 to 2.11.1 in /plugins/flytekit-mlflow (#1586

    )
    
    Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.11.1.
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](tensorflow/tensorflow@v2.10.0...v2.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: tensorflow
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2d6aaa5 View commit details
    Browse the repository at this point in the history
  35. Handle batchable lists of length 0 (#1600)

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    Co-authored-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5d4da60 View commit details
    Browse the repository at this point in the history
  36. pyflyte run imperative workflow (#1597)

    * pyflyte run imperative workflow
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5097ee7 View commit details
    Browse the repository at this point in the history
  37. Backfill should fill in the right input vars (#1593)

    * Backfill fix
    
    - Backfill was using incorrect arguments
    - backfill should use the argument that user provides or none at all
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * Updated code
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * fixed unit test
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    ---------
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ac92ce6 View commit details
    Browse the repository at this point in the history
  38. Pyflyte prettified (#1602)

    * Pyflyte prettified
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * added dependency
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    ---------
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    66a3ee6 View commit details
    Browse the repository at this point in the history
  39. pyflyte run now supports json/yaml files (#1606)

    * pyflyte run now supports json files
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * added yaml support
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * fixed parsing
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    * fixed windows test
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    
    ---------
    
    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    kumare3 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    21bd0a7 View commit details
    Browse the repository at this point in the history
  40. Add is_inside func to ImageSpec (#1601)

    * Add is_inside func to ImageSpec
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Add is_inside func to ImageSpec
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Add tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * rename
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * rename
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * check execution mode
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    93179b1 View commit details
    Browse the repository at this point in the history
  41. Measuring the time taken for each component when executing a task (#1581

    )
    
    * add time measurement framework
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * add time measurement framework
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * nit
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * nit
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * nit
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * nit
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    * nit
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    
    ---------
    
    Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
    Yicheng-Lu-llll authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3eaca9c View commit details
    Browse the repository at this point in the history
  42. Skip the image building process if the check for its existence fails (#…

    …1614)
    
    * Fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * add lru cache
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * update
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1df828f View commit details
    Browse the repository at this point in the history
  43. Enable torch elastic training (torchrun) (#1603)

    Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
    Signed-off-by: Fabio Graetz <fabiograetz@googlemail.com>
    
    This PR brings [torch elastic training (`torchrun`)](https://pytorch.org/docs/stable/elastic/run.html) to the pytorch plugin:
    
    ```python
    from flytekitplugins.kfpytorch import Elastic
    
    @task(
        task_config=Elastic(
            replicas=4,
            nproc_per_node=4,
            ...
        ),
        ...
    )
    def train(...):
        ...
    ```
    
    flyteorg/flyte#3614
    fg91 authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c7f20e6 View commit details
    Browse the repository at this point in the history
  44. update sphinx youtube plugin (#1619)

    * update sphinx youtube plugin
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    33a2f32 View commit details
    Browse the repository at this point in the history
  45. Read polar dataframe without copying to local (#1618)

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b2fb4bf View commit details
    Browse the repository at this point in the history
  46. Add default spark image (#1616)

    * Add default spark image
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d778232 View commit details
    Browse the repository at this point in the history
  47. Lazy load modules (#1590)

    * lazy load module
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lazy load module
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * import
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * keep structured dataset in flytekit init
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tess
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * move import pandas to __init__
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * use lazy import loader instead
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * regular import
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fixed tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5a66411 View commit details
    Browse the repository at this point in the history
  48. Override node name with a name containing underscore (#1608)

    * override node_name with a name containing underscore
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * add comment
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7c64c8d View commit details
    Browse the repository at this point in the history
  49. External Plugin Service (grpc) (#1524)

    External Plugin Service
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a04a128 View commit details
    Browse the repository at this point in the history
  50. Include traceback in errors from admin (#1621)

    Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    wild-endeavor authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d9174fd View commit details
    Browse the repository at this point in the history
  51. Add support for copying all the files in source root (#1622)

    * Add support for copying all the files in source root
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Add tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6577c61 View commit details
    Browse the repository at this point in the history
  52. fix PipelineModel transformer issue 3648 (#1623)

    Signed-off-by: esad <esad@peridotml.io>
    peridotml authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4c23c91 View commit details
    Browse the repository at this point in the history
  53. update GH workflow for external plugin service (#1624)

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a7391c9 View commit details
    Browse the repository at this point in the history
  54. [Issue-3617] Enables FlyteFiles, FlyteDirectors, and StructuredDatase…

    …ts inputs in papermill plugin (#1612)
    peridotml authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7409889 View commit details
    Browse the repository at this point in the history
  55. Add support for using a list as an input for a subworkflow (#1605)

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    396080c View commit details
    Browse the repository at this point in the history
  56. Improve task decorator type hints with overload (#1631)

    Without the overload, the decorated function does not have the proper type of PythonFunctionTask, leading to spurious type errors when attempting to register the task on a FlyteRemote object
    
    Signed-off-by: Matthew Hoffman <matthew@protopia.ai>
    ringohoffman authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2fab5db View commit details
    Browse the repository at this point in the history
  57. add annotation option for serialization (#1615)

    * add annotation option for serialization
    
    * add support for guessing type
    
    * formatting
    
    * test both directions
    
    * remove guessing for annotated types
    
    * clarify usage in test
    
    * Update tests/flytekit/unit/core/test_type_engine.py
    
    ---------
    
    Co-authored-by: Eli Bixby <eli@cradle.bio>
    Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    3 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    af17385 View commit details
    Browse the repository at this point in the history
  58. Delete removed data persistence classes from docs (#1633)

    Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
    cosmicBboy authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fc065db View commit details
    Browse the repository at this point in the history
  59. Improve workflow decorator type hints with overload (#1635)

    Previously, the workflow decorator is hinted as always returning a WorkflowBase, which is not true when _workflow_function is None; similar to #1631, we propose using typing.overload to differentiate the return type of workflow based on the value of _workflow_function
    
    Signed-off-by: Matthew Hoffman <matthew@protopia.ai>
    ringohoffman authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ded15a8 View commit details
    Browse the repository at this point in the history
  60. Fix mypy errors (#1313)

    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix mypy errors
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix mypy errors
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * wip
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * fix test
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Update type
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Fix tests
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * update dev-requirements.txt
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * Address comment
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * upgrade torch
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * nit
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    * lint
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    
    ---------
    
    Signed-off-by: Kevin Su <pingsutw@apache.org>
    Signed-off-by: Kevin Su <pingsutw@gmail.com>
    Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
    2 people authored and eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    af49155 View commit details
    Browse the repository at this point in the history
  61. type-protobuf<4

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 16, 2023
    Configuration menu
    Copy the full SHA
    725cdb7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Allow for python 3.7

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    02f7830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6836d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbda9ad View commit details
    Browse the repository at this point in the history
  4. Add maxsize=128 to @lru_cache to cover python 3.7

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8914849 View commit details
    Browse the repository at this point in the history
  5. Lint

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    2178128 View commit details
    Browse the repository at this point in the history
  6. Regenerate doc-requirements.txt

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6059a60 View commit details
    Browse the repository at this point in the history
  7. Add missing call to lru_cache

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f5e4ae5 View commit details
    Browse the repository at this point in the history
  8. Bump version and regenerate requirements in a few plugins

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f24f261 View commit details
    Browse the repository at this point in the history
  9. Revert "Fix mypy errors (#1313)"

    This reverts commit af49155.
    
    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    14fb5b5 View commit details
    Browse the repository at this point in the history
  10. Remove docs

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    184b173 View commit details
    Browse the repository at this point in the history
  11. More linting

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    61d0afc View commit details
    Browse the repository at this point in the history
  12. Fix type of get_type_for_output_var

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5ee2067 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2fd8094 View commit details
    Browse the repository at this point in the history
  14. Replace use of shutil.copytree

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a947a45 View commit details
    Browse the repository at this point in the history
  15. Other use of copytree

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e36e4f6 View commit details
    Browse the repository at this point in the history
  16. Stringify paths in test_script_mode

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d5547e7 View commit details
    Browse the repository at this point in the history
  17. os.path.isfile instead in imagespec

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7a01c0a View commit details
    Browse the repository at this point in the history
  18. Remove tests

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f1c71bb View commit details
    Browse the repository at this point in the history
  19. More linting

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d10cac7 View commit details
    Browse the repository at this point in the history
  20. Remove flaky test

    Signed-off-by: eduardo apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1540d1c View commit details
    Browse the repository at this point in the history