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

feat: from_sample for IO descriptor #3143

Merged
merged 13 commits into from Nov 9, 2022
Merged

Commits on Nov 7, 2022

  1. feat: from_sample impl

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 7, 2022
    Copy the full SHA
    54ad1ff View commit details
    Browse the repository at this point in the history
  2. feat: from_sample

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 7, 2022
    Copy the full SHA
    166009f View commit details
    Browse the repository at this point in the history
  3. fix: sample shouldn't be a memoryview [skip ci]

    depends on bentoml#3144 to be merged.
    
    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 7, 2022
    Copy the full SHA
    84152a8 View commit details
    Browse the repository at this point in the history
  4. chore: move from_sample deps to optional via io-file

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 7, 2022
    Copy the full SHA
    26993e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. chore: dispatch by types for sample

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    a6c77bd View commit details
    Browse the repository at this point in the history
  2. feat: openapi and dispatcher fix

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    dafcac5 View commit details
    Browse the repository at this point in the history
  3. chore: refactor and __slots__ implementation for Base

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    591418b View commit details
    Browse the repository at this point in the history
  4. fix: types

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    ecd08dd View commit details
    Browse the repository at this point in the history
  5. fix: tests [skip ci]

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    cf6c4a1 View commit details
    Browse the repository at this point in the history
  6. fix: not using singledispatch

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    1eec99d View commit details
    Browse the repository at this point in the history
  7. fix: tests (incremental)

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    dfd860a View commit details
    Browse the repository at this point in the history
  8. fix: different output

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 8, 2022
    Copy the full SHA
    f3f3027 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. chore: update _from_sample implementation

    Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
    aarnphm committed Nov 9, 2022
    Copy the full SHA
    f2df17e View commit details
    Browse the repository at this point in the history