Skip to content

Releases: Jutho/WignerSymbols.jl

v2.0.0

16 Jun 08:27
Compare
Choose a tag to compare

WignerSymbols v2.0.0

Diff since v1.1.0

Closed issues:

  • optional arguments for non-global caching (#12)

Merged pull requests:

v1.1.0

02 Feb 00:33
v1.1.0
Compare
Choose a tag to compare

Switched to default return value RationalRoot{BigInt}, which is an exact representation (provided by RationalRoots.jl) that is converted to a floating point approximation depending on the context, using the AbstractIrrational infrastructure from Julia Base. Thanks to @w-vdh for the PR that initiated this change.

v1.0.0

08 Jul 23:20
v1.0.0
a5ee2d5
Compare
Choose a tag to compare

v1.0.0 (2019-07-08)

Diff since v0.3.1

Merged pull requests:

  • Switch to using HalfIntegers (#6) (Jutho)

v0.3.1

21 Feb 00:15
Compare
Choose a tag to compare

small change in conversion from HalfInteger to AbstractFloat and Real

v0.3.0

14 Jan 17:02
Compare
Choose a tag to compare

Revamped HalfInteger type (thanks @mortenpi ), now exported.

v0.2.0

24 Jul 22:33
Compare
Choose a tag to compare

Julia 0.7 (only) compatibility. No significant changes otherwise.

v0.1.2

31 Jul 07:18
Compare
Choose a tag to compare

Last version compatible with Julia v0.6

Precompilation and doc fixes

13 Nov 08:00
Compare
Choose a tag to compare
  • Enable precompilation
  • Fix docs of clebschgordan

First public release

16 Oct 07:15
Compare
Choose a tag to compare
v0.1.0

Reenable 0.6 in travis.yml