-
Notifications
You must be signed in to change notification settings - Fork 35
Release 0.6.0 #984
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
Comments
@benjeffery @timothymillar anything in flight from y'all? Also @tomwhite anything with the bug tag https://github.com/pystatgen/sgkit/labels/bug that would be easy to squash? The validation tests looking a bit creaky... |
Nothing new from me in the short term but there are a few variable spec issues that'd be nice to close before 0.6.0:
I also still need to document |
Nothing in-flight here, will have a few things for 0.7.0 soon as I'm putting together a tsinfer workflow and polishing up the rough edges. |
It would be nice to add #669 if we can get it working (added to milestone). |
I think we're good to go now here @tomwhite? |
Yes - I will try to do the release today. |
Release instructions are here https://github.com/pystatgen/sgkit/issues/817#issuecomment-1091634891 Updating the documentation is now a two step process: # based on docs.yml
(cd docs; make clean html SPHINXOPTS="-W --keep-going -n")
git clone https://github.com/pystatgen/sgkit.git --branch gh-pages --single-branch gh-pages
mkdir gh-pages/$VERSION
cp -r docs/_build/html/* gh-pages/$VERSION
cd gh-pages
git add $VERSION
git commit -am "Add documentation for $VERSION"
git push origin gh-pages
# check https://pystatgen.github.io/sgkit/$VERSION/
cd ..
rm -rf gh-pages Then, in the main branch
|
Version 0.6.0 is released! |
Awesome thank you Tom! |
It would be good to do a new release soon.
I'd like to include the issues in https://github.com/pystatgen/sgkit/milestone/4.
Are there any other issues we should include?
The text was updated successfully, but these errors were encountered: