mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
major update, thread safety, improved efficiency
This commit is contained in:
parent
f06635b64b
commit
b1303b9b79
10 changed files with 693 additions and 350 deletions
10
Project.toml
10
Project.toml
|
|
@ -1,17 +1,19 @@
|
|||
name = "WignerSymbols"
|
||||
uuid = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
|
||||
authors = ["Jutho Haegeman"]
|
||||
version = "1.1.0"
|
||||
version = "2.0.0"
|
||||
|
||||
[deps]
|
||||
RationalRoots = "308eb6b3-cc68-5ff3-9e97-c3c4da4fa681"
|
||||
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
|
||||
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
|
||||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
|
||||
|
||||
[compat]
|
||||
RationalRoots = "0.1"
|
||||
HalfIntegers = "1.0"
|
||||
Primes = "0.4"
|
||||
RationalRoots = "0.1 - 1"
|
||||
HalfIntegers = "1"
|
||||
Primes = "0.4 - 1"
|
||||
LRUCache = "1.3"
|
||||
julia = "1"
|
||||
|
||||
[extras]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue