JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
185 stars 30 forks source link

Fix v0.4 deprecation warnings #27

Closed lostanlen closed 8 years ago

lostanlen commented 8 years ago

I am running this package on Julia Version 0.4.1-pre+8. When using Wavelets, four kinds of deprecation warning appear:

The warnings will become errors when v0.5 lands. What is the compatibility policy for this package ?

jfsantos commented 8 years ago

The package has recently dropped support for 0.3, and official support is for 0.4. If these are warnings for 0.4, they should be fixed. @gummif has been working on fixing warnings recently so I guess he'll get to those soon, but feel free to submit a pull request if you want to help.

gummif commented 8 years ago

The master has been fixed, I will tag a new version shortly.

lostanlen commented 8 years ago

Thanks a lot @gummif ! :+1:

lostanlen commented 8 years ago

Updating the package to 0.5.0 did fix the warnings. Thank you both for your efficiency.