From 14fa6db8ac972d4ee09ab09020f8134708eb4245 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Fri, 30 Nov 2012 14:03:04 +0100 Subject: [PATCH] update changelog --- CHANGELOG.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c5ae5d2a4..e45495536 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,26 @@ +Changes In Release 1.3.1 +-------------------------------------------------------------------------------- + + * Export missing default argument for AligmentHandle.ToString + * Automatically attach entity view in SequenceFromChain + * Export GetMatchingBackboneViews to Python + * Fix compilation with boost 1.33.1 + * Allow renumbering of single chain + +Changes In Release 1.3.0 +-------------------------------------------------------------------------------- + + * Scene background can now be set to a gradient or an image + * Better Handling of HSV colors + * Table: direct access to columns tab['x'] is also available as tab.x + * Table: Export to ConTeXt and HTML tables + * Table: Barplot interface + * The BLAST binding supports newer versions of BLAST + * Bindings for CAD score + * Update directory layout of OST to be more conformant with the site-package + system of Python: Instead of storing the modules in lib{64}/ost/ost, they + are now in lib{64}/python{{VERSION}}/site-packages/ost + Changes In Release 1.2.3 -------------------------------------------------------------------------------- -- GitLab