**This version:**
* Improved support for Hydrogen atom calculations.
* Easy installation (Linux and MacOS) via pip pip install ARC-Alkali-Rydberg-Calculator
**Notes for upgrading from old version**
If you have previously installed ARC via pip, use pip uninstall -y ARC-Alkali-Rydberg-Calculator before installing new version via pip.
Please also force ARC into using new database values for Hydrogen by deleting folder with local data with command rm -rf $HOME/.arc-data. ARC globally installed with pip can be directly loaded via from arc import * without specifying details about package location. Upon first loading of ARC, new $HOME/.arc-data folder for data memoization will be automatically created.
Note: If you want to save databases with your own extensive dipole matrix element calculations, make a backup of corresponding .npy files (all except for hydrogen!) **before** deleting and copy into .arc-data folder upon installation of the new version.
***For Windows users***: precompiled Windows package (wheel) is not released at the moment. If you don't know how to do compilation of Python packages, and are not satisfied with old version for Windows (see release 1.3 below) , please contact developers for help!