Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Python notes (#791)
Browse files Browse the repository at this point in the history
* Add python release notes

* Fix typo
Make variant correct length

* Add link to previous package
Markdown or rst
Add links
  • Loading branch information
david4096 authored and kozbo committed Jan 21, 2017
1 parent b1b15ff commit acd9e2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/README.pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down
25 changes: 21 additions & 4 deletions python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://ga4gh-schemas.readthedocs.io/en/stable/>`_.

- To read more about how the GA4GH API uses Protocol Buffers, see here `here <http://ga4gh-schemas.readthedocs.io/en/stable/appendix/proto_intro.html>`_.
- To read more about how the GA4GH API uses Protocol Buffers, see `here <http://ga4gh-schemas.readthedocs.io/en/stable/appendix/proto_intro.html>`_.

###########
Development
Expand Down Expand Up @@ -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 <https://pypi.python.org/pypi/ga4gh-schemas/0.6.0a9.post2>`_ 2016-1-20

* Set the release version (`#790 <https://github.com/ga4gh/schemas/pull/790>`_).

`0.6.0a9.post1 <https://pypi.python.org/pypi/ga4gh-schemas/0.6.0a9.post1>`_ 2016-1

* Remove protoc from install path (`#781 <https://github.com/ga4gh/schemas/pull/751>`_).

0.6.0a9 2016-1

* "BioSample" refactored to "Biosample" (`#697 <https://github.com/ga4gh/schemas/pull/697>`_).
* Calls list supports if no genotype is reported (`#735 <https://github.com/ga4gh/schemas/pull/697>`_).
* Introduces a new versioning scheme to match `ga4gh/schemas <https://github.com/ga4gh/schemas>`_ protocol version.
* Improve setup process (`#751 <https://github.com/ga4gh/schemas/pull/751>`_, `#746 <https://github.com/ga4gh/schemas/pull/746>`_).

0.0.8 2016-11-02

* Initial release from dcolligan/ga4gh-schemas

0 comments on commit acd9e2d

Please sign in to comment.