Closed JSKenyon closed 2 years ago
[x] Tests added / passed
$ py.test -v -s daskms/tests
If the pep8 tests fail, the quickest way to correct this is to run autopep8 and then flake8 and pycodestyle to fix the remaining issues.
autopep8
flake8
pycodestyle
$ pip install -U autopep8 flake8 pycodestyle $ autopep8 -r -i daskms $ flake8 daskms $ pycodestyle daskms
[x] Fully documented, including HISTORY.rst for all changes and one of the docs/*-api.rst files for new API
HISTORY.rst
docs/*-api.rst
To build the docs locally:
pip install -r requirements.readthedocs.txt cd docs READTHEDOCS=True make html
@landmanbester I believe that this should allow newly written (row, ...) dimension columns to be written as fixed shape. This may resolve the performance issue you mentioned when using added columns.
(row, ...)
[x] Tests added / passed
If the pep8 tests fail, the quickest way to correct this is to run
autopep8
and thenflake8
andpycodestyle
to fix the remaining issues.[x] Fully documented, including
HISTORY.rst
for all changes and one of thedocs/*-api.rst
files for new APITo build the docs locally: