github scikit-rf/scikit-rf v2.0.0

5 hours ago

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.stylely always 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() from util to plotting module

What's Changed

Full Changelog: v1.13.0...v2.0.0

Don't miss a new scikit-rf release

NewReleases is sending notifications on new releases.