Skip to content

MAINT - Removing some deprecated features#1567

Merged
rcap107 merged 29 commits into
skrub-data:mainfrom
rcap107:remove-deprecated-objects
Dec 10, 2025
Merged

MAINT - Removing some deprecated features#1567
rcap107 merged 29 commits into
skrub-data:mainfrom
rcap107:remove-deprecated-objects

Conversation

@rcap107

@rcap107 rcap107 commented Aug 22, 2025

Copy link
Copy Markdown
Member

Addressing part of #1566

@rcap107 rcap107 changed the title Removing deprecated features Removing some deprecated features Aug 22, 2025
@rcap107 rcap107 added this to the 0.7.0 milestone Aug 28, 2025
@rcap107 rcap107 marked this pull request as ready for review September 17, 2025 13:08
@rcap107

rcap107 commented Sep 17, 2025

Copy link
Copy Markdown
Member Author

Ready for review, to be merged in 0.7.0

@rcap107 rcap107 linked an issue Sep 23, 2025 that may be closed by this pull request
@rcap107 rcap107 marked this pull request as draft October 28, 2025 12:46
@rcap107 rcap107 marked this pull request as ready for review October 28, 2025 13:21
@rcap107 rcap107 changed the title Removing some deprecated features MAINT - Removing some deprecated features Nov 24, 2025
Comment thread skrub/_reporting/_patching.py

@jeromedockes jeromedockes left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks @rcap107 !

Comment thread skrub/conftest.py Outdated
Comment thread skrub/conftest.py Outdated

This ensures that tests run in isolation and don't affect each other's
configuration state, even when running in parallel or in different orders.
This prevents race conditions where one test's config changes could leak

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

the config is stored in thread local data so I'm not sure 'in parallel' or 'race conditions' are really the issue here, but rather that as you say above we want to make sure each test cleans up after itself does not alter the program's global state, possibly affecting subsequent tests

rcap107 and others added 3 commits December 9, 2025 20:24
@rcap107 rcap107 merged commit 684021b into skrub-data:main Dec 10, 2025
29 checks passed
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.

Failing fetch ken embeddings test

2 participants