Skip to content

Releases: MannLabs/alphadia

v2.1.0

23 Jan 11:59
9c20667

Choose a tag to compare

What's Changed

This version now supports transfer leaning also for rust.

New Features

Bug fixes

Other Changes / unlabeled

Full Changelog: v2.0.3...v2.1.0

v2.0.3

22 Dec 08:29
692a289

Choose a tag to compare

What's Changed

Bug fixes

  • fix: ensure set_num_threads is called only once for NG computations by @mschwoer in #774

Other Changes / unlabeled

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 Dec 15:12
e8832e2

Choose a tag to compare

What's Changed

Bug fixes

  • set thread count for Rust backend in alphadia-search-rs by @mschwoer in #750

Other Changes / unlabeled

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Nov 16:28
ed0e83f

Choose a tag to compare

What's Changed

Bugfixes

Documentation

Other Changes / unlabeled

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 15:16

Choose a tag to compare

What's Changed

This version now enabled using the new rust search backend.
It is superior in speed and performance, and recommended for Thermo and Sciex data (cf. the proteobench results for the performance-equivalent version v1.12.1).

However, some features are not yet available:

  • transfer learning
  • multiplexing
  • processing Bruker files

It also comes with a series of breaking changes, both in the input (config) and in the output (column names).

New features

Breaking Changes

  • The default output file format is now β€œparquet” instead of β€œtsv”
  • Many output column names have been changed (see here)

[relevant for expert users only] The following config parameters have been renamed:

  • fdr.competetive_scoring -> fdr.competitive_scoring
  • search_initial.initial_num_candidates -> search_initial.num_candidate
  • search_initial.initial_ms1_tolerance -> search_initial.ms1_tolerance
  • search_initial.initial_ms2_tolerance -> search_initial.ms2_tolerance
  • search_initial.initial_mobility_tolerance -> search_initial.mobility_tolerance
  • search_initial.initial_rt_tolerance -> search_initial.rt_tolerance

[relevant for expert users only]In addition, some internal algorithmic parameters have been changed:
fdr.enable_nn_hyperparameter_tuning is now true by default
search_output.peptide_level_lfq and search_output.precursor_level_lfq are now true by default

Other Changes / unlabeled

unit/integration tests ran here: https://github.com/MannLabs/alphadia/actions/runs/18969706236
E2E tests ran here: https://github.com/MannLabs/alphadia/actions/runs/18970580325/job/54177201160

The linux installer was broken and has been removed, is fixed in this (functionally equivalent) release: https://github.com/MannLabs/alphadia/releases/tag/v2.0.1

Full Changelog: v1.12.2...v2.0.0

v1.12.2

28 Oct 10:03
929b5a0

Choose a tag to compare

What's Changed

Some minor bugfixes and improvements.

Bugfixes

Other changes

Full Changelog: v1.12.1...v1.12.2

v1.12.1

06 Oct 20:49
f3ac91e

Choose a tag to compare

What's Changed

Bug fixes

  • Add configurable option to do precursor/peptide level lfq by @mschwoer in #697

Full Changelog: v1.12.0...v1.12.1

v1.12.0

02 Oct 12:23
a229f6b

Choose a tag to compare

What's Changed

Other Changes / unlabeled

Full Changelog: v1.11.0...v1.12.0

v1.11.0

30 Sep 09:34

Choose a tag to compare

Algorithmic changes

  • Fdr memopt by @mschwoer in #544
    => reduced memory requirements and runtime

These changes should avoid certain algorithmic failures:

Other relevant changes

  • disable MBR step in default configuration by @mschwoer in #644
    => in the CLI only, this confused many people

Some expert features aiming for speed & reproducibity:

Improved usability, logging and error messages:

Non-functional changes / Refactoring

The backend has been refactored for modularity and readability.

Full Changelog: v1.10.3...v1.11.0

v1.10.4

27 Jun 08:47

Choose a tag to compare

Bug fixes

add improved check for MS1 cycle #557

Full Changelog: v1.10.3...v1.10.4

Internal note: Hotfix release from https://github.com/MannLabs/alphadia/tree/release_1.10.4