@@ -3,10 +3,10 @@ atomium
3
3
4
4
|travis | |coveralls | |pypi | |version | |commit | |downloads |
5
5
6
- .. |travis | image :: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.1
6
+ .. |travis | image :: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.2
7
7
:target: https://travis-ci.org/samirelanduk/atomium/
8
8
9
- .. |coveralls | image :: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.1
9
+ .. |coveralls | image :: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.2
10
10
:target: https://coveralls.io/github/samirelanduk/atomium/
11
11
12
12
.. |pypi | image :: https://img.shields.io/pypi/pyversions/atomium.svg
@@ -15,8 +15,8 @@ atomium
15
15
.. |version | image :: https://img.shields.io/pypi/v/atomium.svg
16
16
:target: https://pypi.org/project/atomium/
17
17
18
- .. |commit | image :: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.1 .svg
19
- :target: https://github.com/samirelanduk/atomium/tree/1.0.1 /
18
+ .. |commit | image :: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.2 .svg
19
+ :target: https://github.com/samirelanduk/atomium/tree/1.0.2 /
20
20
21
21
.. |downloads | image :: https://img.shields.io/pypi/dm/atomium.svg
22
22
:target: https://pypi.org/project/atomium/
@@ -284,6 +284,12 @@ that same distance, rotate it and translate it through space, see where its new
284
284
center of mass is, and then finally get its RMSD with the other similar ligand
285
285
in the model.
286
286
287
+ Any operation which involves identifying nearby structures or atoms can be sped
288
+ up - dramatically in the case of very large structures - by calling
289
+ ``Model.optimise_distances `` on the ``Model `` first. This
290
+ prevents atomium from having to compare every atom with every other atom every
291
+ time a proximity check is made.
292
+
287
293
The ``Atom `` objects themselves have their own useful properties.
288
294
289
295
>>> pdb1.model.atom(97 )
@@ -371,6 +377,15 @@ results.
371
377
Changelog
372
378
---------
373
379
380
+ Release 1.0.2
381
+ ~~~~~~~~~~~~~
382
+
383
+ `1 October 2019 `
384
+
385
+ * Added distance optimiser for proximity checks.
386
+ * Improved test coverage.
387
+
388
+
374
389
Release 1.0.1
375
390
~~~~~~~~~~~~~
376
391
0 commit comments