Skip to content

Commit

Permalink
Add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Mar 12, 2024
1 parent b6e1471 commit 1c1f5d2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

<!--
Contributors are welcome to begin the description of changelog items with badge(s) below. Here is a brief description of when to use badges for a particular pull request / set of changes:
- 🔥behavioralΔ - behavioral changes. For example: a new model is used, yielding more accurate results.
- 🤖precisionΔ - machine-precision changes. For example, swapping the order of summed arguments can result in machine-precision changes.
- 💥breaking - breaking changes. For example: removing deprecated functions/types, removing support for functionality, API changes.
- 🚀performance - performance improvements. For example: improving type inference, reducing allocations, or code hoisting.
- ✨feature - new feature added. For example: adding support for a cubed-sphere grid
- 🐛bugfix - bugfix. For example: fixing incorrect logic, resulting in incorrect results, or fixing code that otherwise might give a `MethodError`.
-->

[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

0 comments on commit 1c1f5d2

Please sign in to comment.