* add calculation of harmonic decomposition and corresponding plot (see 48) * update multitaper deconvolution to use the multitaper package instead of outdated mtspec (see 49) * add option to only plot stacked receiver function (see 48)
1.0.3
* fix: use ax.sharey instead of join method which is unsupported in recent mpl versions
1.0.2
* enhance compatibility with SeismicHandler (see 37, 38) * fix: replace np.asscalar
1.0.1
* improvements for iterative deconvolution (see 33)
1.0.0
* add iterative deconvolution and multitaper deconvolution (see 30, 31) * the available deconvolve methods are 'time', 'waterlevel' (previously called 'freq'), 'iterative', 'multitaper'
0.9.1
* fix: plot_rf can now plot stream with traces of different length, the stack is not plotted in this case (see 23)