From b43e97d71d1cfaca94ac369c28895c001f4958fe Mon Sep 17 00:00:00 2001 From: Andreas D Date: Mon, 10 Jan 2022 17:08:25 +0100 Subject: [PATCH] Update README.md add 2.0.0 tag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64c04fef..a3887839 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] +## [2.0.0] - 2022-01-10 + ### Added - Add a new method to deepcopy a `Mesh` with `Mesh.copy()` - Add [*broadcasting*](https://numpy.org/doc/stable/user/basics.broadcasting.html) capability for trailing axes inside the parallel form integrators.