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.
v1.1.1 - 2022-10-16
stato.owlontology missing from the PyPI source distribution.
v1.1.0 - 2022-10-14
- Support for Python 3.10.
- Updated redistributed PSI-MS file to latest version.
- Bumped required
prontodependency tov2.0and up. - Use
functools.cached_propertyinstead ofcached_property.cached_propertyin recent Python version where it is available. - Use
importlib.resourcesinstead ofpkg-resourcesfor managing the package resources.
- Support for Python 2.7.
sixdependency.
v1.0.4 - 2021-12-14
- Allow higher versions of
openpyxlto be installed (#46).
- Added support for Python 3.9.
v1.0.3 - 2020-04-01
- Issue with cli not being accessible as expected - see PR (#40).
- Added support for Python 3.8.
- Changed Pyinstaller requirement for >= v3.6 (this is only for making the windows standalone executable and is not part of the standard installation)
v1.0.2 - 2019-10-01
- Issue in ISA Investigation template failing the ISA-API test suite. (#39).
- Dropped support for Python 3.4.
- Added support for Python 3.7.
- Bumped
prontorequirement to0.12.0. - Bumped
fsrequirement to2.4.0.
v1.0.1 - 2019-01-06
- Added
fsversion2.2.0to supportedfsversions. - Bumped
prontorequirement to0.11.0
v1.0.0 - 2018-10-16
- Added GPLv3 license file to source and
wheeldistribution. - Added unit testing framework using Metabolights data from the EBI FTP server.
- Changed inner API to use Pyfilesystem2 to access to
mzMLandimzMLfiles. - Made
mzml2isadirectly output files in the directory passed to the-oflag. - Switched to
tqdmto display the progress bar.
- Updated
imzMLinvestigation template to support multiple assays. - Fixed crash case when parsing a ZIP file.
- Updated local
psi-ms.obowith newer version without dead links. - Pinned dependencies in
setup.cfg. - Fixed crash on missing
Spectrum representation.