Skip to content

Releases: RECETOX/MSMetaEnhancer

v0.4.0

13 Mar 14:45
9808208
Compare
Choose a tag to compare

What's Changed

  • Update IDSM SPARQL queries to achieve better performance by @galgonek in #152
  • Switched to poetry and added additional converters by @hechth in #155

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 May 07:34
6dd3a96
Compare
Choose a tag to compare

[0.3.0] - 2023-05-12

Added

  • general class Data for input handling #141
  • DataFrame class to read and handle tabular metadata input #141
  • implementation of blocking time in PubChem #145

Changed

  • Spectra class is an instantiation of Data class #141
  • fix throttling freezing the app #144

Removed

  • retired NLM (ChemIDplus) service #140

v0.2.5

15 Oct 13:33
e8359d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

30 Aug 09:38
df07a7b
Compare
Choose a tag to compare

[0.2.4] - 2022-08-30

Changed

  • escaping of single quotes in IDSM arguments #102
  • unified environment and packaging management #115
  • apply circuit breaker pattern in WebConverter #113

Removed

  • removed test case from curator which fails in matchms > 0.14 [#112](#112

v0.2.3

12 May 15:43
f8182d2
Compare
Choose a tag to compare

[0.2.3] - 2022-05-12

Added

  • KEGG ID conversions support to BridgeDB service #101

Changed

  • double quotes to single quotes in IDSM #102

v0.2.2

28 Apr 09:25
9de2d51
Compare
Choose a tag to compare

[0.2.2] - 2022-04-27

Added

  • introduced error level into logging #95
  • logging of unknown errors in Annotator #90

Changed

  • the log file is now written continuously during annotation and the metrics added at the end of the file #92

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Apr 12:03
2786597
Compare
Choose a tag to compare

[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

v0.2.0

19 Mar 09:38
1fc4022
Compare
Choose a tag to compare

[0.2.0] - 2022-03-19

Added

  • BridgeDB supporting conversion of several database IDs #76
  • ComputeConverter class for conversions based on computation instead of querying #75
  • ConverterBuilder which validates and initialises converters #75
  • reintroduced PubChem service using direct REST web interface #76

Changed

  • reorganised Converter class to support computation approach #75
  • renamed PubChem service to IDSM to avoid confusion #73

v0.1.3

15 Feb 08:05
4f3bdae
Compare
Choose a tag to compare

[0.1.3] - 2022-02-15

Added

  • multidict package requirement
  • tracking of attributes validation in log #68
  • CIR: Inchi -> SMILES conversion #66

Changed

  • passed multidict instead of frozendict to aiohttp.ClientSession.post (required by package)
  • take only first result when there are multiple hits in CIR conversions #69
  • support ISOMERIC_SMILES and CANONICAL_SMILES in PubChem instead of generic SMILES #67

v0.1.2

06 Jan 15:08
4d6ec0e
Compare
Choose a tag to compare

[0.1.2] - 2022-01-06

Added

  • generate_options() function in Galaxy submodule to create all possible conversions supported by the tool in a format suitable for the galaxy tool form #58
  • monitoring of services status during annotation process #56
  • validation of obtained metadata #59

Changed

  • structure and contents of documentation #51

Removed

  • tests checking contents and consistency of individual services #54