Skip to content

Prepare release 11 0 1 0#600

Merged
popescu-v merged 4 commits into
mainfrom
prepare-release-11-0-1-0
Jul 2, 2026
Merged

Prepare release 11 0 1 0#600
popescu-v merged 4 commits into
mainfrom
prepare-release-11-0-1-0

Conversation

@popescu-v

@popescu-v popescu-v commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Release 11.0.1.0


TODO Before Asking for a Review

  • Rebase your branch to the latest version of main (or main-v10)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@popescu-v popescu-v self-assigned this Jul 2, 2026
@popescu-v popescu-v requested a review from tramora July 2, 2026 07:56
# the official PyPI index is also needed for transitive dependencies (for example `impi-rt` on Windows)
Get-Content .\requires-khiops.txt `
| ForEach-Object {python -m pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple $_.toString()}
| ForEach-Object {python -m pip install --index-url https://test.pypi.org/simple $_.toString()}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

well done, as impi-rt was installed before from pypi.org

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment removed.

| ForEach-Object {python -m pip install $_.toString()}
Get-Content .\requires-khiops.txt `
| ForEach-Object {python -m pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple $_.toString()}
| ForEach-Object {python -m pip install --index-url https://test.pypi.org/simple $_.toString()}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

well done, as impi-rt was installed before from pypi.org

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment regarding Pip prioritization removed (a single index is used now).

Comment thread .github/workflows/tests.yml Outdated
@@ -261,7 +261,7 @@ jobs:
python scripts/extract_dependencies_from_pyproject_toml.py -f "pyproject.toml" -s "\n" --khiops-family-only > requires-khiops.txt
# the official PyPI index is also needed for transitive dependencies (for example `impi-rt` on Windows)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This comment is obsolete now, it should be removed

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment removed.

@tramora tramora left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

A comment should be updated in tests.yml (non blocking pb). Everything else is OK to me

@popescu-v popescu-v force-pushed the prepare-release-11-0-1-0 branch from 50fd0d8 to f040c0f Compare July 2, 2026 09:35
@popescu-v popescu-v requested a review from tramora July 2, 2026 09:35
@popescu-v popescu-v force-pushed the prepare-release-11-0-1-0 branch from f040c0f to 84f87c0 Compare July 2, 2026 09:38
@popescu-v popescu-v merged commit cf18d39 into main Jul 2, 2026
20 checks passed
@popescu-v popescu-v deleted the prepare-release-11-0-1-0 branch July 2, 2026 09:41
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.

2 participants