Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.71 KB

NEWS.md

File metadata and controls

47 lines (34 loc) · 1.71 KB

ClimaUtilities.jl Release Notes

v0.1.10

  • Reduced alloctions in regridding. Now method regridded_snapshot!. PR #72

v0.1.9

  • Extensions are internally reorganized, removing precompilation errors. PR #69

v0.1.8

  • generate_output_path(..., ::ActiveLinkStyle) now returns the folder instead of the link. Links are still being created and managed. PR #63

v0.1.7

  • Fix compatibility with ClimaComms 0.6. PR #54

v0.1.6

  • OutputPathGenerator now tries to create an active link when one is not available but some data is already there #50
  • Fix compatibility with ClimaCore 0.14. PR #50

v0.1.5

  • Support passing down regridder and file reader arguments from higher level constructors. PR #40

v0.1.4

  • Fix and test MPI compatibility. PRs #33, #37
  • Select default regridder type if multiple are available. PR #32

v0.1.3

  • Add DataStructures module containing LRUCache object. PR #35
  • Add OutputPathGenerator. PR #28