diff --git a/docs/index.rst b/docs/index.rst index 665bbd2f..2e540f25 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -91,6 +91,9 @@ documentation, code reviews, comments and/or ideas: * :user:`John Kirkham ` * :user:`Alistair Miles ` * :user:`Jeff Reback ` +* :user:`Trevor Manz ` +* :user:`Grzegorz Bokota ` +* :user:`Josh Moore ` Numcodecs bundles the `c-blosc `_ library. diff --git a/docs/release.rst b/docs/release.rst index e06841fb..512af204 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -6,8 +6,14 @@ Release notes 0.7.0 ----- +* Automatically release to PyPI. + By :user:`Josh Moore `, :issue:`241`. + +* Build wheels on github actions. + By :user:`Grzegorz Bokota `, :issue:`224`. + * Add Base64 codec. - By :user: `Trevor Manz `, :issue: `176`. + By :user:`Trevor Manz `, :issue:`176`. * Add partial decompression of Blosc compressed arrays. By :user:`Andrew Fulton `, :issue:`235`.