v0.1.7 (March 09, 2023)#

This is a minor change performed from v0.1.6 and adaptations.

  • Feature 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.

  • Feature 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.

  • Feature Extract z object from EDI using the watex.utils.exmath.get_z_from() function.

  • Enhancement Setup the watex version using setuptools_csm for version auto-generation.

  • Enhancement Configure the commamd line interface in watex.cli using cli module.

  • Enhancement setup the default tolerate parameter (tol) in watex.EMProcessing.qc() to hold the default value equals to 0.5.

  • Feature write tensor validators _validate_tensor and _assert_z_or_edi_objs from module watex.utils.validator to validate the tensors components and check the valid watex.externals.z and watex.edi objects.