From 3b8119886d74893bece936859012a0088165543d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Tue, 28 Jan 2025 22:24:12 +0100 Subject: [PATCH] docs: update changelog Missing from PRs #606 and #608. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 596954416..a960282b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,6 +40,10 @@ Master, using release name V 2.4.0 (1/7/25) * Add options for user-provided FFTW locker (PR548, Blackwell). These options can be be used to prevent crashes when a user is creating/destroying FFTW plans and FINUFFT plans in threads simultaneously. +* Make attributes private in Python Plan classes and allow read-only access to +them using properties. +* Remove possibility to supply real dtypes to Plan interfaces. Now only complex + dtypes are supported. V 2.3.1 (11/25/24) minor update release (continued support on 2.3.X branch)