Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackey22 committed Aug 2, 2017
1 parent f9ee73e commit 740f151
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changes for v0.7.0 (2017-08-01)
===============================

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)

Changes for v0.7.0 (2017-08-01)
===============================

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
Expand Down

0 comments on commit 740f151

Please sign in to comment.