Version 0.9#
Date: undefined
Whats new?#
Move from setup.py based installation to the pyproject.toml based installation. Ideally nothing should change in the installation process for the user.
Remove the ".py" extension from the script executables. I.e. for the PDOS plots one shall execute:
rad-plot-dos
instead of:
rad-plot-dos.py
0.9.1#
Pin numpy at numpy<2. Remove tests for python3.8 and add tests for python3.13.
0.9.2#
Fix issue #22