In particular, it would be good to make it compatible with latest Python (3.12) and the latest versions of requirements. Connected to #176 and #184
Deprecation warnings:
MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use matplotlib.colormaps[name] or matplotlib.colormaps.get_cmap(obj) instead
Is applicable for:
ddg2distribution
ddg2heatmap
For ddg2density
Please import gaussian_kde from the scipy.stats namespace; the scipy.stats.kde namespace is deprecated and will be removed in SciPy 2.0.0.
from scipy.stats.kde import gaussian_kde
In particular, it would be good to make it compatible with latest Python (3.12) and the latest versions of requirements. Connected to #176 and #184
Deprecation warnings:
MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use
matplotlib.colormaps[name]
ormatplotlib.colormaps.get_cmap(obj)
insteadIs applicable for:
For ddg2density
Please import
gaussian_kde
from thescipy.stats
namespace; thescipy.stats.kde
namespace is deprecated and will be removed in SciPy 2.0.0.from scipy.stats.kde import gaussian_kde