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

Adds literal node #865

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 26, 2022

  1. Adds literal node

    jordan-schneider committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3d3ae1d View commit details
    Browse the repository at this point in the history
  2. Missed a not

    jordan-schneider committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    9338386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78d4dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d302ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c115d7 View commit details
    Browse the repository at this point in the history
  6. Used the wrong type

    jordan-schneider committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1592df4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Update omegaconf/_utils.py

    Co-authored-by: Thomas MK <[email protected]>
    Jordan Schneider and tmke8 authored Mar 13, 2022
    Configuration menu
    Copy the full SHA
    3b8a82f View commit details
    Browse the repository at this point in the history
  2. Update omegaconf/_utils.py

    Co-authored-by: Thomas MK <[email protected]>
    Jordan Schneider and tmke8 authored Mar 13, 2022
    Configuration menu
    Copy the full SHA
    80f9861 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Throws validation error when bare Literal annotation is given for pyt…

    …hon 3.6 and earlier. Adds explicit dependency on typing_extensions. is_literal_type no longer uses string checking hack.
    jordan-schneider committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0737ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4b20c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e2b35 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Adds literal node

    jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    f3b3f75 View commit details
    Browse the repository at this point in the history
  2. Missed a not

    jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    694a032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd9c93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb32fa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89414a8 View commit details
    Browse the repository at this point in the history
  6. Used the wrong type

    jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c86cec5 View commit details
    Browse the repository at this point in the history
  7. Update omegaconf/_utils.py

    Co-authored-by: Thomas MK <[email protected]>
    2 people authored and jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    59eb792 View commit details
    Browse the repository at this point in the history
  8. Update omegaconf/_utils.py

    Co-authored-by: Thomas MK <[email protected]>
    2 people authored and jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    5d1b801 View commit details
    Browse the repository at this point in the history
  9. Throws validation error when bare Literal annotation is given for pyt…

    …hon 3.6 and earlier. Adds explicit dependency on typing_extensions. is_literal_type no longer uses string checking hack.
    jordan-schneider committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e2d950f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fa9593 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d321a4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b69fd38 View commit details
    Browse the repository at this point in the history