From b6bd87d91b31fbd5a4557095f37103b61702c9dd Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Wed, 13 Dec 2023 08:53:29 -0500 Subject: [PATCH] add note about astropy compatibility --- CHANGES.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c6285215..5cec8140 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,11 +18,13 @@ Bug fixes - Fixed the YAML output to use ``default_flow_style=None`` for serializing potential objects, which leads to a more efficient array output. -- ``scf.compute_coeffs_discrete`` now raises an error if GSL is not enabled rather than silently returning - zeros +- ``scf.compute_coeffs_discrete`` now raises an error if GSL is not enabled rather than + silently returning zeros - ``SCFPotential`` will now work with IO functions (``save`` & ``load``) +- Fixes compatibility with Astropy v6.0 + API changes -----------