Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: relf/egobox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.1
Choose a base ref
...
head repository: relf/egobox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.2
Choose a head ref
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 8, 2024

  1. Fix GP theta_tuning setting

    relf committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ac7373a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Improve optimized LHS performance (#136)

    * Use row instead of slice
    
    * Use row/column instead of slice
    
    * Bench with big dimension
    
    * Avoid some allocations
    
    * Relax test tolerance
    
    * Pin clap below 4.5 to avoid bumping MSVR to 1.74
    relf authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    54b27a9 View commit details
    Browse the repository at this point in the history
  2. Prepare release 0.15.2 (#137)

    * Lint README
    
    * Bump 0.15.2
    
    * Fix moe smooth derivatives test and some cleanup
    relf authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b206773 View commit details
    Browse the repository at this point in the history
Loading