Skip to content

Releases: CliMA/ClimaAnalysis.jl

v0.5.12

27 Nov 20:40
Compare
Choose a tag to compare

ClimaAnalysis v0.5.12

Diff since v0.5.11

Merged pull requests:

Closed issues:

  • Add RMSE for Atmos Variable with 3 dimensions (#150)
  • to_pressure_coordinates and Unitful (#151)
  • Reverse dimensions automatically (#154)
  • Better interpolation for to_pressure_coordinates (#157)
  • dim_units should return a string (#161)
  • Peridoic boundary condition when the longitude dimension is exactly 360 degrees (#163)
  • Add support for converting units of dimensions (#167)
  • Update the land-sea mask (#173)
  • Masking should not zero data, but NaN it instead (#177)

v0.5.11

28 Oct 16:55
Compare
Choose a tag to compare

ClimaAnalysis v0.5.11

Diff since v0.5.10

Merged pull requests:

Closed issues:

  • Plot with functions that use _geomakie_plot_on_globe! with multiple figures (#112)
  • Implement land and ocean mask for computing bias and RMSEs (#114)
  • Extend ClimaAnalysis to stitch together data in multiple directories (#115)
  • Better error handling for shift_to_start_of_previous_month (#116)
  • Add function/functionality to handle NaNs (#123)
  • Passing exisiting attribute in quickstart examples (#125)
  • Add conversion between DateTime[x] to DateTime (#131)
  • Add Var.set_dim_units (#134)
  • Handling NaNs and missing values when integrating (#139)

v0.5.10

03 Oct 19:03
Compare
Choose a tag to compare

ClimaAnalysis v0.5.10

Diff since v0.5.9

Merged pull requests:

Closed issues:

  • Add extrapolation to constructors for OutputVar (#95)
  • Fix issue with interpolation of dates (#99)
  • Units "W m^-2" and "W m-2" are not the same (#100)
  • Difficulty using mask (#106)
  • Some short_names are not recognized (#110)

v0.5.9

27 Sep 21:16
Compare
Choose a tag to compare

ClimaAnalysis v0.5.9

Diff since v0.5.8

Merged pull requests:

Closed issues:

  • Add reordered_as, a function that reorders an OutputVar to match the ordering of dimensions of another one (#94)
  • Fix formatting and display of legend in box plot (#97)

v0.5.8

21 Sep 00:21
Compare
Choose a tag to compare

ClimaAnalysis v0.5.8

Diff since v0.5.7

Merged pull requests:

Closed issues:

  • Add support for Unitful (#53)
  • Port constrained_cmap (#62)
  • Use new interpolators to add resampled_as, a function that resamples an OutputVar to the same dimensions as another one (#65)
  • If needed, extend OutputVar reader to support more generic NetCDF files (#68)
  • Port integrate_* functions to allow for integrating of an OutputVar. In this, we follow the same pattern as the average_* functions. (#75)
  • Quick Start Docs use Deprecated kwarg (#77)
  • Add split_by_season for OutputVar (#78)
  • Bug: Interpolation does not update when doing +,-,*, or / between a Real and OutputVar (#81)
  • Multiplication and division between two OutputVars does matrix multiplication and division (#82)
  • Add functions to compute error between sim and obs (#84)
  • Port plot_bias (#86)
  • Add struct and constructor for storing RMSEs across model names and seasons (#88)
  • Add find_best_single_model, find_worst_single_model, and median for struct that store RMSEs (#89)
  • Add plot_box_plot and plot_leaderboard using structs that store RMSEs (#90)

v0.5.7

16 Aug 18:59
Compare
Choose a tag to compare

ClimaAnalysis v0.5.7

Diff since v0.5.6

Merged pull requests:

Closed issues:

  • Compute mean ignoring NaNs (#3)
  • banner links (#14)
  • Plot titles don't indicate time-averaging windows (#19)
  • Add support for interpolating to pressure levels (#23)
  • Plot title can be too long and overflow (#56)
  • Port split_by_season (#59)

v0.5.6

26 Jul 11:52
Compare
Choose a tag to compare

ClimaAnalysis v0.5.6

Diff since v0.5.5

Merged pull requests:

Closed issues:

  • Use weighted average in average_lat (#38)

v0.5.5

27 Jun 01:01
Compare
Choose a tag to compare

ClimaAnalysis v0.5.5

Diff since v0.5.4

Merged pull requests:

Closed issues:

  • Add functions to retrieve time, latitude, et cetera (#30)

v0.5.4

25 Jun 23:25
Compare
Choose a tag to compare

ClimaAnalysis v0.5.4

Diff since v0.5.3

Merged pull requests:

  • Reorganized files so that each file is a module (#32) (@Sbozzolo)
  • Add support for conventional names in dimensions (#33) (@Sbozzolo)

v0.5.3

13 Jun 23:42
Compare
Choose a tag to compare

ClimaAnalysis v0.5.3

Diff since v0.5.2

Merged pull requests:

  • CompatHelper: bump compat for CairoMakie in [weakdeps] to 0.12, (keep existing compat) (#20) (@github-actions[bot])
  • Simply extend reduction functions to box dim labels (#21) (@akshaysridhar)
  • Add downgrade workflow (#22) (@Sbozzolo)
  • Add isempty(::SimDir) (#25) (@nefrathenrici)
  • CompatHelper: bump compat for GeoMakie in [weakdeps] to 0.7, (keep existing compat) (#26) (@github-actions[bot])
  • Fix bug in window function (#28) (@dennisYatunin)