diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c5ae5d2a49de307843bd31c986b7bab853c880dd..e4549553684dba428eeb7b783c8d15f0b62b515e 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 --------------------------------------------------------------------------------