-
Notifications
You must be signed in to change notification settings - Fork 37
Release log tracker
Christian Schilling edited this page Oct 30, 2025
·
1618 revisions
Here we collect the new features, bug fixes, etc. for the next release.
Contributors for this release:
- Add
ispolyhedraltypetrait (#3877) - Add
ispolytopicfunction (#4008, #4034, #4035) - Add
getindexfor caching template directions (#3876) - Add
convertfrom 2DLinetoHyperplane(#4038) - Add
areafor 3D polytopes (which computes the surface area) (#4050) - Add
radius/diameterin 1D (#4052) - Add circumsphere computation for a list of points (and thus
overapproximatewithBall2as well asradiusanddiameterin the Euclidean norm for polytopic sets) (#4053, #4054)
- Change default
convertfromAbstractZonotopetoSparsePolynomialZonotope(#4017) - Faster conversion from
RectificationofIntervaltoInterval(#3869) - Better
isequivalentforEmptySet(#3895) - Better
differenceforInterval(#3897) - More robust
isdisjointwitness forInterval(#3907) - Better
chebyshev_center_radiusforAbstractHyperrectangle(#3930) - Add better error message to
chebyshev_center_radiusforUniverse(#4043) - Add witness for
isdisjointofAbstractZonotopes (#4047) - Add error message to assertions (#4055)
- Improve some error messages (#4057)
- Fix numeric type of
centerandgenmatforHParallelotope(#4020) - Fix
isuniversalforAbstractPolytope(#3875) - Fix
tohrep: may returnHPolytope(#3879) - Fix
isapproxforHPoly*andStar(#3883) - Fix
linear_map_inverse/affine_map_inverseforEmptySetresult (#3889) - Let
vertices_listofAbstractHPolygonwith no constraints crash (#3961) - Fix
constraints_listofIntersectionArray(#3962) - Fix
remove_redundant_constraintsfor infeasible case (#3991) - Revise assertion in
reduce_orderofSPZ(#3974) - Fix and improve
is_interior_pointforAbstractHyperrectangle(#3906) - Fix and improve
linear_mapforUniversewith invertible map (#3896) - Fix
linear_mapelimination algorithm with empty constraints (#3953) - Fix 3D plotting (#4049)
- Fix
vertices_listforAbstractZonotope(#4056)
- Allow SymEngine v0.13 in tests/docs (#4016)
- Polish bibliography (#4018)
- Use dynamic RNG seed in tests (#4013, #4022)
- Fix error message (#4021)
- Revise tests (#4032, #4033, #4037)
- Refactor
reduce_ordercode (#4002) - Remove redundant helper function (#4039)
- Remove redundant
togrepmethod (#4040) - Add
issubsettest forUniverse(#4041) - Remove redundant validation code (#4042)
- Rename variable in tests (#4044)
- Add tests for
convert(#4045) - Make tolerance tests consistent (#4048)