v0.5.14
ClimaAnalysis v0.5.14
Merged pull requests:
- Add partial resampling (#202) (@ph-kev)
- Fix Var.weighted_average_lat bug with NaN and FT32 (#203) (@ph-kev)
- Add valid_time to TIME_NAMES and fix issue with pretty printing (#206) (@ph-kev)
- Add Var.split_by_season_across_time (#207) (@ph-kev)
- Add Var.average_lonlat and weighted version of it (#214) (@ph-kev)
- Add Base.show for SimDir (#215) (@ph-kev)
- Add Var.reverse_dim! (#222) (@ph-kev)
- Retain attributes after doing binary operations (#223) (@ph-kev)
Closed issues:
- Pretty print when dictionaries are empty throw an error (#204)
- Add compatibility for reading NetCDF files from ERA5 (#205)
show(var::OutputVar)errors ifvar.dimsis empty (#208)- Global averages with masks (#210)
- average_xy is unclear (#211)
- Add
reverse_dim!to reverse dimension in-place (#219) - OutputVar consistent attributes are not carried over for arithmetic operations (#220)