Releases: ISA-tools/mzml2isa
Releases · ISA-tools/mzml2isa
v1.1.1
1.1.0
Added
- Support for Python 3.10.
Changed
- 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.
Removed
- Support for Python 2.7.
six
dependency.
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Added
- Added GPLv3 license file to source and
wheel
distribution. - Added unit testing framework using Metabolights data from the EBI FTP server.
Changed
- 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.
Fixed
- 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
.