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

Add pipeline states to ir #499

Merged
merged 26 commits into from
Sep 20, 2021
Merged

Add pipeline states to ir #499

merged 26 commits into from
Sep 20, 2021

Commits on Aug 10, 2021

  1. Add pipeline states to ir

    Suqi Sun committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b890a7f View commit details
    Browse the repository at this point in the history
  2. Add doc for ir

    Suqi Sun committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    32e2afc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Restructure IR

    Suqi Sun committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    94eb8af View commit details
    Browse the repository at this point in the history
  2. Update IR parse

    Suqi Sun committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0bb4086 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Update selector serialization

    Suqi Sun committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    66e3042 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Add informative error message

    Suqi Sun committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    e856c82 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    dbb7457 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. init implement of Selector serialization/deserialization

    Zhanyuan Zhang committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e9902bc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. passed given unit tests

    Zhanyuan Zhang committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5569009 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:asyml/forte into selector_seriali…

    …zation
    Zhanyuan Zhang committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    2dcf3ec View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    90ecbe0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https:/mylibrar/forte into suqi-…

    …localtest
    Suqi Sun committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5cc028f View commit details
    Browse the repository at this point in the history
  3. Fix pylint err

    Suqi Sun committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6f8a7eb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'suqi-localtest' of github.com:mylibrar/forte into selec…

    …tor_serialization
    Zhanyuan Zhang committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c9ad8bb View commit details
    Browse the repository at this point in the history
  5. resolved PR comments on Selector 1.0

    Zhanyuan Zhang committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7f4df75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from zhanyuanucb/selector_serialization

    Selector serialization
    mylibrar authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6c8a1c5 View commit details
    Browse the repository at this point in the history
  7. Fix lint issue

    Suqi Sun committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e726683 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. pipeline calls selectors' method

    Zhanyuan Zhang committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    300e1b7 View commit details
    Browse the repository at this point in the history
  2. removed is_initialized property from Selector

    Zhanyuan Zhang committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    95b602c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. implemented Selector initialize method

    Zhanyuan Zhang committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ded754c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge pull request #2 from zhanyuanucb/init_selector

    Initialize selectors
    mylibrar authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ef7b5b0 View commit details
    Browse the repository at this point in the history
  2. Fix black issue

    Suqi Sun committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    88798f2 View commit details
    Browse the repository at this point in the history
  3. Ignore too-many-public-methods pylint error

    Suqi Sun committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7268cd4 View commit details
    Browse the repository at this point in the history
  4. Fix mypy error

    Suqi Sun committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c4b0ac0 View commit details
    Browse the repository at this point in the history
  5. Fix black issue

    Suqi Sun committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b3de999 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    7299fd6 View commit details
    Browse the repository at this point in the history