Skip to content

Commit 26ada4e

Browse files
Merge pull request #255 from CliMA/ck/NEWS
Add NEWS.md
2 parents 30f62b4 + a38cb10 commit 26ada4e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ClimaTimeSteppers.jl Release Notes
2+
========================
3+
4+
v0.7.17
5+
-------
6+
- Started NEWS
7+
- [badge-🤖precisionΔ][badge-🚀performance] increments are now fused in the imex ARK method. This should yield better GPU performance, and may result in machine-precision changes.
8+
9+
<!--
10+
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:
11+
- 🔥behavioralΔ - behavioral changes. For example: a new model is used, yielding more accurate results.
12+
- 🤖precisionΔ - machine-precision changes. For example, swapping the order of summed arguments can result in machine-precision changes.
13+
- 💥breaking - breaking changes. For example: removing deprecated functions/types, removing support for functionality, API changes.
14+
- 🚀performance - performance improvements. For example: improving type inference, reducing allocations, or code hoisting.
15+
- ✨feature - new feature added. For example: adding support for a cubed-sphere grid
16+
- 🐛bugfix - bugfix. For example: fixing incorrect logic, resulting in incorrect results, or fixing code that otherwise might give a `MethodError`.
17+
-->
18+
19+
[badge-🔥behavioralΔ]: https://img.shields.io/badge/🔥behavioralΔ-orange.svg
20+
[badge-🤖precisionΔ]: https://img.shields.io/badge/🤖precisionΔ-black.svg
21+
[badge-💥breaking]: https://img.shields.io/badge/💥BREAKING-red.svg
22+
[badge-🚀performance]: https://img.shields.io/badge/🚀performance-green.svg
23+
[badge-✨feature/enhancement]: https://img.shields.io/badge/feature/enhancement-blue.svg
24+
[badge-🐛bugfix]: https://img.shields.io/badge/🐛bugfix-purple.svg

0 commit comments

Comments
 (0)