Skip to content

Commit 0a6c3a5

Browse files
committed
Finalised version update
1 parent 4488937 commit 0a6c3a5

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdbtbx"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
authors = ["Douwe Schulte <d.schulte@uu.nl>"]
55
license = "MIT"
66
edition = "2018"

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ As the main goal of this library is to allow access to the atomical data many me
2828
The features where support is planned are planned to be included in the 1.0 release. The features where support is envisioned are candidates to be included, but not necessarily in the 1.0 release. The features which are planned are thought to be unnecessary for atomic data computations on theses files. If any of these are really needed for your use case please raise an issue then we can discuss its inclusion. Also if you need a feature that is 'planned' or 'envisioned' feel free to raise an issue to guide development to spots where it can make a real life impact.
2929

3030
## Latest update
31-
### v0.6.3
32-
* Added Anisotropic temperature factor support for mmCIF files
33-
* Fixed an issue in the aniso matrix
34-
* Added a `full_sort` function on PDB
35-
* Fixed small bugs in the PDB saving logic
31+
### v0.7.0 'Ecosystem integration'
32+
* Added parallel iterators based on [Rayon](https://crates.io/crates/rayon) (Thanks to DocKDE)
33+
* Added support for generating r*trees from [Rstar](https://crates.io/crates/rstar), this has to be opted in by using the feature `rstar`
34+
* Added support for serialization using [Serde](https://crates.io/crates/serde), this has to be opted in using the feature `serde`
35+
* Added a new struct `AtomWithHierarchy` to have access to the containing layers of an atom in an easy way and added functions to generate and work with this struct
36+
* Added `binary_find_atom` to all hierarchies to find atoms in less time
37+
* Added more names for amino acids and backbone atoms (Thanks to DocKDE)
38+
* Added support for bonds (can only read Disulfide bonds from PDBs for now)
39+
* And many more small fixes and docs updates
3640

3741
Also see [changelog](https://github.com/nonnominandus/pdbtbx/blob/master/changelog.md).

changelog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22
All versions are properly annotated on [github](https://github.com/nonnominandus/pdbtbx/releases) so there the source code for each version can be retrieved.
33

4-
### v0.7.0 [Unreleased] ''
5-
* Added parallel iterators based on [Rayon]() (Thanks to DocKDE)
6-
* Added support for generating r*trees from [Rstar](), this has to be opted in by using the feature `rstar`
7-
* Added support for serialization using [Serde](), this has to be opted in using the feature `serde`
8-
* Added a new struct `AtomWithHierarchy` to have access to the containing layers of an atom in an easy way
9-
* Added `binary_find_atom` to all hierarchies to find atoms in shorter time
4+
### v0.7.0 'Ecosystem integration'
5+
* Added parallel iterators based on [Rayon](https://crates.io/crates/rayon) (Thanks to DocKDE)
6+
* Added support for generating r*trees from [Rstar](https://crates.io/crates/rstar), this has to be opted in by using the feature `rstar`
7+
* Added support for serialization using [Serde](https://crates.io/crates/serde), this has to be opted in using the feature `serde`
8+
* Added a new struct `AtomWithHierarchy` to have access to the containing layers of an atom in an easy way and added functions to generate and work with this struct
9+
* Added `binary_find_atom` to all hierarchies to find atoms in less time
1010
* Added more names for amino acids and backbone atoms (Thanks to DocKDE)
1111
* Added support for bonds (can only read Disulfide bonds from PDBs for now)
12-
* And many more small fixes
12+
* And many more small fixes and docs updates
1313

1414
### v0.6.3
1515
* Added Anisotropic temperature factor support for mmCIF files

0 commit comments

Comments
 (0)