-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# rsyncrosim 1.4.10 | ||
# rsyncrosim 1.4.11 | ||
|
||
## Breaking changes | ||
|
||
|
||
|
||
## Bug fixes: | ||
|
||
|
||
* Fixed bug introduced in 1.4.10 where the `saveDatasheet()` function tried to save the extra columns (`ScenarioID`, `ProjectID`, `ScenarioName`, `ParentID`, and `ParentName`), and failed when these columns did not exist in the database. | ||
|
||
## New features: | ||
|
||
* Updated the `datasheet()` function so that the same dataframe columns are returned when calling `datasheet()` for a single scenario or for multiple scenarios. Before, calling `datasheet()` fo a single scenario would leave out the `ScenarioID`, `ProjectID`, `ScenarioName`, `ParentID`, and `ParentName` columns. | ||
|
||
|
||
## Minor improvements and fixes |