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
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)
 
volesti 1.1.2-7
- Fix valgrind reporting a realloc(3) call with size = 0
(lpsolve)
 
volesti 1.1.2-8
- Fix Wmissing-template-arg-list-after-template-kw error
(clang-19)
 
volesti 1.1.2-9
- Remove lpsolve code that call entry points which might terminate R
or write to stdout/stderr instead of to the console