From fbc8a25eef2dde5b873555df6a638babb7d6f869 Mon Sep 17 00:00:00 2001 From: shubhamagarwal92 Date: Wed, 23 Aug 2017 04:09:45 -0500 Subject: [PATCH] Changelog related to PR 1594 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e043ad076..694c61fb61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,17 @@ For more information about this file see also [Keep a Changelog](http://keepacha ### Added - Expanded initial conditions workflow for pool-based models, including PEcAn.data.land::prepare_pools to calculate pools from IC file (to be coupled with write.configs) +- #1594 shiny/workflowPlot Adding interactiveness using ggploltly +- #1594 shiny/workflowPlot Load outputs from multiple runs of the model +- #1594 shiny/workflowPlot Ways to toggle geometries (e.g. geom_point vs. geom_line). +- #1594 shiny/workflowPlot Smoothing using geom_smooth (Slider for specifying moving window width) +- #1594 shiny/workflowPlot Comparing model output vs loaded data according to [tutorial](https://github.com/PecanProject/pecan/blob/develop/documentation/tutorials/AnalyzeOutput/modelVSdata.Rmd) ### Changed - Clean up directory structure: * Move `base` packages (`utils`, `settings`, `db`, `visualizaton`) to a `base` directory, for consistency with `modules` and `models` * Move `logger.*` functions out of the `PEcAn.utils` package and into the `pecan.logger` package +- #1594 shiny/workflowPlot Refactoring of code. `get_workflow_ids` in db/R/query.dplyr.R changed with `ensemble = FALSE`. Also allowing to load all workflow IDs. `load_data_single_run` and `var_names_all` also moved from shiny/workflowPlot/server.R to query.dplyr.R ## [1.5.10] - Prerelease ### Added