v0.1.8 (March 17, 2023)#
This release is a minor change performed from v0.1.7 and is a set of new features , adaptations and bug fixes for
improvement.
Adaptations—Features and Improvements#
API change The module
_iofromwatex.datasetsis henceforth changed towatex.datasets.ioDeprecated Export single EDI was replace to multiple EDI outputs (
watex.methods.EM.exportedis())Enhancement simplify the remote dataset path loader and BaseSteps
watex.cases.BaseStepstransformation usingimportlib.resources.Feature Add QC
watex.utils.qc()function applicable outside the EM processing QC methodwatex.methods.Processing.qc()for consistent EM analyses.Feature 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()).Enhancement Set a slice components property
_c_as awatex.view.TPlotattribute used by all related methods.Deprecated Update in the deprecated Numpy aliases:
np.float,np.complexfor the builtinfloat,``complex``. See https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations . Thenp.floatandnp.complexin modulewatex.edi,watex.externals.zandwatex.externals.zutilswere change tonp.float64andnp.complex128.
Bug fixes#
Fix 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 Buffering the frequency no more crashed when restoring the tensor with
watex.methods.Processing.zrestore().Fix Negative resistivity generation in VES from
watex.datasets.make_ves()is henceforth fixed. Use absolute absolute instead.