Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Jun 21, 2023
1 parent ef350a6 commit 7eedef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export(climatology)
export(climatologyVariogram)
export(cluster2plot)
export(clusterGrid)
export(computeUncertainty)
export(convert2bin)
export(dataSplit)
export(detrendGrid)
Expand Down Expand Up @@ -50,7 +51,6 @@ export(grid3Dto2Dmatrix)
export(gridArithmetics)
export(gridDepth)
export(gridFromPCA)
export(gridUncertainty)
export(interpGrid)
export(intersectGrid)
export(intersectGrid.members)
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ This release of transformeR does not ensure backwards compatibility. Some deprec
## 2.1.5 (12 May 2022)
* Bug fix and other internal changes
* Update of the examples in the help documentation.

## 2.2.0 (21 Jun 2023)
* New function to compute the uncertainty of multi-model ensembles
* Minor bug fix in helpers
* Documentation update
* Adapt to new class denomination for matrix objects in R version 4.X

0 comments on commit 7eedef7

Please sign in to comment.