Skip to content

Releases: JuliaReach/ReachabilityAnalysis.jl

v0.5.1

20 May 20:06
824789c
Compare
Choose a tag to compare

ReachabilityAnalysis v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

14 May 02:07
894110b
Compare
Choose a tag to compare

ReachabilityAnalysis v0.5.0

Diff since v0.4.1

Merged pull requests:

v0.4.1

10 May 23:04
b580cff
Compare
Choose a tag to compare

ReachabilityAnalysis v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

02 May 04:04
7f81e69
Compare
Choose a tag to compare

ReachabilityAnalysis v0.4.0

Diff since v0.3.0

Closed issues:

  • HA - Clocked linear dynamics (#7)
  • Fix error msg handling in incorrect time span (#68)
  • Multithreading for mixed flowpipes (#105)
  • Update references (#114)
  • Check _reduce_order function (from setops.jl) (#120)
  • Admit interval for jitter in HACLD1 (#131)

Merged pull requests:

v0.3.0

16 Apr 05:04
5d80719
Compare
Choose a tag to compare

ReachabilityAnalysis v0.3.0

Diff since v0.1.0

Closed issues:

  • Update installation link when registered (#1)
  • Register package (#2)
  • Fix dim (#31)
  • Use LazySets.AbstractDirections in TemplateReachSet (#49)
  • Add INT & BOX algorithms to docs (#52)
  • Add setrep as type parameter in algorithms? (#67)
  • Add tests for ASB07 (#92)
  • Duck-typing tspan (#103)
  • Releases (#111)

Merged pull requests:

v0.1.0

08 Apr 12:04
79d62a8
Compare
Choose a tag to compare

ReachabilityAnalysis v0.1.0

Closed issues:

  • Add keyword arguments to solve_hybrid function (time_triggered.jl) (#34)
  • Use symbols in discretization? (#38)
  • Incompatible with Julia v1.0 and v1.2 (#63)
  • Let TMJets work with linear IVPs (#79)

Merged pull requests:

  • CompatHelper: bump compat for "TaylorIntegration" to "0.7" (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#4) (@github-actions[bot])
  • CompatHelper: bump compat for "IntervalMatrices" to "0.3" (#5) (@github-actions[bot])
  • CompatHelper: bump compat for "Optim" to "0.20" (#6) (@github-actions[bot])
  • CompatHelper: bump compat for "MathematicalSystems" to "0.9" (#8) (@github-actions[bot])
  • CompatHelper: bump compat for "IntervalMatrices" to "0.4" (#9) (@github-actions[bot])
  • CompatHelper: bump compat for "MathematicalSystems" to "0.10" (#10) (@github-actions[bot])
  • CompatHelper: bump compat for "RecipesBase" to "0.8" (#12) (@github-actions[bot])
  • CompatHelper: bump compat for "TaylorIntegration" to "0.8" (#13) (@github-actions[bot])
  • Various updates (#20) (@mforets)
  • add some tests for the solve API (#27) (@mforets)
  • More flowpipe types (#29) (@mforets)
  • time triggered + various updates (#33) (@mforets)
  • solve_hybrid: positional alguments to keyword (#35) (@dfcaporale)
  • remove type annotation of X0 (#36) (@dfcaporale)
  • update docs (#39) (@mforets)
  • add linear high dim docs (#40) (@mforets)
  • add 0.5 compat for IM (#41) (@mforets)
  • Mforets/asb07 (#42) (@mforets)
  • Mforets/38 (#43) (@mforets)
  • Changes in GLGM06, add static method (#44) (@mforets)
  • add example for scalar linear eq (#45) (@mforets)
  • Add INT algorithm (#46) (@mforets)
  • Update make.jl (#47) (@mforets)
  • Update README.md (#48) (@mforets)
  • Update README.md (#50) (@schillic)
  • Adjust common exports (#55) (@mforets)
  • Update index.md (#56) (@schillic)
  • Add hybrid flowpipe (#57) (@mforets)
  • Update about.md (#59) (@schillic)
  • Update .travis.yml (#61) (@mforets)
  • Add v1.4 to CI (#64) (@mforets)
  • cleanup (#65) (@mforets)
  • Various fixes (#75) (@mforets)
  • #79 - Update IVPs interface for TMJets (#80) (@mforets)