Releases: LiamMcAllisterGroup/cytools
Releases · LiamMcAllisterGroup/cytools
v1.0.13
What's Changed
- Upgraded to Python 3.11 by @ariostas in #33
- added verbosity throughout polytope/triangulation
- fixed triangulation height bugs (it previously could be on the wall of the secondary cone)
Full Changelog: v1.0.12...v1.0.13
v1.0.12
- cleanup/style changes
- allow an optional max_iter parameter to tip_of_stretched_cone
- quicker secondary cones for star triangulations
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Full Changelog: v1.0.10...v1.0.11
v1.0.10
- bugfix in 9645240
Full Changelog: v1.0.9...v1.0.10
v1.0.9
- fix dependency issues in 4c1070b
- minor bugfixes in e502995
- better allowance of sparse hyperplanes in 71d543e
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Added github workflows to main branch by @ariostas in #32
- locked down gmpy2 due to pplpy bug by @natemacfadden in e7d05a7
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- cone constructor bug fix by @natemacfadden in 4df5226
- triangulation->cy aliases by @natemacfadden in 4df5226
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- quicker operation for poly=simplex by @natemacfadden in #22
- Don't unnecessarily copy rays/hyperplanes by @natemacfadden in #23
- bugfixes by @natemacfadden in #27
- misc dependency locking by @natemacfadden and @WillithG in 6b5fdb9
- bugfixes by @natemacfadden and @AndreasSchachner in 50afb79, 82314b5, and 2de58f1.
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Cleaned Cone class by @natemacfadden
- Cleaned find_lattice_points when min_points is used by @natemacfadden
- TOPCOM patch for trivial triangulations
- Locked down pip package versions
Full Changelog: v1.0.4...v1.0.5
CYTools v1.0.4
Changelog:
- Cone.find_lattice_points no longer crashes if both min_points is used and if the problem is infeasible at some degree
- Updated GCD reduction of rays/hyperplanes in Cone.init to use integer arithmetic if the array is integer. Also, vectorized calculations
- Included warning for very large coordinates in ray/hyperplane array (such large values definitely break Cone.is_sold, likely other methods, too)
Breaking changes:
None