Releases: GeomScale/volesti
Releases · GeomScale/volesti
v1.1.2-6: CRAN package
v1.1.2-4: CRAN package
New CRAN version 1.1.2-4 Revert back initialization in lp_presolve
v1.1.2-3: CRAN package
Remove unneeded-internal-declaration warning in clang-15
Random sampling portfolios
v1.1.5 improve readme
v1.1.4
New features
- Counting linear extensions via polytope volume approximation
- Exact Hamiltonian Monte Carlo for spherical Gaussian sampling #144
- Multiphase Monte Carlo Sampling #147
- Simple MC Integration #163
- Enable code coverage #188
- ReHMC support for Spectrahedra and general convex bodies (with refactored Spectrahedra classes) #194
- Implement biomass sampling experiments for metabolic networks #197
Solved issues and bugfixes
- Update R-CMD-check-windows.yml #162
- Cran actions fix for ubuntu #178
- Remove lpsolve files from external #183
- Upgrade eigen to 3.4.0 #186
- CMake refactor and fix examples. #190
- Fix metric reporting #196
Full Changelog: v1.1.3...v1.1.4
Sampling the feasible sets of SDPs and volume approximation
Supplementary code for the paper "Sampling the feasible sets of SDPs and volume approximation"
v1.1.2-2: CRAN package
Remove loadSdpaFormatFile() and readSdpaFormatFile() functions.
v1.1.0-2 Sampling the flux space of metabolic networks
Update README and remove actions
v1.1.3: Update boost integration (#158)
* fix boost in tests and examples folders * drop g++4.8 test
v1.1.2: CRAN package
CRAN version 1.1.2 (#118) * fix review comments on R package * update R interface in volume and sample_points * update Rcpp modules and S4 classes * replace modules with R classes * update R documentation * fix R tests * fix R bugs * add hpoly new generator, fix bugs in rounding with biw * update the Rd files * fix c++ tests and a bug in volume.coo * fix c++ test * update polytope random generators in R, update rd files * fix bugs in R interface * seperate sdp functions