mirror of
https://github.com/triqs/dft_tools
synced 2024-12-26 14:23:38 +01:00
96bedae5f1
modified: doc/applications.rst modified: doc/index.rst modified: doc/install.rst modified: doc/installation/clang.rst modified: doc/installation/install_options.rst modified: doc/installation/requirements.rst modified: doc/installation/ubuntu.rst new file: doc/changelog.rst new file: doc/versions.rst
26 lines
604 B
ReStructuredText
26 lines
604 B
ReStructuredText
|
|
.. _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
|
|
<http://www.python.org/dev/peps/pep-0008/#naming-conventions>`_:
|
|
|
|
* Package and module names: lowercase with underscores
|
|
* Class names: CapWords
|
|
* Function and method arguments: lowercase with underscores
|
|
|
|
Archives
|
|
--------
|
|
|
|
|