Skip to content

Commit

Permalink
Update CHANGELOG.rst for 2023.9 release
Browse files Browse the repository at this point in the history
- clean clutter

[skip ci]
  • Loading branch information
bkpoon committed Oct 1, 2023
1 parent eaf8f22 commit 3518fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion mmtbx/domains_from_pae.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3518fc2

Please sign in to comment.