Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.12 KB

NEWS.md

File metadata and controls

52 lines (31 loc) · 1.12 KB

volesti 1.0.0

  • This is the first release of volesti R-Package.

volesti 1.0.1

  • Fix some bugs for solaris os.

volesti 1.0.2

  • Remove r-striper to avoid CRAN policy violation.

volesti 1.0.3

  • Fix CRAN warnings.

volesti 1.1.0

  • New volume computation algorithm.
  • Billiard walk for uniform sampling.
  • Modified exact volume computation function.
  • Implementation and evaluation of PCA method for zonotope approximation.
  • Boundary sampling.
  • Improved functionality for finance applications.
  • Improved names for functions and input variables.
  • Use exclusively Eigen/BH library for linear algebra.

volesti 1.1.1

  • Fix CRAN warnings about deprecated use of ftime

volesti 1.1.2

  • Improve functionality of R function.
  • Use lower case and "_" separated names for the volesti's functions.
  • Use R classes for the convex polytopes

volesti 1.1.2-2

  • Remove loadSdpaFormatFile() and readSdpaFormatFile() functions.

volesti 1.1.2-3

  • Remove unneeded-internal-declaration warning in clang-15

volesti 1.1.2-4

  • Remove uninitialized warning in clang-16 (lp_presolve)

volesti 1.1.2-6

  • Fix UBSAN issues (lp_presolve)