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

added static typing to data_utils.py #662

Merged
merged 28 commits into from
Oct 18, 2022

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    84b8fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757076b View commit details
    Browse the repository at this point in the history
  3. removed logging import

    Sanketh7 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8a652e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23bb6ac View commit details
    Browse the repository at this point in the history
  5. fixed formatting with black

    Sanketh7 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    bc44f0d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    ff82975 View commit details
    Browse the repository at this point in the history
  2. changed isinstance to cast

    Sanketh7 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9bd01a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46a6712 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    e4d46f5 View commit details
    Browse the repository at this point in the history
  2. added deleted comment

    Sanketh7 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    30381bb View commit details
    Browse the repository at this point in the history
  3. added is_buf_wrapped back

    Sanketh7 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d12d987 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

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

Commits on Oct 12, 2022

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

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    1654351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca9305 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. added JSONType

    Sanketh7 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7d5b8fb View commit details
    Browse the repository at this point in the history
  2. fixed formatting

    Sanketh7 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7fe1704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0cf544 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    849263b View commit details
    Browse the repository at this point in the history
  5. moved JSONType to _typing.py

    Sanketh7 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9485c9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb9807f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8de0cef View commit details
    Browse the repository at this point in the history
  8. fix docstring

    taylorfturner authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    351462b View commit details
    Browse the repository at this point in the history