Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Nov 26, 2021
1 parent bc747e7 commit 37b72bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
BioStructures.jl release notes
==============================

## v1.1.0 - Nov 2021

* 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.
* "WAT" is added to `waterresnames` and is hence used in `waterselector` and `notwaterselector`.
* Switch from using LightGraphs.jl to using Graphs.jl.

## v1.0.0 - May 2021

* 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.
Expand Down

2 comments on commit 37b72bc

@jgreener64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/49447

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 37b72bcf5dd10ab72aa6c2dc7980ef9b12a5a9a8
git push origin v1.1.0

Please sign in to comment.