forked from cggh/scikit-allel
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating #1
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
Merged
Merged
Updating #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
small tweaks to the documentation
* updated io/vcf_read.py and stats/misc.py for pandas deprecation. changed all occurences of pandas.DataFrame.from_items(items) to pandas.DataFrame.from_dict(OrderedDict(items)) * add missing import * release notes [ci skip]
* add sphinx-issues * update release notes to use sphinx-issues * fix pep8 * fix sphinx problems [ci skip]
* refactor io tests * test and fix for gff3 attributes fill * make windows happy * release notes * fix more fill values
…#235) * test and fix ambiguous subpop test * release notes
* add pytest, upgrade requirements * WIP begin migration to pytest * migrate test style to pytest * WIP migrate test style to pytest * WIP migrate test style to pytest * pytest passes; prep for pyup * release notes [ci skip] * further pytest fixes * recythonize * pytest.warns instead of pytest.raises warnings
* test and fix for tajima d min sites * release notes;
* write attributes to zarr in single op * release notes [ci skip]
* move sfs tests * add n param to sfs functions
* test and correct reference implementation for allele counts map alleles * optimise allele counts map alleles * fix bugs * release notes [ci skip]
* fix nan handling in ld functions * release notes
* allow multiallelics in EHH decay * release notes [ci skip]
* test and fix to avoid rename clashes when reading VCF * release notes [ci skip] * test and fix case insensistive clashes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the project to the last version