Software Open Access
Christian Schilling; Marcelo Forets; Luca Ferranti; Sebastián Guadalupe; kpotomkin; Mauricio Vanzulli; ueliwechsler; Bruno Garate; tomerarnon; Daniel Freire Caporale; Ryan Birmingham; nikos-kekatos; Frederik Baymler Mathiesen; Lasse Peters; Aadesh Deshmukh; David Reguera; Gustavo Goretkin; Julia TagBot; Morten Piibeleht; Peng Yu; viryfrederic
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.7671635</identifier> <creators> <creator> <creatorName>Christian Schilling</creatorName> <affiliation>Aalborg University</affiliation> </creator> <creator> <creatorName>Marcelo Forets</creatorName> <affiliation>Universidad de la República</affiliation> </creator> <creator> <creatorName>Luca Ferranti</creatorName> <affiliation>University of Vaasa</affiliation> </creator> <creator> <creatorName>Sebastián Guadalupe</creatorName> </creator> <creator> <creatorName>kpotomkin</creatorName> </creator> <creator> <creatorName>Mauricio Vanzulli</creatorName> <affiliation>Facultad de Ingeniería UdelaR</affiliation> </creator> <creator> <creatorName>ueliwechsler</creatorName> </creator> <creator> <creatorName>Bruno Garate</creatorName> <affiliation>Urudata Software</affiliation> </creator> <creator> <creatorName>tomerarnon</creatorName> </creator> <creator> <creatorName>Daniel Freire Caporale</creatorName> </creator> <creator> <creatorName>Ryan Birmingham</creatorName> </creator> <creator> <creatorName>nikos-kekatos</creatorName> </creator> <creator> <creatorName>Frederik Baymler Mathiesen</creatorName> <affiliation>TU Delft</affiliation> </creator> <creator> <creatorName>Lasse Peters</creatorName> <affiliation>Delft University of Technology</affiliation> </creator> <creator> <creatorName>Aadesh Deshmukh</creatorName> <affiliation>University of Utah</affiliation> </creator> <creator> <creatorName>David Reguera</creatorName> </creator> <creator> <creatorName>Gustavo Goretkin</creatorName> </creator> <creator> <creatorName>Julia TagBot</creatorName> </creator> <creator> <creatorName>Morten Piibeleht</creatorName> <affiliation>@JuliaComputing</affiliation> </creator> <creator> <creatorName>Peng Yu</creatorName> <affiliation>@Shopify</affiliation> </creator> <creator> <creatorName>viryfrederic</creatorName> </creator> </creators> <titles> <title>JuliaReach/LazySets.jl: v2.6.0</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2023</publicationYear> <dates> <date dateType="Issued">2023-02-23</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/7671635</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/JuliaReach/LazySets.jl/tree/v2.6.0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.1161710</relatedIdentifier> </relatedIdentifiers> <version>v2.6.0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">LazySets v2.6.0 <p><a href="https://github.com/JuliaReach/LazySets.jl/compare/v2.5.0...v2.6.0">Diff since v2.5.0</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>Concrete Minkowski difference for zonotopes (#586)</li> <li>HPolygon's addconstraint! should ignore/replace constraints with same normal direction (#653)</li> <li>HPolytope's removehredundancy! removes non-redundant constraints (#754)</li> <li>Iterative refinement of HPolygon with redundant constraint adds unexpected constraint (#895)</li> <li>tohrep(::VPolytope) results in unbounded polytope (#1234)</li> <li>Overapproximation of zonotope with polyhedron in constraint representation (#1328)</li> <li>Different result for intersection using HPolyhedron or HPolytope (#1348)</li> <li>HPolygon should not reorder already-sorted constraints (#1393)</li> <li>Convert AbstractPolyhedron to Polyhedra.polyhedron (#1505)</li> <li>Docstrings with kwargs (#1650)</li> <li>Faster support function for CPA and canonical vectors (#1758)</li> <li>Add test for MiniQhull optional dependency (#2077)</li> <li>Documentation redefinition in require blocks (#2080)</li> <li>Fix warnings with Polyhedra (#2162)</li> <li>addconstraint! for HPolygon differs with linear_search option (#2426)</li> <li>Error when passing LP solver to Polyhedra (#2542)</li> <li>AssertionError in is_tighter_same_dir_2D (#2582)</li> <li>Checking equality of Complements Unexpected Behavior. (#2686)</li> <li>Fix links in documentation (#2721)</li> <li>Undefined LP in remove_redundant_constraints (#2732)</li> <li>Overapproximation with zonotope and PolarDirections (CPA algorithm) crashes (#2833)</li> <li>MethodError in eps close approx of Bloating (#2894)</li> <li><code>rand</code> doesn't work with <code>Rational{Int}</code> (#3019)</li> <li>isdisjoint of flat zonotope with polyhedron returns wrong answer (#3038)</li> <li>Generalize <code>polyhedron</code> to <code>AbstractPolyhedron</code> (#3060)</li> <li>EmptySet is not quite the absorbing operation for CartesianProduct (#3078)</li> <li>Support vector of Ball2 in zero direction (#3198)</li> <li>constraints_list of flat zonotopes is wrong (#3209)</li> <li>Depend on <code>MathOptInterface</code> directly instead of referencing the internal variable of <code>JuMP</code> (#3238)</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Update publications (#3197) (@schillic)</li> <li>#1758 - faster support function/vector for CartesianProduct/CartesianProductArray (#3199) (@schillic)</li> <li>#3198 - Fix support vector of Ball2 in zero direction (#3200) (@schillic)</li> <li>Overapproximation for intersection of zonotope and hyperplane (#3201) (@schillic)</li> <li>Add reference (#3202) (@schillic)</li> <li>Add volume method for HParallelotope (#3204) (@schillic)</li> <li>Add order-reduction method with parallelotope (#3205) (@schillic)</li> <li>#586 - Concrete Minkowski difference for zonotopes (#3206) (@schillic)</li> <li>Fix vrep_chull algorithm and simplify code (#3207) (@schillic)</li> <li>#3078 - Fix CartesianProduct constructor with EmptySet (#3208) (@schillic)</li> <li>#3209 - Fix constraints_list of flat zonotopes (#3210) (@schillic)</li> <li>#2833 - Fix automatic generation of template-direction instances (#3211) (@schillic)</li> <li>#2426 - Fix binary search in addconstraint! for polygons (#3213) (@schillic)</li> <li>#1348 - Improved bound for line search (#3214) (@schillic)</li> <li>#2077 - Add test for MiniQhull (#3216) (@schillic)</li> <li>#2080 - Pull out documentation from requires blocks (#3217) (@schillic)</li> <li>#2732 - Simplify remove_redundant_constraints! code (#3218) (@schillic)</li> <li>Use newer version of Makie in tests (#3220) (@schillic)</li> <li>Add publications (#3222) (@schillic)</li> <li>#3060 - Generalize polyhedron to LazySet (#3223) (@schillic)</li> <li>Use rng in all rand calls (#3224) (@schillic)</li> <li>#2162 - Fix warning with Polyhedra (#3225) (@schillic)</li> <li>Fix check for elimination algorithm type in _minkowski_sum_hrep (#3227) (@Zinoex)</li> <li>Fix variable naming error in overapproximate to HPolyhedron (#3228) (@Zinoex)</li> <li>Make names dir/dirs consistent (#3229) (@schillic)</li> <li>Add test for #3227 (_minkowski_sum_hrep with algorithm given) (#3230) (@schillic)</li> <li>Update Symbolics in tests (#3232) (@schillic)</li> <li>Remove invoke calls (#3233) (@schillic)</li> <li>Fix support vector of unbounded HPolyhedron (#3234) (@schillic)</li> <li>Fix #3238 -- MathOptInterface -&gt; MOI (#3239) (@lassepe)</li> <li>Update Project.toml (#3240) (@schillic)</li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 1,705 | 6 |
Downloads | 1,571 | 1 |
Data volume | 798.2 MB | 706.7 kB |
Unique views | 1,566 | 6 |
Unique downloads | 251 | 1 |