Skip to content

Commit a21310b

Browse files
committed
update verstion to 0.5.0
1 parent a93c68c commit a21310b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

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

11+
## 0.4.0
912
- Added `many2sql` to support read multiple PDB files
1013
- Added support for `Path` objects of input PDB files
1114
- Added support for `help(pdb2sql)`
1215
- Updated assignment of chain IDs in `StructureSimilarity`
1316

1417
## 0.3.0
15-
1618
- Added `align` to superpose a structure to a specific axis or plane
1719
- Added `superpose` to superpose two structures based on selections
1820
- Added `fetch` to download PDB file with given PDB ID

pdb2sql/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)