Skip to content

0.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 19:48
· 102 commits to main since this release

Added:

  • Add installation guide in the documentation.
  • Check whether the elements from the formula is in the periodic table when Formula is initialized
  • Implement Element.all_symbols() to return all 118 elements symbols from the periodic table.
  • Implement radius.py module to get CIF and Pauling CN radius data for elements.
  • Implement Elements enum 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.