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: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
BioStructures.jl release notes
2
2
==============================
3
3
4
+
## v1.1.0 - Nov 2021
5
+
6
+
* The `chainid!` function is added, allowing the chain ID of a chain or residue to be changed. The new `PDBConsistencyError` is thrown when this would give an inconsistent structural state.
7
+
* "WAT" is added to `waterresnames` and is hence used in `waterselector` and `notwaterselector`.
8
+
* Switch from using LightGraphs.jl to using Graphs.jl.
9
+
4
10
## v1.0.0 - May 2021
5
11
6
12
* The ordering when sorting residues in a chain is changed from standard/hetero residue then residue number then insertion code to residue number then insertion code then standard/hetero residue. This makes in-chain hetero residues appear in the correct place in written PDB files.
0 commit comments