diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000000..fb9990fa45 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,31 @@ +ClimaAtmos.jl Release Notes +============================ + +Main +------- + +- ![][badge-🚀performance] Reduced the number of allocations in the NetCDF + writer. PRs [#2772](https://github.com/CliMA/ClimaAtmos.jl/pull/2772), + [#2773](https://github.com/CliMA/ClimaAtmos.jl/pull/2773). +- Added a new script, `perf/benchmark_netcdf_io.jl` to test IO performance for + the NetCDF writer. PR [#2773](https://github.com/CliMA/ClimaAtmos.jl/pull/2773). + + + +[badge-🔥behavioralΔ]: https://img.shields.io/badge/🔥behavioralΔ-orange.svg +[badge-🤖precisionΔ]: https://img.shields.io/badge/🤖precisionΔ-black.svg +[badge-💥breaking]: https://img.shields.io/badge/💥BREAKING-red.svg +[badge-🚀performance]: https://img.shields.io/badge/🚀performance-green.svg +[badge-✨feature/enhancement]: https://img.shields.io/badge/feature/enhancement-blue.svg +[badge-🐛bugfix]: https://img.shields.io/badge/🐛bugfix-purple.svg