Results 506 comments of Tom White

Link to notebook: https://github.com/tomwhite/shiny-train/blob/sgkit/notebooks/gwss/sgkit_h12.ipynb

> Is there a good testsuite for compliance with the API that we can use? The test suite at https://github.com/data-apis/array-api-tests is very thorough, and easy to set up on CI...

Release instructions (based on https://github.com/sgkit-dev/sgkit/issues/817#issuecomment-1091634891) ```shell VERSION=0.8.0 git tag -a $VERSION -m "Release $VERSION" git push origin --tags # 'origin' is upstream branch ``` Documentation instructions (based on https://github.com/sgkit-dev/sgkit/issues/984#issuecomment-1412064829) *...

Conda packages are now available at https://anaconda.org/conda-forge/sgkit. (Thanks @jeromekelleher for taking care of https://github.com/conda-forge/sgkit-feedstock/pull/9)

#347 has some discussion and code for this. We didn't quite agree on an API, so I'd be interested to see what you think works in your situation.

> The more I come back to this, @willirath, the more I feel that _either_ values like `write_empty_chunks` should _also_ be part of `set_options` _or_ `fill_missing_chunks` should be an `__init__`...

Thanks for the reply @simonvh. I suspected that might be the case! Hopefully bioconda will make progress on this...

@laserson I haven't tried the build on M1. All the binary tools that GimmeMotifs would need to be built first and I didn't know where to start with that -...

I like this idea. > I also noticed that some dimension constants where initially created [here](https://github.com/pystatgen/sgkit/blob/main/sgkit/model.py#L11), but have mostly been specified using raw strings in other files. I think we...

Great work @TomNicholas! I don't have a strong opinion about the tests, but putting them in a new project to keep xarray changes to a minimum is probably a good...