Releases: nikolasibalic/ARC-Alkali-Rydberg-Calculator
Releases · nikolasibalic/ARC-Alkali-Rydberg-Calculator
v3.2.2
Minor release:
- fixed wrong units in Dynamic polarizability plot (now it is correctly stated, V/m instead of V/cm; 1ece0e1). Reported by @eranreches-weizmann
v3.2.1
Minor bug fixes:
- Fixed error for some two-photon transitions that were throwing error before. (reported by @azhutov and resolved by @jonathanpritchard in 5c1e2f7)
- Na23 HPS splitting for ground state was reported earlier in MHz instead of Hz as other transitions are due to omission in data tables. (reported by @hpaantee in #116 and resolved in c581634)
Additions:
- installation now works on systems that don't have numpy pre-installed that use custom build systems (see issue #115, contributed by @paul-romlow ).
v3.2.0
Added keyword arguments to the diagonalize function of a StarkMap object: upTo (defaults to 4) and totalContributionMax (defaults to 0.95).
Contributed by @dgenkina
For more details check #107 #106
v3.1.10
minor release
hotfix - extra empty line from Ca40 data file removed, that was preventing Calcium40
import (issue #105 )
v3.1.9
Minor release, dealing with easier installation:
- adds support for Python 3.10 wheels;
- adds changes in build workflow for packages that should allow easier integration with numpy distributed as part of the conda default channel (see issue #100 for details).
v3.1.8
Minor release, only change is in build of wheels:
Now Numpy version is limited, to try to allow ARC to work with default channel of conda Numpy installation, that is usually bit behind the main Numpy pip release (see issue #100 )
v3.1.7
Minor release, fixes deprecation warnings #97 (contributed by @dihm )
ARC v3.1.6
Resolves bug where initialising two different isotopes of the same element will overwrite their HFS parameters in runtime database - see more details in #93 (many thanks to @dihm for reporting this)
ARC v3.1.4
Minor bug fix release: fixes formatting of Potassium data .csv file (5af1056) that was preventing Potassium instance creation (see issue #92 )
ARC v3.1.3
Improved documentation.
Significant overhaul of documentation is done, in order to make it more accessible.
Resolves #89