Skip to content

Commit

Permalink
Merge pull request #1533 from jamesmkrieger/release_prep
Browse files Browse the repository at this point in the history
Release prep for v2.1.1
  • Loading branch information
jamesmkrieger authored Apr 18, 2022
2 parents de3e905 + b0ee69a commit e18a583
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 33 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.1.0
Version: 2.1.1
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.1.0)
Provides: prody (2.1.1)
30 changes: 0 additions & 30 deletions docs/release/v2.0_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,6 @@ 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
43 changes: 43 additions & 0 deletions docs/release/v2.1_series.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
ProDy 2.0 Series
===============================================================================

.. contents::
:local:

2.1.1 (April 18, 2022)
------------------------------------------------------------------------------

**Bug Fixes and Improvements**:

* :function:`.parseScipionModes` can handle having a pdb file or not

* fix to mmCIF header parsing for chemicals in blocks not loops

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 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.0'
__version__ = '2.1.1'
__release__ = __version__ # + '-dev' # comment out '-dev' before a release

import sys
Expand Down

0 comments on commit e18a583

Please sign in to comment.