File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2222 "license" : {
2323 "id" : " Apache-2.0"
2424 },
25- "title" : " pdb2sql"
25+ "title" : " The pdb2sql Python Package: Parsing, Manipulation and Analysis of PDB Files Using SQL Queries "
2626}
Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 0.4.0
8+
9+ - Added ` many2sql ` to support read multiple PDB files
10+ - Added support for ` Path ` objects of input PDB files
11+ - Added support for ` help(pdb2sql) `
12+ - Updated assignment of chain IDs in ` StructureSimilarity `
13+
714## 0.3.0
815
916- Added ` align ` to superpose a structure to a specific axis or plane
Original file line number Diff line number Diff line change 1- __version__ = '0.3 .0'
1+ __version__ = '0.4 .0'
You can’t perform that action at this time.
0 commit comments