diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b7e8c30664d395e2792a5a6f4f92dd687ad6bd1d..6ed6e991b9c468e0b4bb94e5790b6a64f3a554bf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,31 @@ Changes in Release 1.4 +-------------------------------------------------------------------------------- * Feasibility check set to off by default + * Speed improvement for bracketed within selections up to a factor of 20 + +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 --------------------------------------------------------------------------------