Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.5.1 #1712

Merged
merged 1,089 commits into from
Oct 6, 2017
Merged

release 1.5.1 #1712

merged 1,089 commits into from
Oct 6, 2017

Conversation

robkooper
Copy link
Member

Official release of 1.5.1

crollinson and others added 30 commits September 13, 2017 16:34
In the construction of the model frame, things become ordered
differently than we see in the data we feed into this function &
reference to pull our appropriate rows.  This requires some tweaking,
but it looks like it’s working in the end.
In
<crollinson@dd35d8cecf796e44c03641c6508c
e75ad5abaf86> I’d fixed a bug with how the data was ordered.  Changing
the order of operations then caused a problem with the swdown case
because it was looking at total dimensions rather than just the hours.
This should fix both ordering & level issues.
(I always forget to do the commands to update the documentation, so
here it is at the end.)
Temporal downscaling workflow updates
ankurdesai and others added 27 commits September 27, 2017 15:24
update develop from release/1.5.1
Switching from `system` to `system2` broke this for advanced commands
with pipes in them, because these pipes were quoted by `system2` and
therefore interpreted as arguments. This reverts to using `system` for
local `qsub` calls, and for remote calls, sends the entire command as a
single argument.
Merge Release/v1.5.1 into Develop on 9/28/17
Update to check_qsub function so that it waits properly
1. I meant to type "settings no longer depends on utils"
2. But that's not true either. Therefore, revert.

This reverts commit 5e28d6f.
These packages are all used by PEcAn.utils *only* in functions that will soon be broken out of PEcAn.utils into a new PEcAn.workflow package. Moving the dependencies to Suggests as an initial step, will move functions in a separate PR.
Note that depending on methods is a workaround for a bug in lubridate (tidyverse/lubridate#499) and we do not use any of its festures directly.
Because there are were different scripts named utils.R: pecan/base/utils/R/utils.R and pecan/base/db/R/utils.R
Changing the name of the utils.R script in db
@robkooper robkooper merged commit 01a6fc0 into master Oct 6, 2017
@mdietze mdietze mentioned this pull request Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.