Skip to content

Commit aec99e5

Browse files
committed
updated for 3.1
1 parent 992d91a commit aec99e5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# CHANGELOG
22

3-
## mmpdb 3.0 - 2023-5-31
3+
## mmpdb 3.1 - 2023-11-28
4+
5+
Extended the "generate" command to handle 2-, and 3-cut transforms.
6+
7+
The `generate --explain` option now also explains why the search for a
8+
matching query or variable part passes or fails. This proved useful in
9+
determining that an expected fragmentation was instead being filtered.
10+
11+
The new `--min-heavies-total-const-frag N` fragmentation option
12+
specifies the minimum number of heavy atoms allowed in the constant
13+
part. The default value is 0.
14+
15+
Changed the fragdb schema version (in the "options" table) from 3 to 4
16+
to support the new fragmentation option. Version 3 fragment databases
17+
are still supported, by `min_heavies_total_const_frag` to 0.
18+
19+
Added two indices and a SQLite pragma for the page size. Roche reports
20+
these improve analysis performance.
21+
22+
Fixed `--from` and `--to` support in proprulecat. These had been left
23+
behind in the migration to click from argparse for command-line
24+
processing.
25+
26+
## mmpdb 3.0 - 2023-5-31
427

528
A large number of changes to merge three different development tracks
629
and add new features.

0 commit comments

Comments
 (0)