File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - ` deeplc ` feature generator: ` deeplc_retrain ` option renamed to ` finetune ` (redundant naming,
13+ already scoped under ` deeplc ` ). The old name is still accepted but deprecated, and emits a
14+ warning.
15+
16+ ### Fixed
17+
18+ - Removed stale ` ms2_tolerance ` option from the default ` ms2pip ` feature generator configuration,
19+ schema, and example configs. Fragment tolerance is configured centrally via the top-level
20+ ` tolerance_value ` /` tolerance_mode ` options; ` MS2PIPFeatureGenerator ` no longer accepts
21+ ` ms2_tolerance ` .
22+ - Documented ` model_dir ` (` ms2pip ` feature generator) in the configuration schema; it already
23+ worked but was missing from the schema.
24+ - Corrected the configuration schema's default for ` im2deep ` 's ` reference_dataset ` , which
25+ incorrectly claimed ` "Meier_unimod.parquet" ` . The actual default falls through to IM2Deep's own
26+ bundled reference dataset.
27+
1028## [ 4.0.0] - 2026-07-17
1129
1230### Added
You can’t perform that action at this time.
0 commit comments