From 3518fc292a6add25ad4732054b1cb11ad9845721 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Sun, 1 Oct 2023 04:06:47 -0700 Subject: [PATCH] Update CHANGELOG.rst for 2023.9 release - clean clutter [skip ci] --- CHANGELOG.rst | 7 +++++++ mmtbx/domains_from_pae.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aecf76e27b..e4704e2ae8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +2023.9 +====== + +* Added initial support for longer residue names +* Updated lists of modified amino and nucleic acids +* Generalized wilson_plot to neutron and elecron scattering tables + 2023.8 ====== diff --git a/mmtbx/domains_from_pae.py b/mmtbx/domains_from_pae.py index f1ae542f43..6605f34644 100644 --- a/mmtbx/domains_from_pae.py +++ b/mmtbx/domains_from_pae.py @@ -58,7 +58,7 @@ def parse_pae_file(pae_file = None, text = None): _, ext = os.path.splitext(pae_file) if text or ext == '.json' or ext == '.jsn': - + import json if not text: try: