Skip to content

0.14.0

Compare
Choose a tag to compare
@relf relf released this 13 Dec 10:23
· 60 commits to master since this release
5e3e94d

What's Changed

  • Fix Egor service in presence of discrete variables by @relf in #119
    A few API breaking changes:
  • EgorConfig::xtypes not an option anymore
  • EgorSolver::new_with_xtypes() renamed new as new with xlimits is removed, use to_xtypes to convert xlimits
  • EgorConfig::no_discrete attribute removed, use EgorConfig::discrete() method
  • SurrogateBuilder::new_with_xtypes_rng renamed new_with_xtypes

Full Changelog: 0.13.0...0.14.0