Skip to content

[MCC-1507099] Python Lib - Make 1.0 Release#43

Merged
afieraru-mdsol merged 2 commits into
mainfrom
feat/MCC-1507099_1.0_Release
Jun 4, 2026
Merged

[MCC-1507099] Python Lib - Make 1.0 Release#43
afieraru-mdsol merged 2 commits into
mainfrom
feat/MCC-1507099_1.0_Release

Conversation

@ibaig-mdsol

Copy link
Copy Markdown
Contributor

feature

Checklist

  • Review the pull request to fix typos and ensure variable/function names are intuitive, etc.
  • Make sure the pull request does not have excessive number of unnecessary commits. Utilize the git commit --amend --no-edit command to reduce commit messages when making small file changes (like changing linespacing).
  • Make sure you have added unit tests for the code changes. Tests should be added in the tests/ folder.
  • Modify docs, if required. Add any new documentation in the doc/ folder.
  • Rebase on latest active development branch (develop/main).

Changes Summary

  • Changed Release Version to 1.0.0 in pyproject.toml file
    -- Please delete the 0.1.0 tag and release before merging
  • Modifications to the jupyter usage file, and Readme markdowns
  • Removed unnecessary markdowns
  • Changed actions version based on warnings from the last GHA release run
image

Deployment Notes

Please delete the 0.1.0 tag and release before merging

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.0 to 1.0.0 in pyproject.toml.
  • Refresh docs: update readme/README-v1.0.0.md, update guides/dataconnect_usage.ipynb, and add guides/transform_example.md; remove dataconnect_setup.md and dataconnect_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.

Comment thread guides/transform_example.md
Comment thread guides/transform_example.md
Comment thread guides/dataconnect_usage.ipynb Outdated
Comment thread guides/dataconnect_usage.ipynb
Comment thread guides/dataconnect_usage.ipynb
Comment thread guides/transform_example.md
Comment thread guides/transform_example.md Outdated
Comment thread guides/transform_example.md
Comment thread guides/transform_example.md
@tchau-mdsol tchau-mdsol added the Open Comments to Address There are open comments remaining that author should address label Jun 2, 2026
@ibaig-mdsol ibaig-mdsol changed the title [MCC-1507099] Python Lib - Make 1.0 Release [DO NOT MERGE] [MCC-1507099] Python Lib - Make 1.0 Release Jun 3, 2026
@ibaig-mdsol ibaig-mdsol added Ready to Merge and removed Do Not Merge Open Comments to Address There are open comments remaining that author should address labels Jun 3, 2026
Comment thread guides/dataconnect_usage.ipynb
@afieraru-mdsol
afieraru-mdsol merged commit 716490c into main Jun 4, 2026
3 checks passed
@ibaig-mdsol
ibaig-mdsol deleted the feat/MCC-1507099_1.0_Release branch June 4, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants