File tree Expand file tree Collapse file tree 6 files changed +24
-4
lines changed
Expand file tree Collapse file tree 6 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ 2.3 - 2025-03-13
2+ ================
3+ - The C-accelerated BinaryCIF parser now supports interval quantization
4+ encoding and a wider range of data types.
5+ - ``make_mmcif `` now has a new ``--histidines `` option to convert any
6+ non-standard histidine names to HIS (#164).
7+ - Bugfix: don't change name or description of the complete assembly
8+ in ``make_mmcif ``.
9+ - Bugfix: if :class: `ihm.reference.SeqDif ` is used to annotate an
10+ insertion or deletion, don't erroneously claim the alignment is incorrect.
11+
1122.2 - 2025-02-13
213================
314 - The C-accelerated BinaryCIF parser now supports a wider range of data types.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ include examples/*
44include src/cmp.h
55include src/ihm_format.h
66include src/ihm_format.i
7- include src/ihm_format_wrap_2.2 .c
7+ include src/ihm_format_wrap_2.3 .c
Original file line number Diff line number Diff line change 1717import json
1818from . import util
1919
20- __version__ = '2.2 '
20+ __version__ = '2.3 '
2121
2222
2323class __UnknownValue :
Original file line number Diff line number Diff line change 77import sys
88import os
99
10- VERSION = "2.2 "
10+ VERSION = "2.3 "
1111
1212copy_args = sys .argv [1 :]
1313
Original file line number Diff line number Diff line change 1+ python-ihm (2.3-1~@CODENAME@) @CODENAME@; urgency=low
2+
3+ * python-ihm 2.3 release
4+
5+ -- Ben Webb <ben@salilab.org> Thu, 13 Mar 2025 19:57:57 -0700
6+
17python-ihm (2.2-1~@CODENAME@) @CODENAME@; urgency=low
28
39 * python-ihm 2.2 release
Original file line number Diff line number Diff line change 11Name: python3-ihm
22License: MIT
33Group: Applications/Engineering
4- Version: 2.2
4+ Version: 2.3
55Release: 1%{?dist }
66Summary: Package for handling IHM mmCIF and BinaryCIF files
77Packager: Ben Webb < ben@salilab.org>
@@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py
3636%defattr(-,root,root)
3737
3838%changelog
39+ * Thu Mar 13 2025 Ben Webb <ben@salilab.org> 2.3-1
40+ - Update to latest upstream.
41+
3942* Thu Feb 13 2025 Ben Webb <ben@salilab.org> 2.2-1
4043- Update to latest upstream.
4144
You can’t perform that action at this time.
0 commit comments