Skip to content

Commit

Permalink
add note about astropy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Dec 13, 2023
1 parent 3aab5f1 commit b6bd87d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down

0 comments on commit b6bd87d

Please sign in to comment.