v0.1.8rc1 (March 17, 2023)#
This is a minor change performed from v0.1.7 and adaptations.
Adapations and Features#
deprecate single EDI export to multiple EDI outputs (
watex.methods.EM.exportedis())simplify the remote dataset path loader and BaseSteps
watex.cases.BaseStepstransformation usingimportlib.resources.add new QC
watex.utils.qc()function applicable outside the EM processing QC methodwatex.methods.Processing.qc()for consistent EM analyses.Add multiple position coordinate transformations from UTM to latitude/longitude (
watex.site.Location.to_latlon_in()) and vice versa (watex.site.Location.to_utm_in()).Set a slice components property _c_ as a
watex.view.TPlotattribute used by all related methods.update in the deprecated Numpy aliases:
np.float,np.complexfor the builtin float,`complex`. See https://numpy.org/devdocs/release/1.20.0-notes.html#deprecationsAdd new module (
watex.site.Profile) inwatex.siteas supplement site data transformation. Gives supplement materials (methods) for data transformation.
Bug fixes#
Bug fixed in automating the Bagoue region dataset preparation. The
_assert_sl_target()is removed then the AttributeError generated from missing X inwatex.cases.prepare.BaseSteps.stratifydata()is fixed.fix bug when buffering the frequency when restoring the tensor
watex.methods.Processing.zrestore().Fix negative resistivity generation in VES from
watex.datasets.make_ves(). Use absolute instead.