mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
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
|
||
|
--------
|
||
|
|
||
|
|