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: bayesian-optimization/BayesianOptimization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: bayesian-optimization/BayesianOptimization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 9, 2025

  1. fix formatting of positive numbers with negative exponents (#590)

    * correct the formatting for positive numbers with negative exponents and add additional test
    
    * add case for negative exponent truncation, add guard for the mantissa
    
    * delete unnecessary else statement
    adrianmolzon authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    c410d51 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. Add packaging package (#596)

    * Add packaging
    
    * Relax version requirement
    ubreblanca authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    4bca224 View commit details
    Browse the repository at this point in the history
  2. Add .predict function to optimizer (#593)

    * Add `.predict` function to optimizer
    
    * Allow all iterables of dicts
    till-m authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    8688445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab61027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10c949b View commit details
    Browse the repository at this point in the history
  5. bump version (#599)

    till-m authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    c1747ca View commit details
    Browse the repository at this point in the history
Loading