Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.5.1] - 2026-05-07
Added
Added high-level functions also for canonical smiles #178
[0.5.0] - 2026-03-10
Added
Added
smiles_to_formulaandinchi_to_formulaconversions to the RDKit converter.Added unit tests for
smiles_to_formula.Added support for tabular files, which are treated like tsv files.
Changed
Updated
matchmsdependency to^0.30.0inpyproject.toml.NA values are now rerun through the pipeline instead of being skipped.
Fixed
Minor documentation and test improvements.
Linting, documentation updates, dependencies.
[0.4.1] - 2025-05-19
Changed
updated dependencies #157
[0.4.0] - 2024-03-13
Changed
[0.3.0] - 2023-05-12
Added
Changed
Removed
retired NLM (ChemIDplus) service #140
[0.2.5] - 2022-10-15
Added
added Pytest config file
pytest.iniand set it to automatically detect asynchronous tests #124
Changed
fixed Circuit Breaker implementation to be compatible with Python 3.9 #124
Removed
[0.2.4] - 2022-08-30
Changed
Removed
removed test case from curator which fails in matchms > 0.14 #112
[0.2.3] - 2022-05-12
Added
KEGG ID conversions support to BridgeDb service #101
Changed
double quotes to single quotes in IDSM #102
[0.2.2] - 2022-04-27
Added
Changed
the log file is now written continuously during annotation and the metrics added at the end of the file #92
Removed
[0.2.1] - 2022-04-05
Added
try-finally block to ensure the Monitor thread is always terminated #86
Changed
improved parsing of PubChem responses #84
[0.2.0] - 2022-03-19
Added
Changed
[0.1.3] - 2022-02-15
Added
Changed
[0.1.2] - 2022-01-06
Added
Changed
structure and contents of documentation #51
Removed
tests checking contents and consistency of individual services #54
[0.1.1] - 2021-12-07
Added
get_conversion_functionson the level ofConverter
Changed
computation of all available jobs in
Application
Removed
get_all_conversionson the level ofAnnotator