Skip to content

Releases: mandelbrot-project/memo

0.1.4

18 Feb 17:42
968699f
Compare
Choose a tag to compare

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

v0.1.3

16 Dec 23:16
Compare
Choose a tag to compare

Added

Links

0.1.2

16 Dec 14:25
785e0e5
Compare
Choose a tag to compare

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

10 Dec 18:25
e242da8
Compare
Choose a tag to compare

0.1.1 - 2021-12-010

Changed

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

0.1.0

06 Dec 09:23
1f2eda5
Compare
Choose a tag to compare

MEMO 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