v2.14.0
github-actions
released this
27 Jun 18:13
·
403 commits
to master
since this release
LazySets v2.14.0
Announcements
Contributors for this release:
Breaking changes
- Remove symbol aliases of concrete operations (
⊞
and\
) (#3528) - Remove redundant
VectorIterator
(#3529) - Remove membership test of number in
Interval
(#3534)
Features
- Add
MatrixSets
withMatrixZonotope
(not exported; planned to be outsourced later) (#3510) - Add
center
toAPI
module (#3513) - Outsource
Interval
to its own module (#3520) - Outsource
EmptySet
to its own module (#3536) - Add
SymEngine
code to createHalfSpace
/Hyperplane
(#3532)
Enhancements
- Make
Interval
'sdiameter
consistent withradius
(#3514) - Add
radius
forInterval
(#3515) - Revise and test
convert
toInterval
(#3517) - Add space in error message (#3523)
- Revise
translate
andtranslate!
(#3525) - Support
is_interior_point
for mixed numeric types (#3526) - Support ReachabilityBase v0.3 (#3537)
Bug fixes
- Export missing function
permute
(#3521) - Fix
overapproximate
of(Simple)SparsePolynomialZonotope
withZonotope
anddom
(#3531)
Internal changes
- Add JuliaHub and PkgEval badges (#3512)
- Remove
mince
import (#3516) - More tests for
split
ofInterval
(#3518) - Tests for
issubset
betweenInterval
s (#3519) - Fix
Array
package source in tests (#3524) - Allow passing
""
argument to tests (#3522, #3535) - Move API in docs (#3527)
- Add tests for
API
module (#3530)
Merged pull requests:
- Matrix set (#3510) (@schillic)
- Automatic JuliaFormatter.jl run (#3511) (@github-actions[bot])
- Add JuliaHub and PkgEval badges (#3512) (@schillic)
- Add
center
toAPI
module (#3513) (@schillic) - Make
Interval
'sdiameter
consistent withradius
(#3514) (@schillic) - Add
radius
forInterval
(#3515) (@schillic) - Remove
mince
import (#3516) (@schillic) - Revise and test
convert
toInterval
(#3517) (@schillic) - More tests for
split
ofInterval
(#3518) (@schillic) - Tests for
issubset
betweenInterval
s (#3519) (@schillic) - Outsource
Interval
to its own module (#3520) (@schillic) - Export missing function
permute
(#3521) (@schillic) - Allow passing
nothing
argument to tests (#3522) (@schillic) - Add space in error message (#3523) (@schillic)
- Fix
Array
package source in tests (#3524) (@schillic) - Revise
translate
andtranslate!
(#3525) (@schillic) - Support
is_interior_point
for mixed numeric types (#3526) (@schillic) - Move API in docs (#3527) (@schillic)
- Remove symbol aliases of concrete operations (#3528) (@schillic)
- Remove redundant
VectorIterator
(#3529) (@schillic) - Add tests for
API
module (#3530) (@schillic) - Fix
overapproximate
ofSSPZ
withZonotope
anddom
(#3531) (@schillic) SymEngine
code to createHalfSpace
/Hyperplane
(#3532) (@schillic)- Remove membership test of number in
Interval
(#3534) (@schillic) - Allow passing empty string to tests (#3535) (@schillic)
- Outsource
EmptySet
to its own module (#3536) (@schillic) - Support ReachabilityBase v0.3 (#3537) (@schillic)
- v2.14.0 (#3539) (@schillic)