From 5f1cbae418221b9a4258e45b0629be1a97b6b806 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 26 Oct 2023 21:32:45 +0200 Subject: [PATCH] changelog update --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7222d70c..f368fa83 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -26,6 +26,13 @@ Version 1.8.0 (TBA) the cost of constantly comparing very long mangled names. (commit `b515b1 `__). +* Fixed casting of complex-valued constant :cpp:class:`nb::ndarray\ + ` instances. (PR `#338 + (https://github.com/wjakob/nanobind/pull/338>`__, commit `ba8c7f + `__). + +* Minor fixes and improvements. + * ABI version 12.