File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
4
27
5
28
A large number of changes to merge three different development tracks
6
29
and add new features.
You can’t perform that action at this time.
0 commit comments