v0.1.7 (March 09, 2023)#
This is a minor change performed from v0.1.6 and adaptations.
Adaptations and features#
Add new features with strike (
watex.utils.plot_strike()) and confidence plots in the EDI data (watex.utils.plot_confidence_in()). The latter is useful to know the signals to recover and useless frequencies for deletion.add confidence interval plot (
watex.utils.plot_confidence_in()). This is useful for data visualization before tensor` recovering. It also shows the status of the EM data acquired at a specific area and whether data is recoverable or not. If data is unrecoverable, a pure deletion is performed.
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.