Skip to content

v0.1.6

Compare
Choose a tag to compare
@earthai-tech earthai-tech released this 26 Feb 06:29
· 421 commits to master since this release

v0.1.6 (February 26, 2023)

This is a minor change performed from v0.1.5 and bug fixes for issues identified. Furthermore, the
comments <comments> from Editors and reviewers to improve the paper submitted to softwareX_ are
also displayed in the final section of this note with the replies for bug fixes and improvements.

  • Add :func:watex.utils.get2dtensor for getting the tensor from 3D to 2D after signal
    recovery with :meth:watex.methods.Processing.zrestore.

  • Add skew visualization: :func:watex.utils.plot_skew for phase-sensitive visualization; :meth:watex.view.TPlot.plotSkew
    for a consistent plot for phase-sensitive visualization

  • Visualizes the phase tensors with :meth:watex.view.TPlot.plot_phase_tensors.

  • Load Huayuan :term:SEG- :term:EDI datasets from :func:watex.datasets.load_huayuan.

  • Warn user when DC-parameters can be computed because of constraints (fixed AttributeError
    in :meth:watex.methods.ResistivityProfiling.summary)

  • add openpyxl as the hard dependency at the initiliation of the package to avoid crashing
    when :mod:watex.geology module is called.

  • Bug fixed when calling the fine-tuned models from :class:watex.GridSearchMultiple objet. Henceforth models
    can be fetched as :class:watex.utils.box.Boxspace object that saves the estimator parameters, model names and
    cv results.