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: changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ All versions are properly annotated on [github](https://github.com/douweschulte/
11
11
* Implemented `FromIterator` for the `PDB` struct
12
12
* 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)
13
13
* Added support for SCALE, ORIGX, and MTRIX in mmCIF files (open and save)
14
+
* 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)
15
+
* Fixed remark-type-number 400 missing from the valid number list (thanks to #96)
16
+
* Fixed a small bug in saving MtriX records (thanks to #96)
0 commit comments