v0.1.3 (September 23, 2022)#
This is a release with a change in objective and bug fixes for issues identified since v0.1.2.
Features#
API change Change made in the software orientation by starting developing the packages following the scikit-learn API. The
fitmethod is implemented in many functions and replaces the GMT development API. This has happened when themodelsmodule is starting growing by implementing the cross-validation.Major change New algorithmns in the
watex.basemodule are started such aswatex.base.SequentialBackwardSelection,watex.base.AdalineGradientDescentadditional to the assessorswatex.base.Dataandwatex.base.Missing.Enhancement Upload the
watexdocumentation in ReadTheDocs server for the first time. See older v0.1.3 documentationFeature Upload the
_pmodule ( fromwatex.datasets._p) referring to an example of data preparation, the case of Bagoue Region.Feature Upload new packages of datasets such
watex.datasets.load_semien(),watex.datasets.load_boundiali(),watex.datasets.load_gbalo(),watex.datasets.load_iris().
Bug fixes#
Fix Fixed a bug in
watex.view.QuickPlotwhen setting objective toflowand expecting the data to be automated following the case-history paper of Bagoue region.Fix Fixed a bug in fetching data in remote from
watex.datasets.rload.loadBagoueDataset(). Unable to fetch correctly the dataset reset every time a new data record is uploaded in zenodo.Fix Fixed bug in
watex.datasets.rload.Loaderby mixing the three ways of fetching data from_fromgithub,_fromzenodo,_fromlocalto optmize the change of recovering data. A thread is set for parallelizing the data retrieval.