Releases: LiamMcAllisterGroup/cytools
Releases · LiamMcAllisterGroup/cytools
v1.2.6
v1.2.5
v1.2.4
What's Changed
- Generalized cone containment methods in 6cec12a and d60bf18
- Triangulation.is_valid bugfix in 30c999c
- Restricted triangulations now keep pointer to ambient triangulation in 30c999c
- Allow secondary cones to be computed on the N-skeleton (i.e., intersection of secondary cones for each ND restriction of the triangulation) in 30c999c
- Updated Ubuntu and Flint packages by @michaelstepniczka in #43
- Generalize HPolytope to allow dilations of rational polytopes in f9b9356
- Integrate CYGV in d0201db and 4aa4e47
- Move to specify simplices by labels, not indices in 36aa262
New Contributors
- @michaelstepniczka made their first contribution in #43
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Bump the actions group with 1 update by @dependabot in #41
- fix documentation by @natemacfadden in #42
- generalize cone methods (for trivial cones, for checking containment of vectors, etc.)
New Contributors
- @dependabot made their first contribution in #41
Full Changelog: v1.2.2...v1.2.3
v1.2.2
- new H-Polytope class
- better methods for restricting triangulations to faces
- cleaned up some spurious warnings upon opening CYTools
- introduced flags 'INSTALL_SAGE' and 'INSTALL_M2' for installing up-to-date versions of Sage and Macaulay2, respectively
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- bugfix for
feasibility
with trivial (i.e., empty) hyperplanes
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- allow default stretching c=1
- upgrade from Debian to Ubuntu
- chore: delete CNAME by @ariostas in #36
- build: add pyproject.toml and switch to Hatch build system by @ariostas in #37
- docs: fix broken link in readme by @ariostas in #38
- chore: add citation file by @ariostas in #39
- ci: consolidate workflows and add dependabot by @ariostas in #40
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Changed update scripts to use curl.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Marked as a minor version primarily because of the points-by-labels change that occurred previously.
Some bugfixes (related to labeling)
Some memory optimizations
Some reordering (to ensure vertices are sorted lexicographically be original representation)
Full Changelog: v1.0.14...v1.1.0
v1.0.14
Major Changes
- 0-faces are enforced to be enumerated in vertex order
- support for specifying points by labels is now added. Causes significant reduction in memory when constructing triangulations
- support for trivial cones
Full Changelog: v1.0.13...v1.0.14