Breaking Changes
* `ClassificationEvalInfo` and `RegressionEvalInfo` have been unified into a single class called `EvalInfo`. To differentiate them, the task will be provided via a string, as in the `CatastaDataset `.
* The attribute `input_size` in the `FeedforawrdClassifier` has been changed to `imput_shape`.
* Deleted MAPE, SMAPE, MASE, and MASEP metrics.
* Simplified the `CNNClassifier` constructor arguments.
New features
* Improved training logging by displaying multiple rows instead of a single one.
Bug fixes
* Now, only if the loss function is a `MarginalLogLikelihood`, the loss will be negated.
* Fixed a bug where images were not loading for classification if the extension was in uppercase.
* The `CatastaDataset` now accepts a list of strings in the argument `input_name` to select multiple inputs for regression.