Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed May 16, 2017
1 parent f185264 commit 3751984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ Formatted as described on http://keepachangelog.com/.

## Unreleased

## [2.3.0] - 2017-05-17

### Added

- Similarities histogram can output raw scores
- Similarities histogram can read frozen matrices using either lower or upper triangle
- Similarities export can be filtered by frag1 and/or pdb codes
- Similarities filter can be filtered by skip list or keep db
- Similarities
- Histogram can output raw scores
- Histogram can read frozen matrices using either lower or upper triangle
- Export can be filtered by frag1 and/or pdb codes
- Filter can be filtered by skip list or keep db
- Use scripts in update steps
- Pharmacophores
- Store pharmocophore points in pytables table (#29)
Expand Down
2 changes: 1 addition & 1 deletion kripodb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = ('2', '2', '1')
__version_info__ = ('2', '3', '0')
__version__ = '.'.join(__version_info__)

0 comments on commit 3751984

Please sign in to comment.