Version 0.6#
Date: 09 May 2023
Whats new?#
Refractor most of the code. Rewrite whole documentation, add better organisation of the API reference. Add version switcher to the header of the page.
Make the script's names follow unified concept:
rad-action-object.py
Debugged rad-plot-dos.py on the real-world data. Add several new features to it.
Remade the import structure of the package.
The main entry point is radtools
:
import radtools as rad
Only public methods and classes are imported into the main module. Absolute import for the internal usage is still possible.
0.6.1#
Move to the usage of termcolor for colourful terminal output.
0.6.2#
Change domain from rad-tools.adrybakov.com to rad-tools.org