Releases: benoitseron/Permanents.jl
Releases · benoitseron/Permanents.jl
0.2.0
What's Changed
- Precision by @benoitseron in #15
- New func by @AntoineRestivo in #18
- CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) by @github-actions in #19
- Remove some unnecessary memory allocations from the ryser formula. by @carlosdmfernandes in #20
New Contributors
- @benoitseron made their first contribution in #15
- @carlosdmfernandes made their first contribution in #20
Full Changelog: v0.1.1...0.2.1
v0.1.1
Permanents v0.1.1
*New functions based on Glynn formula to compute the permanent up to a chosen precision
*multi_dim_ryser is upgraded to ryser_tensor
Closed issues:
- ryser does not support non square matrix (#4)
- update needed to include fast_glynn_perm for Clifford_sampler (#5)
- Combinatorics dependancy (#7)
- ryser_tensor does not pass runtests (#10)
Merged pull requests:
- Update Project.toml (#12) (@AntoineRestivo)
v0.1.0
Permanents v0.1.0
Merged pull requests:
- Playground < added multi_dim_ryser + fast_glynn_perm (#1) (@AntoineRestivo)
- CompatHelper: add new compat entry for Combinatorics at version 1, (keep existing compat) (#2) (@github-actions[bot])