Skip to content

Releases: Jutho/WignerSymbols.jl

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 08:27

WignerSymbols v2.0.0

Diff since v1.1.0

Closed issues:

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

Merged pull requests:

v1.1.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 02 Feb 00:33
v1.1.0

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 08 Jul 23:20
v1.0.0
a5ee2d5

v1.0.0 (2019-07-08)

Diff since v0.3.1

Merged pull requests:

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

v0.3.1

Choose a tag to compare

@Jutho Jutho released this 21 Feb 00:15

small change in conversion from HalfInteger to AbstractFloat and Real

v0.3.0

Choose a tag to compare

@Jutho Jutho released this 14 Jan 17:02

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

v0.2.0

Choose a tag to compare

@Jutho Jutho released this 24 Jul 22:33

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

v0.1.2

Choose a tag to compare

@Jutho Jutho released this 31 Jul 07:18

Last version compatible with Julia v0.6

Precompilation and doc fixes

Choose a tag to compare

@Jutho Jutho released this 13 Nov 08:00
  • Enable precompilation
  • Fix docs of clebschgordan

First public release

Choose a tag to compare

@Jutho Jutho released this 16 Oct 07:15
v0.1.0

Reenable 0.6 in travis.yml