Skip to content

Releases: GeomScale/volesti

v1.1.2-6: CRAN package

12 Apr 12:23
Compare
Choose a tag to compare
Fix UBSAN issues in lp_solve

v1.1.2-4: CRAN package

03 Apr 12:42
Compare
Choose a tag to compare
New CRAN version 1.1.2-4 Revert back initialization in lp_presolve

v1.1.2-3: CRAN package

13 Oct 09:16
Compare
Choose a tag to compare

Remove unneeded-internal-declaration warning in clang-15

Random sampling portfolios

14 Oct 11:00
Compare
Choose a tag to compare
Pre-release
v1.1.5

improve readme

v1.1.4

14 Feb 15:33
6591ae8
Compare
Choose a tag to compare

New features

  • Counting linear extensions via polytope volume approximation
    • Counting linear extensions using hpolytope #161
    • Order polytope class #165
    • Max inscribed ellipsoid sparse #166
    • Implementation of ellipsoid class and sampling from an ellipsoid #175
    • Order polytope related fixes and improvements #176
    • Ellipsoid related changes and improvements #177
  • 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

22 Jul 12:20
7fa54fb
Compare
Choose a tag to compare

Supplementary code for the paper "Sampling the feasible sets of SDPs and volume approximation"

v1.1.2-2: CRAN package

20 Jul 09:39
276710b
Compare
Choose a tag to compare

Remove loadSdpaFormatFile() and readSdpaFormatFile() functions.

v1.1.0-2 Sampling the flux space of metabolic networks

13 Jul 13:56
Compare
Choose a tag to compare

v1.1.3: Update boost integration (#158)

05 May 15:24
79bd539
Compare
Choose a tag to compare
* fix boost in tests and examples folders

* drop g++4.8 test

v1.1.2: CRAN package

20 Jul 09:44
Compare
Choose a tag to compare
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