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

Conversation

github-actions[bot]
Copy link

Bump version and CHANGELOG for next release.

Lasica and others added 9 commits November 21, 2022 16:40
For fixing error with labels for nvidia gpus/tpus being not
propagated/transmitted to environments properly
WIP feat: Changed resource config to allow custom values
* Fixed CI

* Fixed CI

* Fixed CI

* Catalog for e2e test adjusted to the latest starter
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>
@szczeles szczeles merged commit d3cff89 into master Feb 27, 2023
@szczeles szczeles deleted the release-0.7.4 branch February 27, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants