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 SVGP deprecation: now gives Centered representation as it should have for backwards compatibility #95

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

st--
Copy link
Member

@st-- st-- commented Jan 14, 2022

Resolves #88

NB- https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/releases/tag/v0.2.2 was the one changing the default from Centered() to NonCentered() so should've been marked as breaking, whereas v0.2.0 didn't actually break anything (as there was the @deprecate SVGP ...)...

@st-- st-- mentioned this pull request Jan 14, 2022
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #95 (f0c0e08) into master (094bb40) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   95.69%   95.69%           
=======================================
  Files           4        4           
  Lines         279      279           
=======================================
  Hits          267      267           
  Misses         12       12           

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 094bb40...f0c0e08. Read the comment docs.

@st-- st-- requested review from rossviljoen and theogf and removed request for rossviljoen January 17, 2022 16:18
@st-- st-- changed the title fix SVGP deprecation fix SVGP deprecation: should have defaulted to Centered representation for backwards compatibility Jan 18, 2022
@st-- st-- changed the title fix SVGP deprecation: should have defaulted to Centered representation for backwards compatibility fix SVGP deprecation: now gives Centered representation as it should have for backwards compatibility Jan 18, 2022
@st-- st-- merged commit 0532037 into master Jan 18, 2022
@st-- st-- deleted the st/fix_SVGP_deprecation branch January 18, 2022 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SVGP deprecation not exact
2 participants