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.owl
ontology 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
pronto
dependency tov2.0
and up. - Use
functools.cached_property
instead ofcached_property.cached_property
in recent Python version where it is available. - Use
importlib.resources
instead ofpkg-resources
for managing the package resources.
- Support for Python 2.7.
six
dependency.
v1.0.4 - 2021-12-14
- Allow higher versions of
openpyxl
to 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
pronto
requirement to0.12.0
. - Bumped
fs
requirement to2.4.0
.
v1.0.1 - 2019-01-06
- Added
fs
version2.2.0
to supportedfs
versions. - Bumped
pronto
requirement to0.11.0
v1.0.0 - 2018-10-16
- Added GPLv3 license file to source and
wheel
distribution. - Added unit testing framework using Metabolights data from the EBI FTP server.
- Changed inner API to use Pyfilesystem2 to access to
mzML
andimzML
files. - Made
mzml2isa
directly output files in the directory passed to the-o
flag. - Switched to
tqdm
to display the progress bar.
- Updated
imzML
investigation template to support multiple assays. - Fixed crash case when parsing a ZIP file.
- Updated local
psi-ms.obo
with newer version without dead links. - Pinned dependencies in
setup.cfg
. - Fixed crash on missing
Spectrum representation
.