Skip to content

Python: Remove the left over naming related to FunctionView#5154

Merged
moonbox3 merged 1 commit intomicrosoft:mainfrom
moonbox3:remove_leftover_views
Feb 26, 2024
Merged

Python: Remove the left over naming related to FunctionView#5154
moonbox3 merged 1 commit intomicrosoft:mainfrom
moonbox3:remove_leftover_views

Conversation

@moonbox3
Copy link
Collaborator

Motivation and Context

After closing the large feature branch (#5077) there were a few leftover names that need to be updated to remove things like "FunctionView" (replaced with KernelFunctionMetadata).

Description

Updates are:

Contribution Checklist

@moonbox3 moonbox3 requested a review from a team as a code owner February 26, 2024 15:01
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label Feb 26, 2024
Copy link
Member

@eavanvalkenburg eavanvalkenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Copy link
Contributor

@juliomenendez juliomenendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@moonbox3 moonbox3 added this pull request to the merge queue Feb 26, 2024
Merged via the queue into microsoft:main with commit 2322d2d Feb 26, 2024
@moonbox3 moonbox3 deleted the remove_leftover_views branch February 26, 2024 17:05
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…t#5154)

### Motivation and Context

After closing the large feature branch (microsoft#5077) there were a few leftover
names that need to be updated to remove things like "FunctionView"
(replaced with KernelFunctionMetadata).

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

Updates are:
- Rename a few classes, methods and docstrings to remove references to
FunctionView. Closes microsoft#4628

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024
…t#5154)

### Motivation and Context

After closing the large feature branch (microsoft#5077) there were a few leftover
names that need to be updated to remove things like "FunctionView"
(replaced with KernelFunctionMetadata).

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

Updates are:
- Rename a few classes, methods and docstrings to remove references to
FunctionView. Closes microsoft#4628

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests for the Python Semantic Kernel

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Python: Remove view classes if they are not idiomatic in Python

4 participants