From 7323429358599bef0507ba1b1c31ad08494d626b Mon Sep 17 00:00:00 2001 From: Dan F-M Date: Wed, 3 Jan 2024 17:17:58 -0500 Subject: [PATCH] adding news --- news/188.bugfix | 2 +- news/200.feature | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/200.feature diff --git a/news/188.bugfix b/news/188.bugfix index a4a43db..eae7649 100644 --- a/news/188.bugfix +++ b/news/188.bugfix @@ -1 +1 @@ -Fixed use of `jnp.roots` and `np.roll` to make CARMA kernel jit-compliant +Fixed use of `jnp.roots` and `np.roll` to make CARMA kernel jit-compliant. diff --git a/news/200.feature b/news/200.feature new file mode 100644 index 0000000..569ea44 --- /dev/null +++ b/news/200.feature @@ -0,0 +1 @@ +Switched all base classes to `equinox.Module `_ objects to simplify dataclass handling.