Releases: JuliaReach/ReachabilityAnalysis.jl
Releases · JuliaReach/ReachabilityAnalysis.jl
v0.17.1
ReachabilityAnalysis v0.17.1
Closed issues:
- Fix construction of TaylorModelN in subdomain evaluation to Zonotope (#613)
Merged pull requests:
v0.17.0
v0.16.5
ReachabilityAnalysis v0.16.5
Merged pull requests:
v0.16.4
ReachabilityAnalysis v0.16.4
Closed issues:
- solve a system with control input (#595)
- Intersection of two reach sets (#598)
- Fix CI build in v1.7 (#607)
Merged pull requests:
- cleanup deps (#599) (@mforets)
- fix typo: duplicate "of" (#601) (@hpodhaisky)
- Update CI scripts (#602) (@schillic)
- Optional dom argument for TM/zonotope overapproximation (#603) (@schillic)
- Update the query for number of BLAS threads (#604) (@ViralBShah)
- CompatHelper: bump compat for TaylorSeries to 0.12, (keep existing compat) (#605) (@github-actions[bot])
- Update Project.toml (#608) (@mforets)
v0.16.3
ReachabilityAnalysis v0.16.3
Merged pull requests:
v0.16.2
ReachabilityAnalysis v0.16.2
Merged pull requests:
v0.16.1
ReachabilityAnalysis v0.16.1
Merged pull requests:
v0.16.0
ReachabilityAnalysis v0.16.0
Closed issues:
- Implemented CorrectionHull approximation model when the input set does not contain the origin (#253)
- Discretization method over continuous convex hull (#441)
Merged pull requests:
- docs index tweaks (#564) (@mforets)
- add forward backward method with continuous CH set (#565) (@mforets)
- Automatically convert to interval matrix in CorrectionHull (#567) (@schillic)
- Zonotope discretization (#568) (@schillic)
- First-order discretization (#569) (@schillic)
- Simplify computation in d/dt discretization method (#571) (@schillic)
- Finish correction hull (#572) (@schillic)
- Generalize ORBIT to nondeterministic inputs (#574) (@schillic)
- Update discretization methods names (#577) (@mforets)
v0.15.3
v0.15.2
ReachabilityAnalysis v0.15.2
Merged pull requests:
- Fix simulation of hybrid system from initial set (#549) (@schillic)
- CompatHelper: bump compat for "IntervalMatrices" to "0.7" (#550) (@github-actions[bot])
- Change kron_pow_stack (#551) (@schillic)
- Add case N = 1 for kron_pow (#552) (@schillic)
- Outsource some CARLIN code (#553) (@schillic)
- refactor docs (#554) (@mforets)
- Parse LGG09 template as symbol (#555) (@mforets)
- Add homogeneize for 2nd order systems (#556) (@mforets)
- New version of IntervalMatrices (#557) (@schillic)
- use isdisjoint instead of is_intersection_empty (#559) (@mforets)