.. _changelog: Changelog ========= This document describes the main changes in TRIQS 1.0 that might have consequences for your scripts and archives. Python classes -------------- The number of python classes in the old 0.x releases was increasing with no clear naming convention. In TRIQS 1.0 we have unified the naming of the classes following the `PEP naming conventions `_: * Package and module names: lowercase with underscores * Class names: CapWords * Function and method arguments: lowercase with underscores Archives --------