Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 11:06
· 28 commits to main since this release

Feature

  • data_handling: Change process output to csv (98f6225)

Breaking

  • Real-world tests showed that it was quite challenging, if not impossible, to create two excel files that could be compared on a byte-by-byte level and be identical, even if their content was the same by eye. To obliviate this, and easing pipeline testing, the decision was made to move to the more reliable (and transparent) csv format. (98f6225)

Documentation

  • README: Correct links to GTExSnake (5cec877)
  • sphinx: Remove multithreading.process module (7b0eb83)