Releases: HumanCellAtlas/dcp-cli
v0.10.0
v0.9.5
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
remove sign so I can release
v0.7.0
remove tuple comprehension (python3 doesn't like that)
Remove cli tests.
Python bindings w/ auth and some testing
Autogenerated functions fully working.
making abstractions a package.
Upload/Download refactor:
Moved upload/download commands to hca/api/abstractions dir.
Release file resources after completed.
Cherry-picked upload-from-s3 changes
Testing head_files. Don't regenerate python bindings.
Templatize relative imports from autogenerated.
Remove unnecessary import
Relative imports from autogenerated
Include all jinja files and update tests.
Populate test bundle with real data
avoid namespace collision
New python bindings after positional args sorting.
Sorted positional args to maintain consistent order.
Add jsonschema to install requirements.
Add Jinja2 to setup.py requirements.
Generate fully functional python bindings with docs attached.
Remove .travis.yml changes b/c they landed on a pr that's already been merged.
Added region env variable to travis.
Create classes that add functions/parsers for each endpoint. (#20)
Add AddedCommand superclass for all api endpoints. (#19)