Changed
deeplcfeature generator:deeplc_retrainoption renamed tofinetune(redundant naming, already scoped underdeeplc). The old name is still accepted but deprecated, and emits a warning.- Docs: Extend docs with migration guide; add more details to CONTRIBUTING.rst; update changelog with past releases; consolidate v4.0.0 alpha and stable release changelogs.
- Dependencies: Bump DeepLC dependency to stable v4.0.0; rely on uv.lock for installer versions instead of explicitly duplicated pins.
Fixed
- Removed stale
ms2_toleranceoption from the defaultms2pipfeature generator configuration, schema, and example configs. Fragment tolerance is configured centrally via the top-leveltolerance_value/tolerance_modeoptions;MS2PIPFeatureGeneratorno longer accepts
ms2_tolerance. - Documented
model_dir(ms2pipfeature generator) in the configuration schema; it already worked but was missing from the schema. - Corrected the configuration schema's default for
im2deep'sreference_dataset, which incorrectly claimed"Meier_unimod.parquet". The actual default falls through to IM2Deep's own bundled reference dataset. - FixReadTheDocs build by removing placeholder link that was being interpreted as cross-reference.
- Fixed missing feature-weights chart in HTML report.
All changes: v4.0.0...v4.0.1