Skip to content

Releases: pharmai/plip

Version 2.3.0

21 Aug 08:05
4013ead
Compare
Choose a tag to compare

What's Changed

  • Fixes PDB file correction for multi-model structures by @kalinni in #120
  • Fixes a bug when using --nofix by @zrt in #126
  • fixes salt bridge detection for nucleic acid receptors by @sungekim in #127
  • Updates ImageMagick to version 7 and makes its use platform independent by @kalinni in #144

New Contributors

Full Changelog: v2.2.2...v2.3.0

Version 2.2.2

17 May 08:14
00540bd
Compare
Choose a tag to compare
  • fixed a bug that cause encoding errors to be thrown on some systems and Docker images

Version 2.2.1

12 May 15:21
4dce9fa
Compare
Choose a tag to compare
  • streamlines citation information
  • adds new paper as standard reference

Version 2.2.0

22 Mar 11:42
7f3aa8d
Compare
Choose a tag to compare

This minor release bundles a few things:

  • atom-level interaction detection for the receptor side
  • proper handling of multi-model structures incl. visualization
  • reports now contain information about the model that was analyzed

Version 2.1.9

15 Mar 15:42
ab8ca00
Compare
Choose a tag to compare
  • bug fixes in DNA handling

Version 2.1.8 - Atom-level Interactions

15 Feb 15:25
5f3b4a8
Compare
Choose a tag to compare
  • PLIP now reports all individual atoms that engage in interactions
  • minor code optimizations

Version 2.1.7 - Minor Bug Fixes

15 Dec 16:08
f6adff9
Compare
Choose a tag to compare

This is the PLIP Christmas release 🎄 🎅 Thanks to all supporters and contributors.

  • fixes minor bugs when handling multiple models from command line
  • removes legacy compatibility code for MacOS
  • fixes issues when visualizing in PyMOL for other models than the first one

Version 2.1.6 - RCSB API change compatibility

10 Nov 12:01
e3df2ee
Compare
Choose a tag to compare

PLIP v2.1.5 - Fixes Altloction Bug and Adds Model Handling

06 Nov 12:32
5ea1cb1
Compare
Choose a tag to compare
  • bug fixed that caused alt locations to be incorrectly parsed (see #80)
  • adds support to choose model in ensemble structures (--model)
  • resolves issues when downloading PDB files directly with PLIP

PLIP v2.1.4 - Updates Dependencies and Static Functions

06 Aug 09:00
a423350
Compare
Choose a tag to compare
  • fixes invalid dependency of pymol on PyPi
  • makes use of static function declarations where possible