v1.56.0
·
2057 commits
to master
since this release
LazySets v1.56.0
Announcements
Contributors for this release:
Breaking changes
- In the
intersection
method forAbstractHPolygon
s, the positional argumentprune
was changed to a keyword argument for consistency (#2935)
Enhancements
- Faster concrete
intersection
of mixed polygons (#2935) - New versions of
GLPK
(#2939, #2943),Polyhedra
andCDDLib
(#2943, #2942), andJuMP
(#2942) - Faster
low
andhigh
methods forZonotope
(#2941)
Internal changes
- A test that was commented out in #2923 for compatibility reasons was brought back (#2931)
IntervalConstraintProgramming
was excluded from the tests due to package incompatibilities (#2942)
Closed issues:
- Update optional dependencies page in the manual (#2924)
- Reach sets (#2933)
- GLPK not thread safe? (#2934)
Merged pull requests:
- Add JCON badge to README (#2930) (@schillic)
- Bring back fixed test (#2931) (@schillic)
- Faster concrete intersection of mixed polygons (#2935) (@schillic)
- Move Optional Dependencies to its own page (#2936) (@mforets)
- Use test/Project file (#2939) (@schillic)
- Update CI scripts (#2940) (@schillic)
- Faster low/high for Zonotope (#2941) (@schillic)
- CompatHelper: bump compat for JuMP to 0.23, (keep existing compat) (#2942) (@github-actions[bot])
- Fix GLPK v1 and update Polyhedra & CDDLib (#2943) (@schillic)
- Update MinkowskiSum.jl (#2945) (@mforets)
- Update Project.toml (#2946) (@mforets)