[MCC-1507099] Python Lib - Make 1.0 Release#43
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the library for a v1.0.0 release by bumping the Poetry package version, updating user-facing documentation (README + usage notebook + a new transformation example), removing outdated guide markdowns, and updating GitHub Actions workflow action versions.
Changes:
- Bump package version from
0.1.0to1.0.0inpyproject.toml. - Refresh docs: update
readme/README-v1.0.0.md, updateguides/dataconnect_usage.ipynb, and addguides/transform_example.md; removedataconnect_setup.mdanddataconnect_quickstart.md. - Update workflow action versions in CI/release pipelines.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
readme/README-v1.0.0.md |
Reworks TOC and points setup guidance to the versioned usage notebook + transform example. |
pyproject.toml |
Updates library version to 1.0.0. |
guides/transform_example.md |
Adds a pandas-based transformation/publishing example (currently contains copy/paste-breaking issues). |
guides/dataconnect_usage.ipynb |
Updates version note, setup/install instructions, and expands publish/dry-publish examples (currently contains example correctness issues + a typo). |
guides/dataconnect_setup.md |
Removed (superseded by notebook-based docs). |
guides/dataconnect_quickstart.md |
Removed (superseded by notebook-based docs). |
.github/workflows/release.yml |
Updates checkout/setup-python action versions. |
.github/workflows/ci.yml |
Updates checkout/setup-python action versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tchau-mdsol
reviewed
Jun 2, 2026
tchau-mdsol
reviewed
Jun 2, 2026
tchau-mdsol
reviewed
Jun 2, 2026
tchau-mdsol
reviewed
Jun 2, 2026
tchau-mdsol
reviewed
Jun 3, 2026
afieraru-mdsol
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feature
Python LibMCC-1507099Checklist
git commit --amend --no-editcommand to reduce commit messages when making small file changes (like changing linespacing).tests/folder.doc/folder.Changes Summary
1.0.0inpyproject.tomlfile-- Please delete the
0.1.0tag and release before mergingDeployment Notes
Please delete the
0.1.0tag and release before merging