Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary function and lots of linting #132

Merged
merged 78 commits into from
Aug 15, 2024
Merged

Remove unnecessary function and lots of linting #132

merged 78 commits into from
Aug 15, 2024

Conversation

fsoubelet
Copy link
Member

@fsoubelet fsoubelet commented Aug 15, 2024

Three things in this PR:

Lots of linting throughout the code, with no functionality change.

Removed some skipif marks that skipped the relevant tests for Python <3.8 since we require 3.9 minimum now.

The removal of the _autoset_pandas_types function. It was essentially a workaround for the potential raise of ValueError in df.convert_dtypes(). That raise was a mistake in pandas which was resolved in pandas 1.3.0. Since we now require pandas >= 2.1 it can be removed.

No need for a release after merge.

@fsoubelet fsoubelet added Type: Feature A (suggetion for a) new feature or enhancement in functionality. Minor labels Aug 15, 2024
@fsoubelet fsoubelet requested a review from JoschD August 15, 2024 13:25
@fsoubelet fsoubelet self-assigned this Aug 15, 2024
@fsoubelet
Copy link
Member Author

Getting GitHub Actions has encountered an internal error when running your job. at the moment, GitHub may be running into issues like last night.

@fsoubelet fsoubelet requested a review from JoschD August 15, 2024 13:59
@fsoubelet fsoubelet merged commit 7051595 into master Aug 15, 2024
21 checks passed
@fsoubelet fsoubelet deleted the linting branch August 15, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature A (suggetion for a) new feature or enhancement in functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants