Skip to content

Commit

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

[skip ci]
  • Loading branch information
bkpoon committed Nov 2, 2023
1 parent a3d88af commit 2f4c07d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2023.10
=======

* Improvements to reduce2
* More improvements for handling long residue names
* Improvments to mosaic bulk solvent model
* Fixed bug in CCTBXParser that did not show one label being parsed
* Added option to customize DataManager PHIL in ProgramTemplate
* Initial support for Python 3.12

2023.9
======

Expand Down
2 changes: 1 addition & 1 deletion mmtbx/ligands/rdkit_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ def match_mol_indices(mol_list):
mol = mol_from_smiles(smiles_string, verbose=True)
try:
print(mol.Debug())
except: pass
except Exception: pass
assert 0

0 comments on commit 2f4c07d

Please sign in to comment.