The release v2.0.0 merges the PR #1372, which moves most module level imports of scipy, matplotlib and pandas into functions, to reduce import time and proper module imports.
This is a major version release, since it breaks several things:
skrf.stylelyalways points to plotting.stylely even if plotting is not available (was None in this case before)- removed
skrf.plotting_available(was always None) - removed
skrf.setup_pylab() - moved
plotting_available(),figure(),subplot(),axes_kwarg()fromutiltoplottingmodule
What's Changed
- Lazy load most modules by @luar123 in #1372
- v2.0.0 by @jhillairet in #1404
Full Changelog: v1.13.0...v2.0.0