GPflow / GPflowOpt

Bayesian Optimization using GPflow
Apache License 2.0
270 stars 61 forks source link

Package rename #75

Closed javdrher closed 7 years ago

javdrher commented 7 years ago

Following #50 , this PR is urgent. Right now, our master is broken as the imports are no longer matching with the dependency. At the same time, this PR also renamed GPflowOpt to gpflowopt, following the convention (pep8).

codecov-io commented 7 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #75   +/-   ##
======================================
  Coverage    99.8%   99.8%           
======================================
  Files          17      17           
  Lines        1013    1013           
======================================
  Hits         1011    1011           
  Misses          2       2
Impacted Files Coverage Δ
gpflowopt/bo.py 98.66% <ø> (ø)
gpflowopt/acquisition/lcb.py 100% <ø> (ø)
gpflowopt/__init__.py 100% <ø> (ø)
gpflowopt/acquisition/__init__.py 100% <ø> (ø)
gpflowopt/transforms.py 100% <100%> (ø)
gpflowopt/acquisition/acquisition.py 100% <100%> (ø)
gpflowopt/acquisition/pof.py 100% <100%> (ø)
gpflowopt/objective.py 100% <100%> (ø)
gpflowopt/models.py 100% <100%> (ø)
gpflowopt/design.py 100% <100%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc36cfe...82a9142. Read the comment docs.