Skip to content

Version 0.5.1

Latest
Compare
Choose a tag to compare
@a-r-j a-r-j released this 01 Aug 17:34
04daaa6

0.5.1 (01/08/2024)

  • Fix: improves support for writing PDBs with OTHERS records to stream. PR #149. Addresses issue #141.
  • Feature: added method to PandasMmcif that allow to select by model ids. PR #145
  • Dev: switched testing framework entirely to pytest. Drops nose dependency due to version conflicts with Python 3.12 (nose) and 3.8 (nose) PR #146
  • Dev: adds GitHub actions-based CI. PR #149.
  • Avoid inclusion of test scripts and test data in the PyPI release of the Biopandas library. PR #148. Addresses issue #147