Recent Releases of ms2query
ms2query - 1.5.2
What's Changed
- Handle compound_name is not given in metadata. by @niekdejonge in https://github.com/iomega/ms2query/pull/251
- Fix empty class annotation bug by @niekdejonge in https://github.com/iomega/ms2query/pull/252
Full Changelog: https://github.com/iomega/ms2query/compare/1.5.1...1.5.2
- Python
Published by niekdejonge over 1 year ago
ms2query - 1.5.0
What's Changed
- Remove pickle from docstring for loading files by @niekdejonge in https://github.com/iomega/ms2query/pull/238
- Update to testing version 3.9 - 3.11 by @niekdejonge in https://github.com/iomega/ms2query/pull/243
Full Changelog: https://github.com/iomega/ms2query/compare/1.4.0...1.5.0
- Python
Published by niekdejonge over 1 year ago
ms2query - 1.3.0
What's Changed
- Update dummy data to match recent changes by @niekdejonge in https://github.com/iomega/ms2query/pull/215
- Fix readme by @niekdejonge in https://github.com/iomega/ms2query/pull/216
- Added changes to changelog by @niekdejonge in https://github.com/iomega/ms2query/pull/219
- Isort by @niekdejonge in https://github.com/iomega/ms2query/pull/220
- Replace pickled dataframes by @niekdejonge in https://github.com/iomega/ms2query/pull/221
- Add add compound classes to settings by @niekdejonge in https://github.com/iomega/ms2query/pull/223
- Added addcompoundclasses parameter to SettingsTrainingModels by @mapio in https://github.com/iomega/ms2query/pull/224
- The default value of addcompoundclasses is wrongly documented by @mapio in https://github.com/iomega/ms2query/pull/229
- Add do pubchem lookup parameter by @mapio in https://github.com/iomega/ms2query/pull/230
- Replace pandas append with concat by @mapio in https://github.com/iomega/ms2query/pull/231
- Update matchms version by @niekdejonge in https://github.com/iomega/ms2query/pull/233
- Implement parquet by @niekdejonge in https://github.com/iomega/ms2query/pull/232
New Contributors
- @mapio made their first contribution in https://github.com/iomega/ms2query/pull/224
Full Changelog: https://github.com/iomega/ms2query/compare/1.2.4...1.3.0
- Python
Published by niekdejonge about 2 years ago
ms2query - 1.0.0
What's Changed
Added
- Added compound classes to sqlite file
- Compound classes are now automatically added in the library file creation pipeline.
- Smiles are added from the specific spectrum instead of from the inchikey.
Removed
- Compound classes cannot be added from csv file anymore. Download the newest version of the sqlite file to have compoudn classes again.
Changed
- Zenodo link is set to latest version instead of specific version.
Code structure
- Unit tests had mayor reformatting
- Better use of global fixtures
- Remove pickled results table files
Full Changelog: https://github.com/iomega/ms2query/compare/0.7.4...1.0.0
- Python
Published by niekdejonge almost 3 years ago
ms2query - 0.6.0
What's Changed
- makemoreuser_friendly by @niekdejonge in https://github.com/iomega/ms2query/pull/166
- Update changelog by @niekdejonge in https://github.com/iomega/ms2query/pull/169
Full Changelog: https://github.com/iomega/ms2query/compare/0.5.7...0.6.0
- Python
Published by niekdejonge about 3 years ago
ms2query - 0.5.0
What's Changed
- Added k fold cross validation script by @niekdejonge in https://github.com/iomega/ms2query/pull/152
Added
- Training models is now fully automatic (no need for notebooks)
- Functions for creating benchmarking results
- Functions for doing kfoldcross_validation
- Functions for visualizing benchmarking results ### Changed
- Method for creating new library files
- Cleaning spectra functions for running are now combined with cleaning spectra functions for training
Full Changelog: https://github.com/iomega/ms2query/compare/0.4.3...0.5.0
- Python
Published by niekdejonge over 3 years ago
ms2query - 0.4.0
What's Changed
- Improve library files creation by @niekdejonge in https://github.com/iomega/ms2query/pull/146
- Improve ease of use downloading library and running ms2query by @niekdejonge in https://github.com/iomega/ms2query/pull/148
- Improve library files creation by @niekdejonge in https://github.com/iomega/ms2query/pull/149
Full Changelog: https://github.com/iomega/ms2query/compare/0.3.3...0.4.0
- Python
Published by niekdejonge over 3 years ago
ms2query - 0.3.3
What's Changed
- Create sqlite without spectrum by @niekdejonge in https://github.com/iomega/ms2query/pull/142
- Create smaller sqlite file by @niekdejonge in https://github.com/iomega/ms2query/pull/143
Full Changelog: https://github.com/iomega/ms2query/compare/0.3.2...0.3.3
- Python
Published by niekdejonge over 3 years ago
ms2query - 0.3.1
What's Changed
- change zenodo link with default library files by @niekdejonge in https://github.com/iomega/ms2query/pull/133
- Change numbering spectra by @niekdejonge in https://github.com/iomega/ms2query/pull/135
Full Changelog: https://github.com/iomega/ms2query/compare/0.3.0...0.3.1
- Python
Published by florian-huber about 4 years ago
ms2query - 0.3.0
What's Changed
- Analyze case studies by @niekdejonge in https://github.com/iomega/ms2query/pull/107
- Change run ms2query by @niekdejonge in https://github.com/iomega/ms2query/pull/114
- Add notebooks for cleaning GNPS dataset by @niekdejonge in https://github.com/iomega/ms2query/pull/116
- Use random forest by @niekdejonge in https://github.com/iomega/ms2query/pull/119
- test python version dependent pickle 5 install by @florian-huber in https://github.com/iomega/ms2query/pull/124
- parentmass -> precursormz and notebook re-run/update by @florian-huber in https://github.com/iomega/ms2query/pull/118
- Remove and restructure unused code by @niekdejonge in https://github.com/iomega/ms2query/pull/130
- Add isort by @florian-huber in https://github.com/iomega/ms2query/pull/128
- switch to newer matchms and spec2vec versions by @florian-huber in https://github.com/iomega/ms2query/pull/127
Full Changelog: https://github.com/iomega/ms2query/compare/0.2.4...0.3.0
- Python
Published by niekdejonge about 4 years ago
ms2query - 0.2.3
What's Changed
- Make running user friendlier by @niekdejonge in https://github.com/iomega/ms2query/pull/108
- Refactor ms2library by @niekdejonge in https://github.com/iomega/ms2query/pull/109
Full Changelog: https://github.com/iomega/ms2query/compare/0.2.2...0.2.3
- Python
Published by niekdejonge over 4 years ago
ms2query - 0.2.0
Added
- Move library parts to Sqlite #56
- Define spectrum processing functions #61
- Extend CI workflow and add Sonarcloud #62
- Average inchikey score and neighbourhood score #78
Removed
- Streamlit web app (will now be future development) #83
Changed
- Refactored library matching #65
- Split workflow into true matches and analog search #72
- Refactored library files creation #74
- Python
Published by niekdejonge over 4 years ago