You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,19 +68,9 @@ The features where support is planned are planned to be included in the 1.0 rele
68
68
* The crate has many ways of iterating over the PDB structure to allow for convenient access and control over the performance.
69
69
70
70
## Latest update
71
-
### v0.10.0 'Enumerated Elements'
72
-
* Moved from string based elements to enums see `Element`, this means that the `Atom::set_element`, `Atom::element`, and `Term::element` have changed
73
-
* Deprecated the following functions `Atom::atom_number`, `Atom::atomic_radius`, `Atom::covalent_bond_radii`,
74
-
and `Atom::vanderwaals_radius` the radius functions are replaced with `Element::atomic_radius` which contains
75
-
all these measures in the struct `AtomicRadius`
76
-
* Added `Element::weight` and `Element::electro_negativity` data
77
-
* Implemented `Extend` for all levels in the PDB hierarchy
78
-
* Implemented `FromIterator` for the `PDB` struct
79
-
* Removed requirement for `atom_site.pdbx_formal_charge`, `atom_site.group_PDB`, `atom_site.occupancy`, and `atom_site.B_iso_or_equiv` for mmCIF files (thanks to #93)
80
-
* Added support for SCALE, ORIGX, and MTRIX in mmCIF files (open and save)
81
-
* Fixed ignoring some of the `auth_*` series of mmCIF columns, by giving them precedence over the `label_*` columns in `seq_id` and `asym_id` (thanks to #95)
82
-
* Fixed remark-type-number 400 missing from the valid number list (thanks to #96)
83
-
* Fixed a small bug in saving MtriX records (thanks to #96)
71
+
### v0.10.1
72
+
* Added more amino acids for `is_amino_acid`
73
+
* Implemented Display for `StrictnessLevel`
84
74
85
75
Also see [changelog](https://github.com/douweschulte/pdbtbx/blob/master/changelog.md).
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
All versions are properly annotated on [github](https://github.com/douweschulte/pdbtbx/releases) so there the source code for each version can be retrieved.
3
3
4
+
### v0.10.1
5
+
* Added more amino acids for `is_amino_acid`
6
+
* Implemented Display for `StrictnessLevel`
7
+
4
8
### v0.10.0 'Enumerated Elements'
5
9
* Moved from string based elements to enums see `Element`, this means that the `Atom::set_element`, `Atom::element`, and `Term::element` have changed
6
10
* Deprecated the following functions `Atom::atom_number`, `Atom::atomic_radius`, `Atom::covalent_bond_radii`,
0 commit comments