NEWS.md 807 Bytes
Newer Older
aho's avatar
aho committed
# 0.3.1 (Release date: 2023-03-23)
- Subset(): Prioritize the dimension names from names(dim(x)) rather than attribute 'dimensionsrather than attribute 'dimensions''

aho's avatar
aho committed
# 0.3.0 (Release date: 2023-02-28)
- SelBox() and ShiftLon() to accept non-numerical data input  
- SelBox() uses the latitude and longitude dimension name instead of index  
- WeightedMean() uses multiApply::Apply inside  

aho's avatar
aho committed
# 0.2.1 (Release date: 2022-12-01)
aho's avatar
aho committed
- Fix the mistake that function "WeightedCells" was not included in the last submission.  
aho's avatar
aho committed

aho's avatar
aho committed
# 0.2.0 (Release date: 2022-11-04)
- New functions: ShiftLon, WeightedCells  
- Bugfix of Subset() when only one dimension left after subsetting and when 
parameter "indices" is not a list.
- Bugfix of WeightedMean() at the grid points that are across positive and
negative longitudes.