Skip to content

Releases: nikolasibalic/ARC-Alkali-Rydberg-Calculator

v3.2.1

24 Aug 18:53
e335cca
Compare
Choose a tag to compare

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

03 Apr 10:50
Compare
Choose a tag to compare

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

15 Mar 20:52
Compare
Choose a tag to compare

minor release

hotfix - extra empty line from Ca40 data file removed, that was preventing Calcium40 import (issue #105 )

v3.1.9

11 Feb 21:47
Compare
Choose a tag to compare

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

09 Feb 21:17
Compare
Choose a tag to compare

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

03 Feb 19:46
Compare
Choose a tag to compare

Minor release, fixes deprecation warnings #97 (contributed by @dihm )

ARC v3.1.6

10 Dec 16:41
Compare
Choose a tag to compare

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

28 Nov 16:47
Compare
Choose a tag to compare

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

14 Nov 00:31
Compare
Choose a tag to compare

Improved documentation.
Significant overhaul of documentation is done, in order to make it more accessible.

Resolves #89

v3.1.2

04 Nov 23:53
ec52b7d
Compare
Choose a tag to compare
verion bump (Linux CI fix)