Skip to content

Releases: merlresearch/pycvxset

pycvxset 1.2.0 Release Notes

19 Feb 18:51

Choose a tag to compare

Update by @abyvinodm:

  • Code refactoring/optimization (including local import) for speed and type hinting
    • Use pyright to ensure strict type checking, which will provide improved auto-complete features
  • General changes
    • Add github actions support for Python 3.13
    • Add type_of_set data member to each set
    • Rename first required argument of spread_points_on_a_unit_sphere from n_dim to dim for consistency
    • Use CVXPY parameters for speed up support and project computation, and CVXPY is now imported locally
  • Changes to ConstrainedZonotope
    • Add get_matrix_least_norm_solution
  • Changes to Ellipsoid
    • Add is_bounded
    • Refactor support computation
  • Changes to Polytope
    • Add decompose_as_affine_transform_of_polytope_without_equalities
    • Add is_singleton
    • Add deflate_rectangle    
  • [Bugfix] Fix issue #4 in github           

Full Changelog: v1.1.0...v1.2.0

pycvxset 1.1.0 Release Notes

02 Jul 15:09

Choose a tag to compare

Update by @abyvinodm:

  • Update dependency to use pycddlib>=3.0.0
  • General changes
  • Add new methods/data members to ConstrainedZonotope
  • Add new methods to Ellipsoid
  • Changes to Polytope

Full Changelog: v1.0.2...v1.1.0

pycvxset 1.0.2 Release Notes

28 Feb 16:37

Choose a tag to compare

Update by @abyvinodm::                

  • Set up documentation website using Github Pages

Full Changelog: v1.0.1...v1.0.2

pycvxset 1.0.1 Release Notes

14 Oct 15:25

Choose a tag to compare

Bugfix by @abyvinodm:                  

  • Restrict pycddlib to 2.1.8
  • Minor bugfixes

Full Changelog: v1.0.0...v1.0.1

pycvxset 1.0.0 Release Notes

27 Sep 18:32

Choose a tag to compare