Changes in version 0.3-0 Main changes: Changes in version 0.2-6 Main changes: - Vignette 'Tutorial for using hydroMOPSO to calibrate TUWmodel', v0.2-2, was publicly released in Zenodo: Zambrano-Bigiarini, M., Marinao, R., Baez-Villanueva, O. M., & Muñoz Neira, R. (2025). Tutorial for using hydroMOPSO to calibrate TUWmodel. Zenodo. https://doi.org/10.5281/zenodo.17273949 - Vignette 'Tutorial: Calibrating SWAT+ with hydroMOPSO 0.1-14' underwent a single modification withn the 'swat_hydromod_cal' function, to allow obtaining numeric values for 'gof1' and 'gof2' instead of NAs - The repository structure suffered minor internal reorganization, having now two directories for vignettes: - vignettes : it stores the .Rmd files that links to the full vignettes, whcih are going to be included in CRAN. - vignettes_full: it stores the .Rmd files with the full vignettes, which runs the models, producing model outputs and figures. This vignettes are excluded from CRAN, but present int he pkgdown website. Changes in version 0.2-2 Enhancements - New NEWS file to track the changes among hydroMOPSO versions Changes in version 0.2-1 Enhancements - plot_out() now relies on match_time_class() to respect time classes and time zones. - PostResults() aligns observation/simulation indices and strengthens external exports. - Several functions were checked for clarity and underwent minor formatting changes. Documentation - New vignette for TUWmodel hydrological model. - New vignette for SWAT+ hydrological model. Changes in version 0.1-14 (2025-06-18) Enhancements - New function: plot_results, to produce all the main graphical outputs with a single call to function - Minor improvement to all graphical functions. Changes in version 0.1-3 (2023-04-25)