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 deprecated argument to random.shuffle #185

Merged
merged 2 commits into from Jan 31, 2022
Merged

Remove deprecated argument to random.shuffle #185

merged 2 commits into from Jan 31, 2022

Conversation

mdshw5
Copy link
Owner

@mdshw5 mdshw5 commented Jan 31, 2022

https://github.com/mdshw5/pyfaidx/runs/4982115734?check_suite_focus=true#step:8:45

Using default random.shuffle method which is random.random.

@mdshw5 mdshw5 self-assigned this Jan 31, 2022
https://github.com/mdshw5/pyfaidx/runs/5007281791?check_suite_focus=true#step:8:33

Deprecation warning for removal in python 3.12. It looks like the packaging module in setuptools provides support for comparing version strings as an adequate replacement.
@mdshw5 mdshw5 merged commit b6ca41b into master Jan 31, 2022
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.

None yet

1 participant