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#

Bug fixes#

  • Fix Fixed a bug in watex.view.QuickPlot when setting objective to flow and 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.Loader by mixing the three ways of fetching data from _fromgithub, _fromzenodo, _fromlocal to optmize the change of recovering data. A thread is set for parallelizing the data retrieval.