Skip to content

Prepare release 11 0 0 3#562

Merged
tramora merged 4 commits intomainfrom
prepare-release-11-0-0-3
Mar 6, 2026
Merged

Prepare release 11 0 0 3#562
tramora merged 4 commits intomainfrom
prepare-release-11-0-0-3

Conversation

@tramora
Copy link
Collaborator

@tramora tramora commented Mar 5, 2026

Closes #561


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

@tramora tramora self-assigned this Mar 5, 2026
@tramora tramora requested a review from popescu-v March 5, 2026 13:53
Copy link
Collaborator

@popescu-v popescu-v left a comment

Choose a reason for hiding this comment

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

Add commit to silence Pandas 2.3.3 / Python 3.10 deprecation warning on tests/test_sklearn.py: replace root_table_data.replace({"Class": {"EI": 1, "IE": 2, "N": 3}}, inplace=True) with root_table = root_table_data.replace({"Class": {"EI": 1, "IE": 2, "N": 3}}).infer_objects(). Thus, we make sure that in Pandas 3+ the sole column dtype of that dataframe is in64 rather than object, thus the same behavior as in Pandas 2.3.3 would be kept.

@tramora
Copy link
Collaborator Author

tramora commented Mar 5, 2026

Add commit to silence Pandas 2.3.3 / Python 3.10 deprecation warning on tests/test_sklearn.py: replace root_table_data.replace({"Class": {"EI": 1, "IE": 2, "N": 3}}, inplace=True) with root_table = root_table_data.replace({"Class": {"EI": 1, "IE": 2, "N": 3}}).infer_objects(). Thus, we make sure that in Pandas 3+ the sole column dtype of that dataframe is in64 rather than object, thus the same behavior as in Pandas 2.3.3 would be kept.

I added the explicit call to infer_objects()

@tramora tramora requested a review from popescu-v March 5, 2026 14:43
@tramora tramora force-pushed the prepare-release-11-0-0-3 branch 2 times, most recently from ffa7d41 to e5f1646 Compare March 5, 2026 15:45
Thierry RAMORASOAVINA added 4 commits March 5, 2026 22:34
@tramora tramora force-pushed the prepare-release-11-0-0-3 branch from e5f1646 to 62ef97a Compare March 5, 2026 21:35
@tramora tramora merged commit f70cdd9 into main Mar 6, 2026
25 checks passed
@tramora tramora deleted the prepare-release-11-0-0-3 branch March 6, 2026 09:28
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.

Prepare the 11.0.0.3 Release

2 participants