v0.1.2 (July 15, 2022)#
This is a minor release with bug fixes for issues identified since v0.1.1. In this release, most of the classes are renamed and
constructed following referring to Python PEP8.
Fix Fixed a bug that appeared within the bootstrapping algorithm on 32-bit systems.
Fix Fixed a bug where
watex.cases.features.FeatureInspectionwould crash on mixed categorical and numerical inputs. Now a crash is avoided and both data types.Enhancement Revised the whole module
watex.methods.erpas well as the detection of the conductive zone.Fix Fixed a bug where the auto-detection shape of anomaly “H” is confused with “U”. See the DC -method.
Fix Fixed a bug where the term:sfi is wrong computed when the value of resistivity is relatively higher.
Fix Fixed a bug where
despine()would cause an error when trying to trim spines on a matplotlib categorical axis.Enhancement Adapted to a change in the auto-selection of the best anomaly that caused problems with multiple reading excel sheets.
Feature Developed a
watex.utils.funcutils.read_from_excelsheets()to parse multiple excel data from different localities at once.Deprecated Deprecated several utility functions that are no longer used internally (
select_anomaly,getminVal,compute_lower_anomaly, anddefine_conductive_zone,compute_sfi).compute_sfiis henceforth replace bywatex.sfi()Fix Fixed bugs in
watex.cases.processing.Preprocessingandwatex.cases.processing.Processingand adapted to rearranged to accept other datasets whose objective is for predicting the groundwater flow rate.Fix Fixed bugs
watex.cases.modeling.BaseModelespecially in the methodwatex.cases.modeling.BaseModel.get_learning_curve()decoratored bywatex.decorators.visualize_valearn_curve. Henceforth returns the keyword arguments and are systematically used to customize the validation curve from the base learning curve.