From acd9e2d8a1c4a0a6efef62242d23e1c7d391ba15 Mon Sep 17 00:00:00 2001 From: David Steinberg Date: Fri, 20 Jan 2017 18:25:12 -0800 Subject: [PATCH] Python notes (#791) * Add python release notes * Fix typo Make variant correct length * Add link to previous package Markdown or rst Add links --- python/README.pypi.rst | 2 +- python/README.rst | 25 +++++++++++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/python/README.pypi.rst b/python/README.pypi.rst index 5aa1cea9..6b57f3fd 100644 --- a/python/README.pypi.rst +++ b/python/README.pypi.rst @@ -14,7 +14,7 @@ describe and serialize genomics data using a standard interchange format. my_variant = variants.Variant( reference_name="1", start=1832, - end=4123, + end=1833, reference_bases="A", alternate_bases=["C"]) diff --git a/python/README.rst b/python/README.rst index 34800855..d7b36ba1 100644 --- a/python/README.rst +++ b/python/README.rst @@ -16,14 +16,14 @@ You can install the schemas using `pip install ga4gh-schemas`. my_variant = variants.Variant( reference_name="1", start=1832, - end=4123, + end=1833, reference_bases="A", alternate_bases=["C"]) Full documentation is available at `read-the-docs.org `_. -- To read more about how the GA4GH API uses Protocol Buffers, see here `here `_. +- To read more about how the GA4GH API uses Protocol Buffers, see `here `_. ########### Development @@ -72,5 +72,22 @@ notes for the PyPi package are maintained here. Release Notes ############# -* 0.0.8 2016-11-02 - * Initial release from dcolligan/ga4gh-schemas + +`0.6.0a9.post2 `_ 2016-1-20 + +* Set the release version (`#790 `_). + +`0.6.0a9.post1 `_ 2016-1 + +* Remove protoc from install path (`#781 `_). + +0.6.0a9 2016-1 + +* "BioSample" refactored to "Biosample" (`#697 `_). +* Calls list supports if no genotype is reported (`#735 `_). +* Introduces a new versioning scheme to match `ga4gh/schemas `_ protocol version. +* Improve setup process (`#751 `_, `#746 `_). + +0.0.8 2016-11-02 + +* Initial release from dcolligan/ga4gh-schemas