Skip to content

Commit

Permalink
Merge pull request #1529 from jamesmkrieger/prody-master
Browse files Browse the repository at this point in the history
Redo release prep
  • Loading branch information
jamesmkrieger authored Apr 8, 2022
2 parents d7aeb87 + 649fb92 commit b098cae
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ProDy
Version: 2.0
Version: 2.1.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 Expand Up @@ -95,4 +95,4 @@ Requires: numpy (>=1.10)
Requires: pyparsing
Requires: biopython
Requires: scipy
Provides: prody (2.0)
Provides: prody (2.1.0)
30 changes: 30 additions & 0 deletions docs/release/v2.0_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ ProDy 2.0 Series
.. contents::
:local:

2.1.0 (April 8, 2022)
------------------------------------------------------------------------------

**New Features**:

*Integration with Scipion*

* New functions :function:`.parseScipionModes`, :function:`.writeScipionModes`
and :function:`.calcScipionScore`

* New argument *--export-scipion* (*-S*) in prody apps

*Other*

* Added :function:`.assignBlocks` for assigning blocks for RTB

* Added mmCIF header parsing to create the same header dictionary as PDB header,
including secstr information and biomolecular assembly building

* New arguments for prody apps, including altloc, zeros, sparse, kdtree and turbo

**Bug Fixes and Improvements**:

* Improvement to cealign mapping to be faster for protein only alignment

* Bug fix for writing psf files

**Full Changelog**: https://github.com/prody/ProDy/compare/v2.0.2...v2.1.0


2.0.2 (February 17, 2022)
------------------------------------------------------------------------------

Expand Down
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.0.2'
__version__ = '2.1.0'
__release__ = __version__ # + '-dev' # comment out '-dev' before a release

import sys
Expand Down

0 comments on commit b098cae

Please sign in to comment.