Skip to content

Commit

Permalink
update verstion to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Sep 18, 2020
1 parent a93c68c commit a21310b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.4.0
## 0.5.0
- Added atom name selelction for lrmsd calculation
- Removed hardcoded chainIDs and added chainID selection in `StructureSimilarity`

## 0.4.0
- Added `many2sql` to support read multiple PDB files
- Added support for `Path` objects of input PDB files
- Added support for `help(pdb2sql)`
- Updated assignment of chain IDs in `StructureSimilarity`

## 0.3.0

- Added `align` to superpose a structure to a specific axis or plane
- Added `superpose` to superpose two structures based on selections
- Added `fetch` to download PDB file with given PDB ID
Expand Down
2 changes: 1 addition & 1 deletion pdb2sql/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit a21310b

Please sign in to comment.