Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 2.24 KB

Changelog

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.

Unreleased

Added

  • Minimal script to perform memo on a mzmine feature table (CSV) with related metadata (CSV) and spectral file (MGF) (tutorial/minimal_memo.py)

[0.1.4] - 2021-12-16

Added

  • Filtering option to filter peaks/losses present in more/less thant N percent of samples #25
  • Possibility to build memo_from_unaligned() from files matching pattern even if in subfolders

Changed

  • actions: add readme web-link checker
  • actions: developed test_user_workflow.py

0.1.3 - 2021-12-16

Added

  • Documentation

0.1.2 - 2021-12-15

Added

  • test for memo_from_unaligned
  • test for memo_from_aligned
  • test for merged_memo()
  • possibility to import "memo ready" feature table

Changed

  • Changed classes.py to avoid erasing when filtering
  • Changed .removesuffix to allow support of python <3.9

0.1.1 - 2021-12-10

Changed

  • Changed required version of python from >3.8 to >3.7 for TMAP compatibility

0.1.0 - 2021-12-06

Added

  • New MemoMatrix class, replacing the former MemoContainer #14
  • First set of unit tests #12
  • Continuous integration for testing #4

Changed

  • Code linting #16
  • Code linting #14

0.0.4 - 2021-11-01

Added