Skip to content

Commit

Permalink
Updated changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordnapi committed Jul 22, 2012
1 parent 24361d1 commit dd524cb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/changes.rst
Expand Up @@ -18,7 +18,7 @@ Release 1.2 (in development)


* :class:`.HierView` instances are built more efficiently. Two times * :class:`.HierView` instances are built more efficiently. Two times
speed-up is achieved by delaying instantiation of :class:`.Chain` and speed-up is achieved by delaying instantiation of :class:`.Chain` and
:class:`.Residues` instances until they are needed. :class:`.Residue` instances until they are needed.


* Multiple :ref:`flags` can be used in :ref:`selections` without using * Multiple :ref:`flags` can be used in :ref:`selections` without using
``'and'`` operator, e.g. ``'sidechain carbon'`` is the same as ``'and'`` operator, e.g. ``'sidechain carbon'`` is the same as
Expand All @@ -36,7 +36,18 @@ Release 1.2 (in development)


* :meth:`.AtomGroup.getHeretos` method has been deprecated for removal in * :meth:`.AtomGroup.getHeretos` method has been deprecated for removal in
v1.3, use ``getFlags('hetatm')`` instead. v1.3, use ``getFlags('hetatm')`` instead.


:ref:`nmwiz`
-------------------------------------------------------------------------------


**Improvements**:

* :gui:`ProDy Interface` shows the size of the trajectory file written for
PCA calculations.

* :gui:`Mode Graphics Options` allows for copying arrows settings from one
mode to another.


Release 1.1 (June 1, 2012) Release 1.1 (June 1, 2012)
=============================================================================== ===============================================================================
Expand Down

0 comments on commit dd524cb

Please sign in to comment.