Skip to content

Commit

Permalink
Update docs for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Sep 15, 2017
1 parent 543020c commit bd0f443
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
---------

Release 0.5.0
~~~~~~~~~~~~~

`16 September 2017`

* Added atom temperature factors.
* Added bond vector production.
* Added parse time tests and reduced parse time by over a half.
* Changed way atoms are stored in structures to make ID lookup orders of\
magnitude faster.
* Made IDs immutable.
* Added multiple model parsing and saving.
* Added option to fetch PDBs from PDBe rather than RCSB.


Release 0.4.0
~~~~~~~~~~~~~

Expand Down
3 changes: 2 additions & 1 deletion docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ Requirements
~~~~~~~~~~~~

atomium requires the Python library
`geometrica <https://geometrica.samireland.com/>`_ - pip will install this
`points <https://points.samireland.com/>`_ and
`requests <https://docs.python-requests.org/>`_ - pip will install these
automatically when it installs atomium.
3 changes: 3 additions & 0 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ from the RCSB over the internet using the PDB code:
>>> pdb2.model()
<Model (2156 atoms)>

If the PDB has multiple models, these can be accessed using the :py:meth:`
~.Pdb.models` method.

The Model
~~~~~~~~~

Expand Down

0 comments on commit bd0f443

Please sign in to comment.