Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix macos/ARM/clang compile errors #297

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from

Commits on Oct 16, 2023

  1. Fix the warning message in R Mac's cran test (GeomScale#285)

    * copy and replace lp_rlp.h
    
    * remove re-initialization of eta
    
    * update ubuntu version from 18 to 20 in R cran tests
    
    * minor improvements (explanatory comments)
    
    ---------
    
    Co-authored-by: Apostolos Chalkis <[email protected]>
    TolisChal and Apostolos Chalkis authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    157955c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. No-U-Turn Sampler in HMC (GeomScale#216)

    * initialize nuts sampler class
    
    * implement the burnin of nuts sampler
    
    * add tests and resolve bugs
    
    * implement e0 estimation in burnin of nuts
    
    * optimize leapfrog
    
    * integrate nuts into the R interface
    
    * document random walk in sample_points.cpp in R interface
    
    * fix burnin for the non-truncated case
    
    * resolve bugs in hmc and nuts pipelines
    
    * improve the preprocess in burin step of nuts
    
    * split large lines in sample_points.cpp
    
    * Add NUTS C++ example and update CMake (GeomScale#29)
    
    * resolve PR comments
    
    * fix minor bug
    
    * fix compiler bug
    
    * fix error in building the C++ examples
    
    * resolve warnings in sample_points
    
    * fix lpsolve cran warning
    
    * fix cran warning on mac
    
    * improve lpsolve cmake for cran check
    
    * fix R warning in mac test
    
    * remove lpsolve header
    
    * resolve PR comments
    
    ---------
    
    Co-authored-by: Marios Papachristou <[email protected]>
    Co-authored-by: Apostolos Chalkis <[email protected]>
    3 people authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    074a562 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    c31e98b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update CODE_OF_CONDUCT.md

    vissarion authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e767f46 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Rename LinearProgramFunctor to ExponentialFunctor, add inverse varian…

    …ce parameter, add define lp_solve guards to orderpolytope
    vfisikop committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b15c9d8 View commit details
    Browse the repository at this point in the history
  2. Remove C11 flags from cran

    vfisikop committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1ae6a45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request GeomScale#289 from vfisikop/remove_volesti4dingo

    Remove volesti4dingo branch
    vfisikop authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ad049d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    432b967 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    7da53c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8db05c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1703e69 View commit details
    Browse the repository at this point in the history
  4. Merge pull request GeomScale#290 from vfisikop/fix/lpsolve_build_from…

    …_source
    
    Build only with lp-solve source code, no need for liblpsolve55.so files
    vfisikop authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    93bbc50 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Update requirements.txt

    vfisikop authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5bf9188 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    b2b5c06 View commit details
    Browse the repository at this point in the history
  2. Enable c++17 support in tests and fix saxpy calls (GeomScale#292)

    * Enable c++17 support in tests and fix saxpy calls
    
    * Fix structure, code style and tests in autodiff
    vfisikop authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bf1ebd0 View commit details
    Browse the repository at this point in the history
  3. Refactor/eliminate include directives (GeomScale#244)

    * correcting the includes to point the boost library directory
    
    * modifs to include only the include/ and external/ directories
    
    * modifs
    
    * Update CMakeLists.txt
    
    ---------
    
    Co-authored-by: Vissarion Fisikopoulos <[email protected]>
    Co-authored-by: vfisikop <[email protected]>
    3 people authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    acad38a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f7a9f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8724a73 View commit details
    Browse the repository at this point in the history
  6. Fix windows CI tests

    vfisikop committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4c6bcc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Remove unused header files

    vfisikop committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4ee5374 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GeomScale#293 from vfisikop/remove_R_interface

    Remove R interface
    vfisikop authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    795e948 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9114f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. fix cmake bug

    congyu711 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    942710b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158d7d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    bbe540e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e39e63 View commit details
    Browse the repository at this point in the history