Skip to content

Commit

Permalink
Merge pull request #1558 from jamesmkrieger/release_v2.2.0
Browse files Browse the repository at this point in the history
release prep for v2.2.0
  • Loading branch information
jamesmkrieger authored May 19, 2022
2 parents 22b00f6 + 5067d57 commit abfa768
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ProDy
Version: 2.1.2
Version: 2.2.0
Summary: A Python Package for Protein Dynamics Analysis
Home-page: http://www.csb.pitt.edu/ProDy
Author: James Krieger, She Zhang, Hongchun Li, Cihan Kaya, Ahmet Bakan, and others
Expand Down
2 changes: 1 addition & 1 deletion docs/release/v2.1_series.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ProDy 2.0 Series
ProDy 2.1 Series
===============================================================================

.. contents::
Expand Down
26 changes: 26 additions & 0 deletions docs/release/v2.2_series.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
ProDy 2.2 Series
===============================================================================

.. contents::
:local:

2.2.0 (May 19, 2022)
------------------------------------------------------------------------------

**Bug Fixes and Improvements**:

* Updates to :function:`.parseScipionModes`` to use sqlite and xmd metadata files
and handle eigenvalues

* Actual fix to logging so LOGGER.progress doesn't override logging level

* Updates to the PCA app to better handle number of modes for Scipion

* New arguments sparse, kdtree and turbo for :class:`.ClustENM`, allowing
better control of ANM calculations.

* Another bug fix for mmCIF header parsing

* Bug fix for parsing CONECT bond records from PDB files

**Full Changelog**: https://github.com/prody/ProDy/compare/v2.1.2...v2.2.0
2 changes: 1 addition & 1 deletion prody/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ProDy is a package for Protein Dynamics, Sequence, and Structure Analysis"""

__version__ = '2.1.2'
__version__ = '2.2.0'
__release__ = __version__ # + '-dev' # comment out '-dev' before a release

import sys
Expand Down

0 comments on commit abfa768

Please sign in to comment.