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

improve %load_node support full node syntax #3633

Merged
merged 30 commits into from
Feb 26, 2024

Commits on Jan 18, 2024

  1. add docs for line magic

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    581aa14 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'main' of github.com:kedro-org/kedro

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a55b7a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge branch 'main' of github.com:kedro-org/kedro

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    be23b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge branch 'main' of github.com:kedro-org/kedro

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7d9337b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. merge

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    82fefae View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge branch 'main' of github.com:kedro-org/kedro

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2d1d218 View commit details
    Browse the repository at this point in the history
  2. add release note

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5391bed View commit details
    Browse the repository at this point in the history
  3. rename node->node_name

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6bdfdbc View commit details
    Browse the repository at this point in the history
  4. Intrdouce NodeBoundArguments for refactoring - introduce a proper obj…

    …ect instead of generate string for cells directly
    
    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bb15740 View commit details
    Browse the repository at this point in the history
  5. revert accidental chagnes of notebook docs

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    155b073 View commit details
    Browse the repository at this point in the history
  6. revert notes

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fdbba1e View commit details
    Browse the repository at this point in the history
  7. rename variables

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    74e0917 View commit details
    Browse the repository at this point in the history
  8. refactor function call to use the new arg list

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    dfb52a1 View commit details
    Browse the repository at this point in the history
  9. bug fix, should iterate through *args because it can be more than one…

    … element
    
    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    92ed249 View commit details
    Browse the repository at this point in the history
  10. merge with main

    Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
    noklam committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6dc65f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eef51da View commit details
    Browse the repository at this point in the history
  3. Add some tests

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    47f0e02 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add another test

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e1f1a53 View commit details
    Browse the repository at this point in the history
  2. Tests for format_node_inputs_text

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b80d1ef View commit details
    Browse the repository at this point in the history
  3. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7e25fab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a340612 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    9592fbb View commit details
    Browse the repository at this point in the history
  2. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    33c7fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6183143 View commit details
    Browse the repository at this point in the history
  4. Attempt to suppress sphinx warning

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0b4fc64 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'noklam/improve-load-node-support-full-node-syntax' of g…

    …ithub.com:kedro-org/kedro into noklam/improve-load-node-support-full-node-syntax
    lrcouto committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eb96173 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Attempt to suppress sphinx warning

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    433090f View commit details
    Browse the repository at this point in the history
  2. Make NodeBoundArguments private

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2faedf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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