Skip to content

Releases: JuliaReach/LazySets.jl

v1.56.2

29 Mar 06:14
fd40cea
Compare
Choose a tag to compare

LazySets v1.56.2

Diff since v1.56.1

Announcements

Contributors for this release:

Enhancements

  • New version of JuMP (#2953)

Merged pull requests:

  • Escape inverse slash in docstring. (#2951) (@nablabits)
  • CompatHelper: bump compat for JuMP to 1, (keep existing compat) (#2953) (@github-actions[bot])

v1.56.1

17 Mar 01:02
e839322
Compare
Choose a tag to compare

LazySets v1.56.1

Diff since v1.56.0

Announcements

Contributors for this release:

Features

  • Add center methods for Translation and Bloating (#2949)

Closed issues:

  • Improved Documentation (#2944)
  • mean, center, meta-functions (#2947)

Merged pull requests:

v1.56.0

04 Mar 12:48
ab51e39
Compare
Choose a tag to compare

LazySets v1.56.0

Diff since v1.55.0

Announcements

Contributors for this release:

Breaking changes

  • In the intersection method for AbstractHPolygons, the positional argument prune was changed to a keyword argument for consistency (#2935)

Enhancements

  • Faster concrete intersection of mixed polygons (#2935)
  • New versions of GLPK (#2939, #2943), Polyhedra and CDDLib (#2943, #2942), and JuMP (#2942)
  • Faster low and high methods for Zonotope (#2941)

Internal changes

  • A test that was commented out in #2923 for compatibility reasons was brought back (#2931)
  • IntervalConstraintProgramming was excluded from the tests due to package incompatibilities (#2942)

Closed issues:

  • Update optional dependencies page in the manual (#2924)
  • Reach sets (#2933)
  • GLPK not thread safe? (#2934)

Merged pull requests:

v1.55.0

30 Jan 12:07
b024198
Compare
Choose a tag to compare

LazySets v1.55.0

Diff since v1.54.0

Announcements

Contributors for this release:

Breaking changes

  • Drop MathProgBase and GLPKMathProgInterface solver support and instead use JuMP. This currently breaks some support for applying GLPK in exact solve mode due to an external error. This also increases the loading time of the package. (#2923)

Closed issues:

  • Deprecated GLPKMathProgInterface brings forward compatibility issues of LazySets with other packages (#2922)

Merged pull requests:

v1.54.0

30 Jan 10:45
e97f50d
Compare
Choose a tag to compare

LazySets v1.54.0

Diff since v1.53.4

Announcements

Contributors for this release:

Breaking changes

  • Require Julia v1.5 or higher (#2920)

Features

  • Sampling from Hyperplane/Line2D (#2918)

Enhancements

  • Update to new version of Symbolics (#2920)
  • Update optional dependencies (#2927, #2928)

Internal changes

  • Remove custom build script (#2927)

Closed issues:

  • Update to new version of Symbolics (#2825)
  • Remove custom build script (#2926)

Merged pull requests:

v1.53.4

06 Dec 10:59
e2e970d
Compare
Choose a tag to compare

LazySets v1.53.4

Diff since v1.53.3

Announcements

Contributors for this release:

Features

  • Add linear_map for UnionSet and UnionSetArray (#2902)
  • Add volume for UnionSet, Intersection, and EmptySet (#2910)
  • Add reflect of a point in a Hyperplane (#2912)
  • Add sample from a HalfSpace (#2912)
  • Add ExponentialUtilities as exponentiation backend (and make adding other backends easy) (#2907)

Bug fixes

  • Fix isempty(::HParallelotope) (#2875)

Internal changes

  • Use Github Actions instead of Appveyor (#2899)
  • Change documentation layout (#2914)

Closed issues:

  • Add more exponentiation backends (#1312)
  • Dark mode contrast for notes sections (#2913)

Merged pull requests:

v1.53.3

11 Nov 12:36
ef55ff0
Compare
Choose a tag to compare

LazySets v1.53.3

Diff since v1.53.2

Announcements

Contributors for this release:

Features

  • Generalize norm to arbitrary p-norms for polytopic sets (#2891)

Enhancements

  • New version of TaylorModels (#2896)
  • New version of JuMP (#2898)

Bug fixes

  • Fix infinity norm (norm) of a set (the result was sometimes too big) (#2891)

Merged pull requests:

v1.53.2

17 Oct 15:17
65f540a
Compare
Choose a tag to compare

LazySets v1.53.2

Diff since v1.53.1

Announcements

Contributors for this release:

Enhancements

  • New version (v0.20) of IntervalArithmetic

Closed issues:

  • Update README and citation.... (#2880)

Merged pull requests:

  • Update README.md (#2889) (@mforets)
  • CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) (#2890) (@github-actions[bot])

v1.53.1

09 Oct 14:32
b3d0026
Compare
Choose a tag to compare

LazySets v1.53.1

Diff since v1.53.0

Announcements

Contributors for this release:

Breaking change in optional dependency

  • Support newest version v0.8 of IntervalMatrices and drop support for old versions (#2888)

Merged pull requests:

v1.53.0

09 Oct 12:26
a0f3882
Compare
Choose a tag to compare

LazySets v1.53.0

Diff since v1.52.1

Announcements

Contributors for this release:

Enhancements

  • Allow mixing IntervalArithmetic types with LazySets in disjointness and inclusion checks (#2884)

Internal changes

  • Swap isdisjoint and is_intersection_empty (#2887)

Merged pull requests: