zarr-python
zarr-python copied to clipboard
Pass mode paramter to open_group enabling creation of new ZipStores
The mode parameter was ignored in the case of ZipStores because it wasn't passed along to the normalize function.
Is there a way to add notes to the changelog?
TODO:
- [ ] Add unit tests and/or doctests in docstrings
- [ ] Add docstrings and API docs for any new/modified user-facing classes and functions
- [ ] New/modified features documented in docs/tutorial.rst
- [ ] Changes documented in docs/release.rst
- [ ] AppVeyor and Travis CI passes
- [ ] Test coverage is 100% (Coveralls passes)
Failure seem to be dues to numpy/setuptools recent changes that break the builds. NOthing related to this code. Maybe just rebasing will be sufficient.
Is there a way to add notes to the changelog?
As far as I can tell people edit docs/release.rst directly.
Master seems updated.
Hi @hmaarrfk. Sorry that this slipped through the cracks. Do you mind taking a look at the recent changes to the mainline that are causing some conflicts?
No issues. I'll see again when I get some time