0.0.2
Added:
- Add installation guide in the documentation.
- Check whether the elements from the formula is in the periodic table when
Formulais initialized - Implement
Element.all_symbols()to return all 118 elements symbols from the periodic table. - Implement
radius.pymodule to get CIF and Pauling CN radius data for elements. - Implement
Elementsenum for retrieving the name of the element given the symbol. - Implement sorting of a formula by property, by index, and by defined custom labels.
- Implement parsing atomic mass, atomic number, element symbol and name with
ptable.py.