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

Update deprecated use of KDE #361

Closed
bdeonovic opened this issue Jul 15, 2014 · 4 comments
Closed

Update deprecated use of KDE #361

bdeonovic opened this issue Jul 15, 2014 · 4 comments

Comments

@bdeonovic
Copy link

Still getting this deprecated warning. Will the code be corrected to use KernelDensity.kde?

WARNING: StatsBase.kde(...) is deprecated, use KernelDensity.kde(...) instead.
in kde at /home/benjamin/.julia/v0.3/StatsBase/src/deprecates.jl:60
@dcjones
Copy link
Collaborator

dcjones commented Jul 15, 2014

I was holding off because KernelDensity requires julia 0.3 and I want to maintain 0.2 compatibly at least until 0.3 is released.

@bdeonovic
Copy link
Author

Crossing my fingers that happens before the reckoning.

@jwmerrill
Copy link
Contributor

Looks like kde has been removed from StatsBase completely: JuliaStats/StatsBase.jl@d2fb04e

This means that Geom.density is now busted.

@dcjones
Copy link
Collaborator

dcjones commented Jul 19, 2014

I guess 0.3 is eminent enough that I'll just fix this and tag the next version as 0.3 only.

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

No branches or pull requests

3 participants