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

Release 0.7.4 #227

Merged
merged 9 commits into from
Feb 27, 2023
Merged

Release 0.7.4 #227

merged 9 commits into from
Feb 27, 2023

Commits on Nov 21, 2022

  1. feat: Changed resource config to allow custom values

    For fixing error with labels for nvidia gpus/tpus being not
    propagated/transmitted to environments properly
    Lasica committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0e8df70 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

    Lasica committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a42bc95 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. cleanup

    Lasica committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6f2514d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e80b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #202 from getindata/resource-cfg-rework

    WIP feat: Changed resource config to allow custom values
    Lasica committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ab70986 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fixed CI (#224)

    * Fixed CI
    
    * Fixed CI
    
    * Fixed CI
    
    * Catalog for e2e test adjusted to the latest starter
    szczeles committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6172cc1 View commit details
    Browse the repository at this point in the history
  2. Added support for kedro namespaces for parameters (#223)

    Now params which defined as `outer_namespace.inner_namespace.param_name` converted to the following structure before adding to pipeline:
    
    ```json
    {
      "outer_namespace": {
          "inner_namespace": {
            "param_name": "value",
            ...
          },
          "another_inner_namespace": {
            "param_name": "value"
            ...
          }
      }
    }
    ```
    
    Added support for kedro namespaces for parameters
    
    Now params which defined as `outer_namespace.inner_namespace.param_name` converted to the following structure before adding to pipeline:
    
    ```json
    {
      "outer_namespace": {
          "inner_namespace": {
            "param_name": "value",
            ...
          },
          "another_inner_namespace": {
            "param_name": "value"
            ...
          }
      }
    }
    ```
    
    Co-authored-by: Dmitriy_Lamzin <dmitriy_lamzin@epam.com>
    DmitriyLamzin and Dmitriy_Lamzin committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ef84321 View commit details
    Browse the repository at this point in the history
  3. FIX #227 - Bump version and CHANGELOG for release 0.7.4

    github-actions committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e87bcf3 View commit details
    Browse the repository at this point in the history