Skip to content

Releases: IBM/AutoPeptideML

v.2.0.6

02 Mar 09:25
50e39e0

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.7...v.2.0.6

v.1.0.7

12 Feb 09:21
2455c9c

Choose a tag to compare

What's Changed

Full Changelog: v.2.0.4...v.1.0.7

v.2.0.4

20 Jan 09:43
bfdbb02

Choose a tag to compare

What's Changed

New Contributors

  • @ibm-mend-app[bot] made their first contribution in #147

Full Changelog: v.2.0.3...v.2.0.4

v.2.0.3

30 Aug 11:03
d0b6f2b

Choose a tag to compare

What's Changed

Full Changelog: v.2.0.2...v.2.0.3

v.2.0.2

18 Jul 14:19
8b758c9

Choose a tag to compare

AutoPeptideML Release Notes

🚀 Highlights

  • Simplified CLI for building model
  • Simplified config.yml files
  • Improved results directory including:
    • Clearer structure
    • Additional metadata
    • PDF summary through Quarto
  • Clearer AutoPeptideML class interface
  • New default pipelines: to-smiles, to-smiles-fast, to-sequences

🛠️ Features and enhacements

  • SequenceFromSmiles has the capability of recognizing natural analogs
  • VotingEnsemble class provides a clear interface for loading, saving, and using the models
  • Introduction of the default pipelines
  • Pipelines better output
  • Faster BaseElements by substituting multithreading with multiprocessing
  • New PDF summaries through Quarto

📚 Documentation

  • Updated documentation for new CLI

🪲 Bug fixes

  • Minor bug fixes

🧹 Code Maintenance

  • Avoid tokenizers parallelism warning
  • Simplified usage of databases
  • Simplified configuration files
  • Cleaner AutoPeptideML class
  • Deprecated GridTrainer

🚧 Future plan

More info on: https://github.com/IBM/AutoPeptideML/milestone/2

  • Integration with webserver
  • Study tradeoffs between multiprocessing and multithreading for the BaseElement
  • Improve low-level access to sim_args from .build_model method

Full Changelog: v.2.0.1...v.2.0.2

v.2.0.1

16 Jun 16:07
d040260

Choose a tag to compare

AutoPeptideML v2.0.0 – Release Notes

🚀 Highlights

  • Version 2.0.0 released with support for new engine dependencies and improved reproducibility.
  • Introduction of modular pipelines for flexible model integration.
  • Support added for chemical language models and peptideclm.
  • New pipeline elements: CanonicalizeSmiles, SMILES-to-sequence, save_experiments, model saving.

🛠️ Features & Enhancements

  • Modular loading of pipeline components.
  • New HPO system with custom configurations, grid search, and best set retrieval.
  • Support for molecular fingerprints
  • Support for chemical and peptide language models
  • Support for half-precision inference with molecular (protein, chemical, or peptide) language models
  • Custom DB integration
  • Predict method and reproducible DB sampling (seeded).
  • Updated supported models list
  • Clearer CLI interface with prompts for easier model building

🐛 Bug Fixes

  • Fixed multiple minor bugs and webserver integration issues.
  • Resolved issues with negative label assignments and HPO definitions.
  • Improved handling of empty input in parallel processing.

📚 Documentation

  • Reformatted and expanded documentation including trainer docs and README for v2.
  • Link added to APML v1.0.6 documentation.
  • Minor docstring corrections.

🧹 Code Maintenance

  • Removed legacy peptipedia dependency.
  • Cleaned up debug prints and unused files.
  • Improved str outputs for pipelines.

v.1.0.6

13 Mar 15:32
d428280

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.5...v.1.0.6

v.1.0.5

13 Jan 05:47
a34f658

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.4...v.1.0.5

v.1.0.4

10 Dec 12:24
c827b64

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.3...v.1.0.4

v.1.0.3

11 Nov 13:11
fcc66ff

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.2...v.1.0.3