We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e65ff6 commit 52ccb97Copy full SHA for 52ccb97
CHANGELOG.md
@@ -4,6 +4,13 @@
4
All notable changes to this project will be documented in this file.
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
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
14
## 0.3.0
15
16
- Added `align` to superpose a structure to a specific axis or plane
pdb2sql/__version__.py
@@ -1 +1 @@
1
-__version__ = '0.3.0'
+__version__ = '0.4.0'
0 commit comments