Releases: merlresearch/pycvxset
Releases · merlresearch/pycvxset
pycvxset 1.2.0 Release Notes
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
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
Update by @abyvinodm::
- Set up documentation website using Github Pages
Full Changelog: v1.0.1...v1.0.2
pycvxset 1.0.1 Release Notes
pycvxset 1.0.0 Release Notes
Initial release